Searched refs:MIPS (Results 1 – 6 of 6) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/executors/ |
D | Architecture.java | 27 MIPS("mips"), enumConstant
|
D | MipsOptimizingBackendExecutor.java | 24 super("MIPS Optimizing Backend", 5, listener, Architecture.MIPS, device, true); in MipsOptimizingBackendExecutor()
|
D | MipsQuickBackendExecutor.java | 24 super("MIPS Quick Backend", 5, listener, Architecture.MIPS, device, true); in MipsQuickBackendExecutor()
|
D | MipsInterpreterExecutor.java | 24 super("MIPS Interpreter", 30, listener, Architecture.MIPS, device, false); in MipsInterpreterExecutor()
|
/art/compiler/dex/quick/mips/ |
D | README.mips | 27 the larger number of MIPS core and float registers render this too small. 35 kHeapRef & kMustNotAlias) to positions occuped by MIPS registers that 53 Code expansion for the MIPS target is significantly higher than we see
|
/art/runtime/arch/ |
D | arch_test.cc | 136 TEST_F(ArchTest, MIPS) { in TEST_F() argument
|