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.h107 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.cc648 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("Nested")))); in TEST_F()
720 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("MyClass")))); in TEST_F()
844 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("MyClass")))); in TEST_F()
846 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("MyClass")))); in TEST_F()
858 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("Statics")))); in TEST_F()
937 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(LoadDex("Interfaces")))); in TEST_F()
1006 jobject jclass_loader = LoadDex("StaticsFromCode"); in TEST_F()
1148 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.cc340 jobject CommonRuntimeTest::LoadDex(const char* dex_name) { in LoadDex() function in art::CommonRuntimeTest
Djni_internal_test.cc1291 LoadDex("AllFields"); in TEST_F()
1322 LoadDex("AllFields"); in TEST_F()
1590 LoadDex(class_name); in TEST_F()
/art/runtime/mirror/
Dobject_test.cc320 jobject class_loader = LoadDex("StaticsFromCode"); in TEST_F()
456 jobject jclass_loader_1 = LoadDex("ProtoCompare"); in TEST_F()
457 jobject jclass_loader_2 = LoadDex("ProtoCompare2"); in TEST_F()
520 jobject jclass_loader = LoadDex("XandY"); in TEST_F()
555 jobject jclass_loader = LoadDex("XandY"); in TEST_F()
593 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()