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

  /art/compiler/dex/quick/arm/
codegen_arm.h 75 const char* GetTargetInstFmt(int opcode);
target_arm.cc 746 const char* ArmMir2Lir::GetTargetInstFmt(int opcode) {
  /art/compiler/dex/quick/mips/
codegen_mips.h 75 const char* GetTargetInstFmt(int opcode);
target_mips.cc 600 const char* MipsMir2Lir::GetTargetInstFmt(int opcode) {
  /art/compiler/dex/quick/arm64/
codegen_arm64.h 128 const char* GetTargetInstFmt(int opcode) OVERRIDE;
target_arm64.cc 784 const char* Arm64Mir2Lir::GetTargetInstFmt(int opcode) {
    [all...]
  /art/compiler/dex/quick/x86/
codegen_x86.h 134 const char* GetTargetInstFmt(int opcode) OVERRIDE;
    [all...]
target_x86.cc 904 const char* X86Mir2Lir::GetTargetInstFmt(int opcode) {
    [all...]
  /art/compiler/dex/quick/
codegen_util.cc 258 std::string op_operands(BuildInsnString(GetTargetInstFmt(lir->opcode),
    [all...]
mir_to_lir.h     [all...]

Completed in 77 milliseconds