Searched refs:kFixupLabel (Results 1 – 6 of 6) sorted by relevance
/art/compiler/dex/quick/ |
D | mir_to_lir-inl.h | 167 lir->flags.fixup = kFixupLabel; in SetupResourceMasks() 176 lir->flags.fixup = kFixupLabel; in SetupResourceMasks()
|
D | mir_to_lir.cc | 1125 block_label_list_[block_id].flags.fixup = kFixupLabel; in MethodBlockCodeGen()
|
D | codegen_util.cc | 839 new_label->flags.fixup = kFixupLabel; in InsertCaseLabel()
|
/art/compiler/dex/ |
D | compiler_enums.h | 527 kFixupLabel, // For labels we just adjust the offset. enumerator
|
/art/compiler/dex/quick/arm/ |
D | assemble_arm.cc | 166 NEEDS_FIXUP, "blx_2", "!0v", 2, kFixupLabel), 174 "bl_2", "!0v", 2, kFixupLabel), 979 "add", "rPC, !0C", 2, kFixupLabel), 1244 case kFixupLabel: in AssembleLIR() 1652 lir->flags.fixup = kFixupLabel; in LinkFixupInsns()
|
/art/compiler/dex/quick/arm64/ |
D | assemble_arm64.cc | 853 case kFixupLabel: in AssembleLIR() 974 lir->flags.fixup = kFixupLabel; in LinkFixupInsns()
|