Searched defs:rt (Results 1 – 6 of 6) sorted by relevance
/art/test/800-smali/ |
D | jni.cc | 31 Runtime* rt = Runtime::Current(); in Java_Main_isAotVerified() local
|
/art/runtime/ |
D | reference_table_test.cc | 84 ReferenceTable rt("test", 0, 11); in TEST_F() local 280 ReferenceTable rt("test", 0, 20); in TEST_F() local
|
/art/runtime/interpreter/mterp/mips/ |
D | main.S | 161 #define SEB(rd, rt) \ argument 163 #define SEH(rd, rt) \ argument 168 #define SEB(rd, rt) \ argument 171 #define SEH(rd, rt) \ argument 189 #define JR(rt) \ argument 191 #define LSA(rd, rs, rt, sa) \ argument 198 #define JR(rt) \ argument 200 #define LSA(rd, rs, rt, sa) \ argument
|
/art/disassembler/ |
D | disassembler_mips.cc | 523 uint32_t rt = (instruction >> 16) & 0x1f; // I-type, R-type. in Dump() local
|
/art/compiler/optimizing/ |
D | loop_optimization.cc | 1129 HInstruction* rt = Insert( in Vectorize() local
|
D | code_generator_arm_vixl.cc | 106 static inline bool CanEmitNarrowLdr(vixl32::Register rt, vixl32::Register rn, uint32_t offset) { in CanEmitNarrowLdr()
|