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

/art/compiler/dex/quick/arm/
H A Dtarget_arm.cc680 void ArmMir2Lir::ClobberCallerSave() { function in class:art::ArmMir2Lir
/art/compiler/dex/quick/arm64/
H A Dtarget_arm64.cc675 void Arm64Mir2Lir::ClobberCallerSave() { function in class:art::Arm64Mir2Lir
/art/compiler/dex/quick/mips/
H A Dtarget_mips.cc522 void MipsMir2Lir::ClobberCallerSave() { function in class:art::MipsMir2Lir
794 ClobberCallerSave();
818 ClobberCallerSave();
/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc81 // 2) Update ClobberCallerSave
487 void X86Mir2Lir::ClobberCallerSave() { function in class:art::X86Mir2Lir
1133 ClobberCallerSave();
1247 ClobberCallerSave(); // We must clobber everything because slow path will return here
1430 ClobberCallerSave(); // We must clobber everything because slow path will return here

Completed in 65 milliseconds