Searched refs:GetNextSDCallInsn (Results 1 - 10 of 10) sorted by relevance

/art/compiler/dex/quick/x86/
H A Dcall_x86.cc419 NextCallInsn X86Mir2Lir::GetNextSDCallInsn() { function in class:art::X86Mir2Lir
H A Dcodegen_x86.h362 NextCallInsn GetNextSDCallInsn() OVERRIDE;
/art/compiler/dex/quick/arm/
H A Dcodegen_arm.h247 NextCallInsn GetNextSDCallInsn() OVERRIDE;
H A Dcall_arm.cc729 NextCallInsn ArmMir2Lir::GetNextSDCallInsn() { function in class:art::ArmMir2Lir
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc561 NextCallInsn Arm64Mir2Lir::GetNextSDCallInsn() { function in class:art::Arm64Mir2Lir
H A Dcodegen_arm64.h243 NextCallInsn GetNextSDCallInsn() OVERRIDE;
/art/compiler/dex/quick/mips/
H A Dcall_mips.cc514 NextCallInsn MipsMir2Lir::GetNextSDCallInsn() { function in class:art::MipsMir2Lir
H A Dcodegen_mips.h244 NextCallInsn GetNextSDCallInsn() OVERRIDE;
/art/compiler/dex/quick/
H A Dgen_invoke.cc1585 next_call_insn = fast_path ? GetNextSDCallInsn() : NextDirectCallInsnSP;
1588 next_call_insn = fast_path ? GetNextSDCallInsn() : NextStaticCallInsnSP;
H A Dmir_to_lir.h907 virtual NextCallInsn GetNextSDCallInsn() = 0;

Completed in 1762 milliseconds