Searched refs:kFixupLoad (Results 1 – 7 of 7) sorted by relevance
/art/compiler/dex/ |
D | compiler_enums.h | 528 kFixupLoad, // Mostly for immediates. enumerator
|
/art/compiler/dex/quick/arm/ |
D | assemble_arm.cc | 118 "add", "!0C, pc, #!1E", 2, kFixupLoad), 229 | IS_LOAD_OFF4 | NEEDS_FIXUP, "ldr", "!0C, [pc, #!1E]", 2, kFixupLoad), 845 "ldr", "!0C, [r15pc, #!1d]", 4, kFixupLoad), 1027 "ldrd", "!0C, !1C, [pc, #!2E]", 4, kFixupLoad), 1252 case kFixupLoad: { in AssembleLIR()
|
/art/compiler/dex/quick/arm64/ |
D | assemble_arm64.cc | 375 "ldr", "!0f, !1p", kFixupLoad), 380 "ldr", "!0r, !1p", kFixupLoad), 870 case kFixupLoad: in AssembleLIR()
|
/art/compiler/dex/quick/x86/ |
D | utility_x86.cc | 594 res->flags.fixup = kFixupLoad; in LoadConstantWide()
|
D | target_x86.cc | 1824 load->flags.fixup = kFixupLoad; in AppendOpcodeWithConst()
|
D | assemble_x86.cc | 1716 if (lir->flags.fixup == kFixupLoad) { in AssembleInstructions()
|
D | int_x86.cc | 1093 res->flags.fixup = kFixupLoad; in OpPcRelLoad()
|