Home
last modified time | relevance | path

Searched defs:displacement (Results 1 – 9 of 9) sorted by relevance

/art/compiler/linker/x86_64/
Drelative_patcher_x86_64.cc30 uint32_t displacement = target_offset - patch_offset; in PatchPcRelativeReference() local
/art/compiler/linker/x86/
Drelative_patcher_x86_base.cc43 uint32_t displacement = target_offset - patch_offset; in PatchCall() local
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc126 uint32_t displacement = target_offset - patch_offset; in CalculateDisplacement() local
Drelative_patcher_thumb2.cc39 uint32_t displacement = CalculateDisplacement(patch_offset, target_offset & ~1u); in PatchCall() local
/art/compiler/jni/quick/
Dcalling_convention.h62 void ResetIterator(FrameOffset displacement) { in ResetIterator()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc151 uint32_t displacement = CalculateDisplacement(patch_offset, target_offset & ~1u); in PatchCall() local
/art/disassembler/
Ddisassembler_x86.cc1365 int32_t displacement; in DumpInstruction() local
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc2589 int32_t displacement = static_cast<int32_t>(found_dex_pc) - static_cast<int32_t>(dex_pc); in ExecuteGotoImpl() local
/art/compiler/utils/x86_64/
Dassembler_x86_64_test.cc1525 ssize_t displacement = static_cast<ssize_t>(frame_size) - (spill_regs.size() * 8 + 8); in buildframe_test_fn() local
1556 ssize_t displacement = static_cast<ssize_t>(frame_size) - spill_regs.size() * 8 - 8; in removeframe_test_fn() local