Home
last modified time | relevance | path

Searched defs:t0 (Results 1 – 7 of 7) sorted by relevance

/art/tools/ahat/src/test/com/android/ahat/
DDiffFieldsTest.java33 private static final Type t0 = Type.OBJECT; field in DiffFieldsTest
/art/compiler/
Dexception_test.cc145 const DexFile::TryItem& t0 = accessor.TryItems().begin()[0]; in TEST_F() local
/art/runtime/interpreter/mterp/mips64/
Dheader.S33 #define t0 $$12 /* temp registers (not saved across subroutine calls) */ macro
/art/runtime/interpreter/mterp/mips/
Dheader.S91 #define t0 $$8 /* temp registers (not saved across subroutine calls) */ macro
/art/runtime/interpreter/mterp/out/
Dmterp_mips64.S40 #define t0 $12 /* temp registers (not saved across subroutine calls) */ macro
Dmterp_mips.S98 #define t0 $8 /* temp registers (not saved across subroutine calls) */ macro
/art/runtime/
Dclass_linker.cc4661 uint64_t t0; in InitializeClass() local