Searched defs:ClobberCallerSave (Results 1 - 4 of 4) sorted by relevance

/art/compiler/dex/quick/arm/
H A Dtarget_arm.cc653 void ArmMir2Lir::ClobberCallerSave() { function in class:art::ArmMir2Lir
/art/compiler/dex/quick/mips/
H A Dtarget_mips.cc344 void MipsMir2Lir::ClobberCallerSave() { function in class:art::MipsMir2Lir
497 ClobberCallerSave();
511 ClobberCallerSave();
/art/compiler/dex/quick/arm64/
H A Dtarget_arm64.cc650 void Arm64Mir2Lir::ClobberCallerSave() { function in class:art::Arm64Mir2Lir
/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc73 // 2) Update ClobberCallerSave
462 void X86Mir2Lir::ClobberCallerSave() { function in class:art::X86Mir2Lir
1116 ClobberCallerSave();
1230 ClobberCallerSave(); // We must clobber everything because slow path will return here
1425 ClobberCallerSave(); // We must clobber everything because slow path will return here

Completed in 59 milliseconds