dotty.tools.backend

jvm

package jvm

Visibility
  1. Public
  2. All

Type Members

  1. class CollectEntryPoints extends MiniPhaseTransform

    Created by dark on 26/11/14.

  2. class DottyBackendInterface extends BackendInterface

  3. class GenBCode extends DotClass with Phase

  4. class GenBCodePipeline extends BCodeSyncAndTry

  5. class LabelDefs extends MiniPhaseTransform

    Verifies that each Label DefDef has only a single address to jump back and reorders them such that they are not nested and this address is a fall-through address for JVM

    Verifies that each Label DefDef has only a single address to jump back and reorders them such that they are not nested and this address is a fall-through address for JVM

    ei such code

Value Members

  1. object CollectEntryPoints

Ungrouped