Searched refs:EBP (Results 1 – 7 of 7) sorted by relevance
/art/runtime/arch/x86/ |
D | registers_x86.h | 33 EBP = 5, enumerator
|
D | callee_save_frame_x86.h | 34 (1 << art::x86::EBP) | (1 << art::x86::ESI) | (1 << art::x86::EDI);
|
/art/compiler/jni/quick/x86/ |
D | calling_convention_x86.cc | 38 X86ManagedRegister::FromCpuRegister(EBP), 63 X86ManagedRegister::FromCpuRegister(EBP),
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 178 SetSIB(scale_in, index_in, EBP); in Address() 196 result.SetModRM(0, EBP); in Absolute() 209 if (disp == 0 && base_in != EBP) { in Init() 225 if (disp == 0 && base_in != EBP) { in Init()
|
D | assembler_x86_test.cc | 91 new x86::Register(x86::EBP), in SetUpHelpers()
|
D | assembler_x86.cc | 40 } else if (addr.base() == EBP) { in operator <<()
|
/art/compiler/optimizing/ |
D | code_generator_x86.cc | 52 static constexpr Register kCoreCalleeSaves[] = { EBP, ESI, EDI }; 2374 invoke->GetLocations()->AddTemp(Location::RegisterLocation(EBP)); in VisitInvokeVirtual() 2402 invoke->GetLocations()->AddTemp(Location::RegisterLocation(EBP)); in VisitInvokeInterface() 2422 CHECK_EQ(EBP, instruction->GetLocations()->GetTemp(temp_index).AsRegister<Register>()); in MaybeGenerateInlineCacheCheck() 2424 Register temp = EBP; in MaybeGenerateInlineCacheCheck()
|