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

  /system/core/libunwindstack/
Regs.cpp 86 case ARCH_MIPS64:
106 return ARCH_MIPS64;
DexFiles.cpp 67 case ARCH_MIPS64:
RegsMips64.cpp 35 return ARCH_MIPS64;
JitDebug.cpp 159 case ARCH_MIPS64:
Elf.cpp 278 arch_ = ARCH_MIPS64;
  /tools/tradefederation/core/src/com/android/tradefed/util/
AbiUtils.java 42 public static final String ARCH_MIPS64 = BASE_ARCH_MIPS + "64";
106 ARCH_TO_ABIS.put(ARCH_MIPS64, MIPS_ABIS);
117 ABI_TO_ARCH.put(ABI_MIPS64, ARCH_MIPS64);
  /system/core/libunwindstack/include/unwindstack/
Elf.h 48 ARCH_MIPS64,
  /system/core/libunwindstack/tools/
unwind.cpp 84 case unwindstack::ARCH_MIPS64:
  /system/core/libunwindstack/tests/
RegsTest.cpp 286 EXPECT_EQ(ARCH_MIPS64, mips64_regs.Arch());
UnwinderTest.cpp     [all...]

Completed in 702 milliseconds