Home
last modified time | relevance | path

Searched refs:GetTargetInstName (Results 1 – 11 of 11) sorted by relevance

/art/compiler/dex/quick/
Dmir_to_lir-inl.h73 << GetTargetInstName(opcode) << " " << opcode << " " in NewLIR0()
83 << GetTargetInstName(opcode) << " " << opcode << " " in NewLIR1()
93 << GetTargetInstName(opcode) << " " << opcode << " " in NewLIR2()
103 << GetTargetInstName(opcode) << " " << opcode << " " in NewLIR2NoDest()
113 << GetTargetInstName(opcode) << " " << opcode << " " in NewLIR3()
123 << GetTargetInstName(opcode) << " " << opcode << " " in NewLIR4()
134 << GetTargetInstName(opcode) << " " << opcode << " " in NewLIR5()
Dcodegen_util.cc271 std::string op_name(BuildInsnString(GetTargetInstName(lir->opcode), in DumpLIRInsn()
Dmir_to_lir.h1263 virtual const char* GetTargetInstName(int opcode) = 0;
/art/compiler/dex/quick/mips/
Dcodegen_mips.h131 const char* GetTargetInstName(int opcode);
Dtarget_mips.cc925 const char* MipsMir2Lir::GetTargetInstName(int opcode) { in GetTargetInstName() function in art::MipsMir2Lir
/art/compiler/dex/quick/arm/
Dcodegen_arm.h132 const char* GetTargetInstName(int opcode);
Dtarget_arm.cc820 const char* ArmMir2Lir::GetTargetInstName(int opcode) { in GetTargetInstName() function in art::ArmMir2Lir
/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h120 const char* GetTargetInstName(int opcode) OVERRIDE;
Dtarget_arm64.cc804 const char* Arm64Mir2Lir::GetTargetInstName(int opcode) { in GetTargetInstName() function in art::Arm64Mir2Lir
/art/compiler/dex/quick/x86/
Dcodegen_x86.h164 const char* GetTargetInstName(int opcode) OVERRIDE;
Dtarget_x86.cc888 const char* X86Mir2Lir::GetTargetInstName(int opcode) { in GetTargetInstName() function in art::X86Mir2Lir