Home
last modified time | relevance | path

Searched refs:soa (Results 151 – 175 of 225) sorted by relevance

123456789

/art/runtime/
Doat_quick_method_header.cc85 ScopedObjectAccess soa(Thread::Current()); in ToNativeQuickPc() local
Dmonitor_pool_test.cc59 ScopedObjectAccess soa(self); in TEST_F() local
Ddebugger.cc115 ScopedObjectAccess soa(Thread::Current()); in GcDidFinish() local
120 ScopedObjectAccess soa(Thread::Current()); in GcDidFinish() local
125 ScopedObjectAccess soa(Thread::Current()); in GcDidFinish() local
209 ScopedObjectAccess soa(self); in DdmHandleChunk() local
257 ScopedObjectAccess soa(self); in DdmHandleChunk() local
344 ScopedObjectAccess soa(self); in DdmSetThreadNotification() local
Dclass_linker.cc324 ScopedObjectAccess soa(self); in AdjustThreadVisibilityCounter() local
1389 bool ClassLinker::IsBootClassLoader(ScopedObjectAccessAlreadyRunnable& soa, in IsBootClassLoader() argument
1392 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_BootClassLoader) == in IsBootClassLoader()
2166 ScopedObjectAccessUnchecked soa(Thread::Current()); in AddImageSpace() local
2167 ScopedAssertNoThreadSuspension sants("Checking app image", soa.Self()); in AddImageSpace()
2168 if (IsBootClassLoader(soa, image_class_loader.Get())) { in AddImageSpace()
2838 bool ClassLinker::FindClassInSharedLibraries(ScopedObjectAccessAlreadyRunnable& soa, in FindClassInSharedLibraries() argument
2857 if (!FindClassInBaseDexClassLoader(soa, self, descriptor, hash, temp_loader, result)) { in FindClassInSharedLibraries()
2867 bool ClassLinker::FindClassInBaseDexClassLoader(ScopedObjectAccessAlreadyRunnable& soa, in FindClassInBaseDexClassLoader() argument
2874 if (IsBootClassLoader(soa, class_loader.Get())) { in FindClassInBaseDexClassLoader()
[all …]
Doat_file_assistant_test.cc1267 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
1268 StackHandleScope<1> hs(soa.Self()); in TEST_F()
1271 hs.NewHandle(linker->FindSystemClass(soa.Self(), "Ldalvik/system/DexFile;"))); in TEST_F()
1273 linker->EnsureInitialized(soa.Self(), dexfile, true, true); in TEST_F()
1277 soa.Self(), dexfile.Get(), field.second, "I"); in TEST_F()
1417 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
1420 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader())); in TEST_F()
1447 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
1450 soa.Decode<mirror::ClassLoader>(Runtime::Current()->GetSystemClassLoader())); in TEST_F()
/art/test/2011-stack-walk-concurrent-instrument/
Dstack_walk_concurrent.cc72 ScopedObjectAccess soa(Thread::Current()); in Java_Main_doSelfStackWalk() local
/art/openjdkjvmti/
Devents.cc285 art::ScopedObjectAccess soa(art::Thread::Current()); in SetupDdmTracking() local
355 art::ScopedObjectAccess soa(art::Thread::Current()); in SetupObjectAllocationTracking() local
357 AllocationManager::Get()->EnableAllocationCallback(soa.Self()); in SetupObjectAllocationTracking()
359 AllocationManager::Get()->DisableAllocationCallback(soa.Self()); in SetupObjectAllocationTracking()
531 art::ScopedObjectAccess soa(art::Thread::Current()); in SetupMonitorListener() local
1190 art::ScopedObjectAccess soa(art::Thread::Current()); in HandleEventDeopt() local
1200 err = deopt_manager->AddDeoptimizeThreadMethods(soa, thread); in HandleEventDeopt()
1215 err = deopt_manager->RemoveDeoptimizeThreadMethods(soa, thread); in HandleEventDeopt()
1279 art::ScopedObjectAccess soa(art::Thread::Current()); in HandleLocalAccessCapabilityAdded() local
1453 art::ScopedObjectAccess soa(self); in SetInternalEvent() local
[all …]
Dti_breakpoint.cc156 art::ScopedObjectAccess soa(art::Thread::Current()); in SetBreakpoint() local
180 art::ScopedObjectAccess soa(art::Thread::Current()); in ClearBreakpoint() local
Dti_monitor.cc362 art::ScopedObjectAccess soa(self); in GetCurrentContendedMonitor() local
366 if (!ThreadUtil::GetAliveNativeThread(thread, soa, &target, &err)) { in GetCurrentContendedMonitor()
Dtransform.cc369 art::ScopedObjectAccess soa(jni_env); in GetClassLocation() local
371 art::Handle<art::mirror::Class> hs_klass(hs.NewHandle(soa.Decode<art::mirror::Class>(klass))); in GetClassLocation()
Dti_search.cc250 art::ScopedObjectAccess soa(art::Thread::Current()); in AddToBootstrapClassLoaderSearch() local
368 art::ScopedObjectAccess soa(self); in AddToDexClassLoader() local
/art/compiler/optimizing/
Dintrinsics.cc168 ScopedObjectAccess soa(self); in ComputeIntegerValueOfLocations() local
211 ScopedObjectAccess soa(self); in ComputeIntegerValueOfLocations() local
292 ScopedObjectAccess soa(self); in ComputeIntegerValueOfInfo() local
367 ScopedObjectAccess soa(Thread::Current()); in AssertNonMovableStringClass() local
Doptimizing_compiler.cc780 ScopedObjectAccess soa(Thread::Current()); in TryCompile() local
1021 ScopedObjectAccess soa(Thread::Current()); in Compile() local
1025 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()
1142 ScopedObjectAccess soa(Thread::Current()); in JniCompile() local
1146 VariableSizedHandleScope handles(soa.Self()); in JniCompile()
1162 ScopedThreadSuspension sts(soa.Self(), kNative); in JniCompile()
Dinstruction_builder.cc837 ScopedObjectAccess soa(Thread::Current()); in ResolveMethod() local
852 soa.Self()->ClearException(); in ResolveMethod()
855 DCHECK(!soa.Self()->IsExceptionPending()); in ResolveMethod()
1125 ScopedObjectAccess soa(Thread::Current()); in BuildNewInstance() local
1182 ScopedObjectAccess soa(self); in BuildConstructorFenceForAllocation() local
1447 ScopedObjectAccess soa(Thread::Current()); in ProcessClinitCheckForInvoke() local
1824 ScopedObjectAccess soa(Thread::Current()); in BuildInstanceFieldAccess() local
1906 ScopedObjectAccess soa(Thread::Current()); in ResolveField() local
1915 DCHECK_EQ(resolved_field == nullptr, soa.Self()->IsExceptionPending()) in ResolveField()
1919 << (soa.Self()->IsExceptionPending() ? soa.Self()->GetException()->Dump() : "null"); in ResolveField()
[all …]
/art/compiler/utils/
Datomic_dex_ref_map_test.cc31 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
/art/profman/
Dprofile_assistant_test.cc299 ObjPtr<mirror::Class> GetClass(ScopedObjectAccess& soa, in GetClass() argument
303 StackHandleScope<1> hs(soa.Self()); in GetClass()
305 ObjPtr<mirror::ClassLoader>::DownCast(soa.Self()->DecodeJObject(class_loader)))); in GetClass()
306 return class_linker->FindClass(soa.Self(), clazz.c_str(), h_loader); in GetClass()
312 ScopedObjectAccess soa(Thread::Current()); in GetVirtualMethod() local
313 ObjPtr<mirror::Class> klass = GetClass(soa, class_loader, clazz); in GetVirtualMethod()
723 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
724 ObjPtr<mirror::Class> klass = GetClass(soa, /* class_loader= */ nullptr, "Ljava/lang/Math;"); in TEST_F()
1023 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
1027 StackHandleScope<3> hs(soa.Self()); in TEST_F()
[all …]
/art/runtime/gc/space/
Dspace_test.h174 ScopedObjectAccess soa(self); in SizeFootPrintGrowthLimitAndTrimBody()
191 StackHandleScope<1> hs(soa.Self()); in SizeFootPrintGrowthLimitAndTrimBody()
288 StackHandleScope<1> hs(soa.Self()); in SizeFootPrintGrowthLimitAndTrimBody()
/art/dex2oat/linker/
Dimage_test.h157 ScopedObjectAccess soa(Thread::Current()); in DoCompile()
159 class_linker->AppendToBootClassPath(soa.Self(), dex_file.get()); in DoCompile()
384 ScopedObjectAccess soa(Thread::Current()); in Compile()
Doat_writer_test.cc196 ScopedObjectAccess soa(Thread::Current()); in DoWriteElf() local
475 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
481 ObjPtr<mirror::Class> klass = class_linker->FindClass(soa.Self(), in TEST_F()
548 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
557 ScopedObjectAccess soa(Thread::Current()); in TEST_F() local
558 class_linker->RegisterDexFile(*dex_file, soa.Decode<mirror::ClassLoader>(class_loader)); in TEST_F()
Dimage_test.cc119 ScopedObjectAccess soa(self); in TEST_F() local
/art/compiler/driver/
Dcompiler_options.cc182 ScopedObjectAccess soa(self); in IsMethodVerifiedWithoutFailures() local
/art/dex2oat/
Ddex2oat.cc722 ScopedObjectAccess soa(self); in ThreadLocalHashOverride() local
765 ScopedObjectAccess soa(hs_->Self()); in ~ThreadLocalHashOverride() local
2006 ScopedObjectAccess soa(Thread::Current()); in CompileDexFilesIndividually() local
2008 jweak weak_class_loader = soa.Env()->GetVm()->AddWeakGlobalRef( in CompileDexFilesIndividually()
2009 soa.Self(), in CompileDexFilesIndividually()
2010 soa.Decode<mirror::ClassLoader>(class_loader)); in CompileDexFilesIndividually()
2011 soa.Env()->GetVm()->DeleteGlobalRef(soa.Self(), class_loader); in CompileDexFilesIndividually()
2013 ObjPtr<mirror::ClassLoader> decoded_weak = soa.Decode<mirror::ClassLoader>(weak_class_loader); in CompileDexFilesIndividually()
2168 ScopedObjectAccess soa(Thread::Current()); in CompileDexFiles() local
2173 soa.Decode<mirror::ClassLoader>(class_loader)); in CompileDexFiles()
[all …]
/art/runtime/dex/
Ddex_file_annotations.cc359 ScopedObjectAccessUnchecked soa(self); in ProcessEncodedAnnotation() local
375 soa.Decode<mirror::Class>(WellKnownClasses::libcore_reflect_AnnotationMember); in ProcessEncodedAnnotation()
589 ScopedObjectAccessUnchecked soa(self); in ProcessAnnotationValue() local
703 ScopedObjectAccessUnchecked soa(self); in CreateAnnotationMember() local
898 ScopedObjectAccessUnchecked soa(self); in ProcessAnnotationSet() local
901 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array))); in ProcessAnnotationSet()
956 ScopedObjectAccessUnchecked soa(self); in ProcessAnnotationSetRefList() local
959 soa.Decode<mirror::Class>(WellKnownClasses::java_lang_annotation_Annotation__array); in ProcessAnnotationSetRefList()
1238 ScopedObjectAccess soa(Thread::Current()); in DCheckNativeAnnotation() local
1239 ObjPtr<mirror::Class> klass = soa.Decode<mirror::Class>(cls); in DCheckNativeAnnotation()
[all …]
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc119 ScopedObjectAccess soa(self); in CollectNonDebuggableClasses() local
387 ScopedObjectAccess soa(env); in ZygoteHooks_nativePostForkChild() local
/art/compiler/jni/
Djni_compiler_test.cc248 ScopedObjectAccess soa(Thread::Current()); in CompileForTest() local
249 StackHandleScope<1> hs(soa.Self()); in CompileForTest()
251 hs.NewHandle(soa.Decode<mirror::ClassLoader>(class_loader))); in CompileForTest()
253 ObjPtr<mirror::Class> c = class_linker_->FindClass(soa.Self(), "LMyClassNatives;", loader); in CompileForTest()
295 ScopedObjectAccess soa(Thread::Current()); in SetUpForTest() local
572 ScopedObjectAccess soa(Thread::Current()); in expectNumStackReferences() local
1138 ScopedObjectAccess soa(Thread::Current()); in ExceptionHandlingImpl() local
1184 ScopedObjectAccess soa(env); in JNI_TEST() local
1187 jobject internal = Thread::Current()->CreateInternalStackTrace(soa); in JNI_TEST()
1188 jobjectArray ste_array = Thread::InternalStackTraceToStackTraceElementArray(soa, internal); in JNI_TEST()
[all …]

123456789