Home
last modified time | relevance | path

Searched refs:ca (Results 1 – 4 of 4) sorted by relevance

/art/test/704-multiply-accumulate/src/
DMain.java23 static CA ca; field in Main
88 obj = ca; in test_int()
150 obj = ca; in test_long()
/art/runtime/
Dmonitor_test.cc71 Handle<mirror::Class> ca((*hsp)->NewHandle(class_linker->FindSystemClass(self, in FillHeap() local
78 mirror::ObjectArray<mirror::Object>::Alloc(self, ca.Get(), length / 4))); in FillHeap()
/art/compiler/utils/
Dassembler_thumb_test_expected.cc.inc590 " ca: 23c8 movs r3, #200 ; 0xc8\n",
591 " cc: 23ca movs r3, #202 ; 0xca\n",
718 " 1ca: 23c8 movs r3, #200 ; 0xc8\n",
719 " 1cc: 23ca movs r3, #202 ; 0xca\n",
846 " 2ca: 23c8 movs r3, #200 ; 0xc8\n",
847 " 2cc: 23ca movs r3, #202 ; 0xca\n",
974 " 3ca: 23c8 movs r3, #200 ; 0xc8\n",
975 " 3cc: 23ca movs r3, #202 ; 0xca\n",
1102 " 4ca: 23c8 movs r3, #200 ; 0xc8\n",
1103 " 4cc: 23ca movs r3, #202 ; 0xca\n",
[all …]
/art/runtime/arch/
Dstub_test.cc1144 Handle<mirror::Class> ca( in TEST_F() local
1149 hs.NewHandle(mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), ca.Get(), 10))); in TEST_F()
1333 Handle<mirror::Class> ca( in TEST_F() local
1345 mirror::ObjectArray<mirror::Object>::Alloc(soa.Self(), ca.Get(), length / 4))); in TEST_F()