HomeSort by relevance Sort by last modified time
    Searched refs:GetTargetInstName (Results 1 - 11 of 11) sorted by null

  /art/compiler/dex/quick/
mir_to_lir-inl.h 71 << GetTargetInstName(opcode) << " " << opcode << " "
81 << GetTargetInstName(opcode) << " " << opcode << " "
91 << GetTargetInstName(opcode) << " " << opcode << " "
101 << GetTargetInstName(opcode) << " " << opcode << " "
111 << GetTargetInstName(opcode) << " " << opcode << " "
121 << GetTargetInstName(opcode) << " " << opcode << " "
132 << GetTargetInstName(opcode) << " " << opcode << " "
codegen_util.cc 256 std::string op_name(BuildInsnString(GetTargetInstName(lir->opcode),
    [all...]
mir_to_lir.h     [all...]
  /art/compiler/dex/quick/arm/
codegen_arm.h 76 const char* GetTargetInstName(int opcode);
target_arm.cc 741 const char* ArmMir2Lir::GetTargetInstName(int opcode) {
  /art/compiler/dex/quick/mips/
codegen_mips.h 76 const char* GetTargetInstName(int opcode);
target_mips.cc 595 const char* MipsMir2Lir::GetTargetInstName(int opcode) {
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 129 const char* GetTargetInstName(int opcode) OVERRIDE;
target_arm64.cc 779 const char* Arm64Mir2Lir::GetTargetInstName(int opcode) {
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 135 const char* GetTargetInstName(int opcode) OVERRIDE;
    [all...]
target_x86.cc 899 const char* X86Mir2Lir::GetTargetInstName(int opcode) {
    [all...]

Completed in 67 milliseconds