Home
last modified time | relevance | path

Searched refs:Self (Results 76 – 100 of 133) sorted by relevance

123456

/art/runtime/verifier/
Dreg_type_test.cc720 ScopedDisableMovingGC no_gc(soa.Self()); in TEST_F()
1075 ScopedDisableMovingGC no_gc(soa.Self()); in TEST_F()
1093 ASSERT_TRUE(class_linker->LookupClass(soa.Self(), kNumberArrayFour, nullptr) == nullptr); in TEST_F()
1094 ASSERT_TRUE(class_linker->LookupClass(soa.Self(), kNumberArrayFive, nullptr) == nullptr); in TEST_F()
1097 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
1098 FillHeap(soa.Self(), class_linker, &hs); in TEST_F()
1112 StackHandleScope<4> hs(soa.Self()); in TestClassJoin()
1117 class_linker_->FindClass(soa.Self(), in1, class_loader))); in TestClassJoin()
1119 class_linker_->FindClass(soa.Self(), in2, class_loader))); in TestClassJoin()
1123 ScopedDisableMovingGC no_gc(soa.Self()); in TestClassJoin()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc481 soa.Self()->ClearException(); in CompileInvokeVirtual()
521 StackHandleScope<1> hs(soa.Self()); in CompileMethod()
532 hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file))); in CompileMethod()
546 MutexLock mu(soa.Self(), lock_); in CompileMethod()
/art/test/570-checker-osr/
Dosr.cc47 soa.Self(), in ProcessMethodWithName()
/art/dex2oat/driver/
Dcompiler_driver_test.cc99 StackHandleScope<1> hs(soa.Self()); in MakeDexFileExecutable()
102 ObjPtr<mirror::Class> c = class_linker->FindClass(soa.Self(), descriptor, loader); in MakeDexFileExecutable()
126 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(soa.Self(), dex); in TEST_F()
/art/runtime/native/
Ddalvik_system_DexFile.cc192 if (linker->IsDexFileRegistered(soa.Self(), *dex_file)) { in CreateCookieFromOatFileManagerResult()
396 RemoveNativeDebugInfoForDex(soa.Self(), dex_file); in DexFile_closeDexFile()
399 if (!class_linker->IsDexFileRegistered(soa.Self(), *dex_file)) { in DexFile_closeDexFile()
447 StackHandleScope<1> hs(soa.Self()); in DexFile_defineClassNative()
454 soa.Self()->AssertPendingException(); in DexFile_defineClassNative()
457 ObjPtr<mirror::Class> result = class_linker->DefineClass(soa.Self(), in DexFile_defineClassNative()
Djava_lang_System.cc84 soa.Self()->ThrowNewExceptionF("Ljava/lang/ArrayIndexOutOfBoundsException;", in System_arraycopy()
147 soa.Self()->ThrowNewExceptionF("Ljava/lang/ArrayStoreException;", in System_arraycopy()
Ddalvik_system_VMRuntime.cc118 runtime->GetClassLinker()->FindArrayClass(soa.Self(), element_class); in VMRuntime_newNonMovableArray()
123 ObjPtr<mirror::Array> result = mirror::Array::Alloc(soa.Self(), in VMRuntime_newNonMovableArray()
144 ObjPtr<mirror::Class> array_class = runtime->GetClassLinker()->FindArrayClass(soa.Self(), in VMRuntime_newUnpaddedArray()
152 soa.Self(), in VMRuntime_newUnpaddedArray()
607 PreloadDexCachesResolveType(soa.Self(), dex_cache, dex::TypeIndex(j)); in VMRuntime_preloadDexCaches()
/art/runtime/
Dclass_loader_context_test.cc548 StackHandleScope<1> hs(soa.Self()); in TEST_F()
584 StackHandleScope<1> hs(soa.Self()); in TEST_F()
611 StackHandleScope<1> hs(soa.Self()); in TEST_F()
652 StackHandleScope<3> hs(soa.Self()); in TEST_F()
722 StackHandleScope<4> hs(soa.Self()); in TEST_F()
810 StackHandleScope<6> hs(soa.Self()); in TEST_F()
910 StackHandleScope<6> hs(soa.Self()); in TEST_F()
1025 StackHandleScope<6> hs(soa.Self()); in TEST_F()
1182 StackHandleScope<1> hs(soa.Self()); in TEST_F()
1185 soa.Self(), in TEST_F()
[all …]
Dclass_loader_utils.h83 Thread* self = soa.Self(); in VisitClassLoaderDexElements()
Dwell_known_classes.cc196 if (soa.Self()->IsExceptionPending()) { in CacheField()
197 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheField()
222 if (soa.Self()->IsExceptionPending()) { in CacheMethod()
223 LOG(FATAL_WITHOUT_ABORT) << soa.Self()->GetException()->Dump(); in CacheMethod()
Ddebug_print.cc101 StackHandleScope<1> hs(soa.Self()); in DescribeLoaders()
Druntime.cc777 StackHandleScope<2> hs(soa.Self()); in CreateSystemClassLoader()
780 CHECK(cl->EnsureInitialized(soa.Self(), class_loader_class, true, true)); in CreateSystemClassLoader()
791 JNIEnv* env = soa.Self()->GetJniEnv(); in CreateSystemClassLoader()
795 soa.Self()->SetClassLoaderOverride(system_class_loader.get()); in CreateSystemClassLoader()
799 CHECK(cl->EnsureInitialized(soa.Self(), thread_class, true, true)); in CreateSystemClassLoader()
807 soa.Self()->GetPeer(), in CreateSystemClassLoader()
868 StackHandleScope<3> hs(soa.Self()); in Start()
875 class_linker_->EnsureInitialized(soa.Self(), class_class, true, true); in Start()
876 class_linker_->EnsureInitialized(soa.Self(), string_class, true, true); in Start()
879 class_linker_->EnsureInitialized(soa.Self(), field_class, true, true); in Start()
Druntime_callbacks_test.cc294 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
300 hs.NewHandle(class_linker_->FindClass(soa.Self(), descriptor_y, class_loader))); in TEST_F()
Dhidden_api_test.cc440 StackHandleScope<4> hs(soa.Self()); in TEST_F()
446 class_linker_->FindClass(soa.Self(), "Lmypackage/packagea/Interface;", class_loader))); in TEST_F()
522 StackHandleScope<2> hs(soa.Self()); in LoadDexFiles()
526 soa.Self(), in LoadDexFiles()
Dreflection_test.cc517 StackHandleScope<1> hs(soa.Self()); in TEST_F()
522 ObjPtr<mirror::Class> klass = class_linker_->FindClass(soa.Self(), "LMain;", class_loader); in TEST_F()
534 soa.Self()->TransitionFromSuspendedToRunnable(); in TEST_F()
Dhandle_scope.h226 Thread* Self() const { in Self() function
/art/openjdkjvmti/
Dti_phase.cc56 return soa.AddLocalReference<jthread>(soa.Self()->GetPeer()); in GetCurrentJThread()
Dti_class.cc676 art::StackHandleScope<1> hs(soa.Self()); in GetImplementedInterfaces()
681 art::mirror::Class::ResolveDirectInterface(soa.Self(), h_klass, idx); in GetImplementedInterfaces()
683 soa.Self()->ClearException(); in GetImplementedInterfaces()
723 art::StackHandleScope<1> hs(soa.Self()); in GetClassSignature()
739 } else if (soa.Self()->IsExceptionPending()) { in GetClassSignature()
741 soa.Self()->ClearException(); in GetClassSignature()
852 *modifiers_ptr = ClassGetModifiers(soa.Self(), klass); in GetClassModifiers()
Dti_field.cc189 } else if (soa.Self()->IsExceptionPending()) { in GetFieldName()
191 soa.Self()->ClearException(); in GetFieldName()
/art/test/454-get-vreg/
Dget_vreg_jni.cc126 TestVisitor visitor(soa.Self(), context.get(), soa.Decode<mirror::Object>(value).Ptr()); in Java_Main_doNativeCall()
/art/runtime/gc/space/
Dspace_create_test.cc101 StackHandleScope<3> hs(soa.Self()); in TEST_P()
235 StackHandleScope<3> hs(soa.Self()); in TEST_P()
Dspace_test.h191 StackHandleScope<1> hs(soa.Self()); in SizeFootPrintGrowthLimitAndTrimBody()
288 StackHandleScope<1> hs(soa.Self()); in SizeFootPrintGrowthLimitAndTrimBody()
/art/compiler/optimizing/
Dsharpening.cc326 StackHandleScope<1> hs(soa.Self()); in ProcessLoadString()
329 : hs.NewHandle(class_linker->FindDexCache(soa.Self(), dex_file)); in ProcessLoadString()
Doptimizing_compiler.cc1025 DCHECK_EQ(method == nullptr, soa.Self()->IsExceptionPending()); in Compile()
1026 soa.Self()->ClearException(); // Suppress exception if any. in Compile()
1027 VariableSizedHandleScope handles(soa.Self()); in Compile()
1042 ScopedThreadSuspension sts(soa.Self(), kNative); in Compile()
1146 VariableSizedHandleScope handles(soa.Self()); in JniCompile()
1162 ScopedThreadSuspension sts(soa.Self(), kNative); in JniCompile()
/art/dex2oat/linker/
Dimage_write_read_test.cc124 ObjPtr<mirror::Class> klass = class_linker_->FindSystemClass(soa.Self(), descriptor); in TestWriteRead()

123456