Home
last modified time | relevance | path

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

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