Home
last modified time | relevance | path

Searched refs:LoadDex (Results 1 – 12 of 12) sorted by relevance

/art/runtime/
Dtransaction_test.cc107 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("Transaction")))); in TEST_F()
202 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("Transaction")))); in TEST_F()
302 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("Transaction")))); in TEST_F()
416 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("Transaction")))); in TEST_F()
436 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("Transaction")))); in TEST_F()
455 jobject jclass_loader = LoadDex("Transaction"); in TEST_F()
Dcommon_runtime_test.h108 jobject LoadDex(const char* dex_name) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dproxy_test.cc111 jobject jclass_loader = LoadDex("Interfaces"); in TEST_F()
145 jobject jclass_loader = LoadDex("Interfaces"); in TEST_F()
Dclass_linker_test.cc628 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("Nested")))); in TEST_F()
700 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("MyClass")))); in TEST_F()
824 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("MyClass")))); in TEST_F()
826 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("MyClass")))); in TEST_F()
838 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("Statics")))); in TEST_F()
917 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("Interfaces")))); in TEST_F()
986 jobject jclass_loader = LoadDex("StaticsFromCode"); in TEST_F()
1128 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("Statics")))); in TEST_F()
1143 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("Statics")))); in TEST_F()
Dexception_test.cc44 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("ExceptionHandle")))); in SetUp()
Dreflection_test.cc90 jobject jclass_loader(LoadDex(class_name)); in ReflectionTestMakeExecutable()
498 jobject jclass_loader = LoadDex("Main"); in TEST_F()
Dcommon_runtime_test.cc349 jobject CommonRuntimeTest::LoadDex(const char* dex_name) { in LoadDex() function in art::CommonRuntimeTest
Djni_internal_test.cc1302 LoadDex("AllFields"); in TEST_F()
1333 LoadDex("AllFields"); in TEST_F()
1601 LoadDex(class_name); in TEST_F()
/art/runtime/mirror/
Dobject_test.cc327 jobject class_loader = LoadDex("StaticsFromCode"); in TEST_F()
463 jobject jclass_loader_1 = LoadDex("ProtoCompare"); in TEST_F()
464 jobject jclass_loader_2 = LoadDex("ProtoCompare2"); in TEST_F()
527 jobject jclass_loader = LoadDex("XandY"); in TEST_F()
562 jobject jclass_loader = LoadDex("XandY"); in TEST_F()
600 jobject jclass_loader = LoadDex("XandY"); in TEST_F()
/art/compiler/driver/
Dcompiler_driver_test.cc161 class_loader = LoadDex("AbstractMethod"); in TEST_F()
/art/runtime/arch/
Dstub_test.cc1628 LoadDex("AllFields"); in TEST_F()
1641 LoadDex("AllFields"); in TEST_F()
1654 LoadDex("AllFields"); in TEST_F()
/art/compiler/jni/
Djni_compiler_test.cc97 class_loader_ = LoadDex("MyClassNatives"); in SetUpForTest()
742 class_loader_ = LoadDex("MyClassNatives"); in ExceptionHandlingImpl()