Home
last modified time | relevance | path

Searched defs:spill_offset (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/
Dmanaged_register.h92 ManagedRegisterSpill(const ManagedRegister& other, uint32_t size, uint32_t spill_offset) in ManagedRegisterSpill()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc114 int32_t spill_offset = CurrentParamStackOffset().Uint32Value(); in EntrySpills() local
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc135 int32_t spill_offset = CurrentParamStackOffset().Uint32Value(); in EntrySpills() local
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1524 int spill_offset = frame_size - (core_count + fp_count) * kArm64PointerSize; in SpillRegsPreSub() local
1530 int spill_offset = frame_size - (core_count * kArm64PointerSize); in SpillRegsPreSub() local