HomeSort by relevance Sort by last modified time
    Searched refs:kFixupLabel (Results 1 - 6 of 6) sorted by null

  /art/compiler/dex/quick/
mir_to_lir-inl.h 167 lir->flags.fixup = kFixupLabel;
176 lir->flags.fixup = kFixupLabel;
mir_to_lir.cc     [all...]
codegen_util.cc 839 new_label->flags.fixup = kFixupLabel;
    [all...]
  /art/compiler/dex/
compiler_enums.h 527 kFixupLabel, // For labels we just adjust the offset.
  /art/compiler/dex/quick/arm/
assemble_arm.cc 166 NEEDS_FIXUP, "blx_2", "!0v", 2, kFixupLabel),
174 "bl_2", "!0v", 2, kFixupLabel),
    [all...]
  /art/compiler/dex/quick/arm64/
assemble_arm64.cc     [all...]

Completed in 1212 milliseconds