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.h71 << GetTargetInstName(opcode) << " " << opcode << " " in NewLIR0()
81 << GetTargetInstName(opcode) << " " << opcode << " " in NewLIR1()
91 << GetTargetInstName(opcode) << " " << opcode << " " in NewLIR2()
101 << GetTargetInstName(opcode) << " " << opcode << " " in NewLIR2NoDest()
111 << GetTargetInstName(opcode) << " " << opcode << " " in NewLIR3()
121 << GetTargetInstName(opcode) << " " << opcode << " " in NewLIR4()
132 << GetTargetInstName(opcode) << " " << opcode << " " in NewLIR5()
Dcodegen_util.cc256 std::string op_name(BuildInsnString(GetTargetInstName(lir->opcode), in DumpLIRInsn()
Dmir_to_lir.h1244 virtual const char* GetTargetInstName(int opcode) = 0;
/art/compiler/dex/quick/mips/
Dcodegen_mips.h76 const char* GetTargetInstName(int opcode);
Dtarget_mips.cc595 const char* MipsMir2Lir::GetTargetInstName(int opcode) { in GetTargetInstName() function in art::MipsMir2Lir
/art/compiler/dex/quick/arm/
Dcodegen_arm.h76 const char* GetTargetInstName(int opcode);
Dtarget_arm.cc741 const char* ArmMir2Lir::GetTargetInstName(int opcode) { in GetTargetInstName() function in art::ArmMir2Lir
/art/compiler/dex/quick/arm64/
Dcodegen_arm64.h129 const char* GetTargetInstName(int opcode) OVERRIDE;
Dtarget_arm64.cc779 const char* Arm64Mir2Lir::GetTargetInstName(int opcode) { in GetTargetInstName() function in art::Arm64Mir2Lir
/art/compiler/dex/quick/x86/
Dcodegen_x86.h135 const char* GetTargetInstName(int opcode) OVERRIDE;
Dtarget_x86.cc899 const char* X86Mir2Lir::GetTargetInstName(int opcode) { in GetTargetInstName() function in art::X86Mir2Lir