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

/art/compiler/dex/quick/arm/
H A Dcodegen_arm.h262 LIR* GenCallInsn(const MirMethodLoweringInfo& method_info) OVERRIDE;
H A Dcall_arm.cc749 LIR* ArmMir2Lir::GenCallInsn(const MirMethodLoweringInfo& method_info) { function in class:art::ArmMir2Lir
/art/compiler/dex/quick/arm64/
H A Dcall_arm64.cc581 LIR* Arm64Mir2Lir::GenCallInsn(const MirMethodLoweringInfo& method_info) { function in class:art::Arm64Mir2Lir
H A Dcodegen_arm64.h258 virtual LIR* GenCallInsn(const MirMethodLoweringInfo& method_info) OVERRIDE;
/art/compiler/dex/quick/mips/
H A Dcall_mips.cc518 LIR* MipsMir2Lir::GenCallInsn(const MirMethodLoweringInfo& method_info ATTRIBUTE_UNUSED) { function in class:art::MipsMir2Lir
H A Dcodegen_mips.h245 LIR* GenCallInsn(const MirMethodLoweringInfo& method_info) OVERRIDE;
/art/compiler/dex/quick/x86/
H A Dcodegen_x86.h377 LIR* GenCallInsn(const MirMethodLoweringInfo& method_info) OVERRIDE;
H A Dtarget_x86.cc1022 LIR* X86Mir2Lir::GenCallInsn(const MirMethodLoweringInfo& method_info) { function in class:art::X86Mir2Lir
/art/compiler/dex/quick/
H A Dmir_to_lir.h914 virtual LIR* GenCallInsn(const MirMethodLoweringInfo& method_info) = 0;
H A Dgen_invoke.cc1609 LIR* call_insn = GenCallInsn(method_info);

Completed in 28 milliseconds