Home
last modified time | relevance | path

Searched refs:soa (Results 176 – 200 of 225) sorted by relevance

123456789

/art/runtime/
Dthread.h554 void NotifyThreadGroup(ScopedObjectAccessAlreadyRunnable& soa, jobject thread_group = nullptr)
637 jobject CreateInternalStackTrace(const ScopedObjectAccessAlreadyRunnable& soa) const
645 const ScopedObjectAccessAlreadyRunnable& soa, jobject internal,
649 jobjectArray CreateAnnotatedStackTrace(const ScopedObjectAccessAlreadyRunnable& soa) const
1362 static void InitPeer(ScopedObjectAccessAlreadyRunnable& soa,
1402 void HandleUncaughtExceptions(ScopedObjectAccessAlreadyRunnable& soa)
1404 void RemoveFromThreadGroup(ScopedObjectAccessAlreadyRunnable& soa)
Dclass_loader_context.h289 bool CreateInfoFromClassLoader(ScopedObjectAccessAlreadyRunnable& soa,
Dindirect_reference_table.cc363 ScopedObjectAccess soa(self); in Remove() local
401 ScopedObjectAccess soa(Thread::Current()); in Remove() local
Dcommon_throws.cc833 ScopedObjectAccessUnchecked soa(env); // TODO: Is this necessary? in ThrowStackOverflowError() local
834 stack_state_val.reset(soa.Self()->CreateInternalStackTrace(soa)); in ThrowStackOverflowError()
Dcommon_runtime_test.h190 std::vector<const DexFile*> GetDexFiles(ScopedObjectAccess& soa,
Dclass_linker.h571 ObjPtr<mirror::Class> CreateProxyClass(ScopedObjectAccessAlreadyRunnable& soa,
713 static bool IsBootClassLoader(ScopedObjectAccessAlreadyRunnable& soa,
981 bool FindClassInBaseDexClassLoader(ScopedObjectAccessAlreadyRunnable& soa,
990 bool FindClassInSharedLibraries(ScopedObjectAccessAlreadyRunnable& soa,
1005 ScopedObjectAccessAlreadyRunnable& soa,
Dtrace.cc319 ScopedObjectAccess soa(Thread::Current()); in Start() local
336 ScopedObjectAccess soa(Thread::Current()); in Start() local
386 ScopedObjectAccess soa(self); in Start() local
Dart_method.cc104 ArtMethod* ArtMethod::FromReflectedMethod(const ScopedObjectAccessAlreadyRunnable& soa, in FromReflectedMethod() argument
106 ObjPtr<mirror::Executable> executable = soa.Decode<mirror::Executable>(jlr_method); in FromReflectedMethod()
/art/runtime/interpreter/
Dunstarted_runtime.cc227 ScopedObjectAccessUnchecked soa(self); in UnstartedClassForNameCommon() local
228 if (class_loader != nullptr && !ClassLinker::IsBootClassLoader(soa, class_loader)) { in UnstartedClassForNameCommon()
683 ScopedObjectAccessUnchecked soa(self); in UnstartedConstructorNewInstance0() local
685 soa.AddLocalReference<jobject>(m.Get())); in UnstartedConstructorNewInstance0()
687 soa.AddLocalReference<jobject>(receiver.Get())); in UnstartedConstructorNewInstance0()
689 soa.AddLocalReference<jobject>(args.Get())); in UnstartedConstructorNewInstance0()
690 InvokeMethod(soa, method_ref.get(), object_ref.get(), args_ref.get(), 2); in UnstartedConstructorNewInstance0()
1633 ScopedObjectAccessUnchecked soa(self); in UnstartedMethodInvoke() local
1648 InvokeMethod(soa, java_method.get(), java_receiver.get(), java_args.get())); in UnstartedMethodInvoke()
1836 ScopedObjectAccessUnchecked soa(self); in UnstartedJNIThrowableNativeFillInStackTrace() local
[all …]
/art/openjdkjvmti/
Dti_heap.cc696 art::ScopedObjectAccess soa(self); // Now we know we have the shared lock. in IterateOverInstancesOfClass() local
699 art::ObjPtr<art::mirror::Object> klass_ptr(soa.Decode<art::mirror::Class>(klass)); in IterateOverInstancesOfClass()
758 art::ScopedObjectAccess soa(self); // Now we know we have the shared lock. in DoIterateThroughHeap() local
763 art::Handle<art::mirror::Class> filter_klass(hs.NewHandle(soa.Decode<art::mirror::Class>(klass))); in DoIterateThroughHeap()
1406 art::ScopedObjectAccess soa(self); // Now we know we have the shared lock. in FollowReferences() local
1457 art::ScopedObjectAccess soa(self); in GetLoadedClasses() local
1538 art::ScopedObjectAccess soa(self); in GetObjectHeapId() local
1894 art::ScopedObjectAccess soa(self); in ChangeArraySize() local
1899 art::ObjPtr<art::mirror::Class> klass(soa.Decode<art::mirror::Object>(arr)->GetClass()); in ChangeArraySize()
1910 art::Handle<art::mirror::Array> old_arr(hs.NewHandle(soa.Decode<art::mirror::Array>(arr))); in ChangeArraySize()
DOpenjdkJvmTi.cc422 art::ScopedObjectAccess soa(jni_env); in GetTag() local
423 art::ObjPtr<art::mirror::Object> obj = soa.Decode<art::mirror::Object>(object); in GetTag()
444 art::ScopedObjectAccess soa(jni_env); in SetTag() local
445 art::ObjPtr<art::mirror::Object> obj = soa.Decode<art::mirror::Object>(object); in SetTag()
465 art::ScopedObjectAccess soa(jni_env); in GetObjectsWithTags() local
/art/runtime/jni/
Djni_internal_test.cc62 ScopedObjectAccess soa(env_); in ExpectException() local
64 << mirror::Class::PrettyDescriptor(soa.Decode<mirror::Class>(exception_class)); in ExpectException()
92 ScopedObjectAccess soa(env_); in GetPrimitiveClass() local
95 return soa.AddLocalReference<jclass>(c); in GetPrimitiveClass()
621 ScopedObjectAccess soa(Thread::Current()); in SetUpForTest() local
623 StackHandleScope<1> hs(soa.Self()); in SetUpForTest()
625 hs.NewHandle(soa.Decode<mirror::ClassLoader>(class_loader_))); in SetUpForTest()
626 ObjPtr<mirror::Class> c = class_linker_->FindClass(soa.Self(), "LMyClassNatives;", loader); in SetUpForTest()
935 ScopedObjectAccess soa(Thread::Current()); in GetLocalsCapacity() local
1685 ScopedObjectAccess soa(env_); in TEST_F() local
[all …]
/art/runtime/jit/
Dprofile_saver.cc344 ScopedObjectAccess soa(self); in SampleClassesAndExecutedMethods() local
348 VariableSizedHandleScope hs(soa.Self()); in SampleClassesAndExecutedMethods()
359 ReaderMutexLock mu(soa.Self(), *Locks::classlinker_classes_lock_); in SampleClassesAndExecutedMethods()
551 ScopedObjectAccess soa(Thread::Current()); in ProcessProfilingInfo() local
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc124 ScopedObjectAccess soa(self); in artFindNativeMethod() local
/art/runtime/gc/
Dheap.cc866 ScopedObjectAccess soa(Thread::Current()); in IsCompilingBoot() local
1472 ScopedObjectAccess soa(self); in TrimIndirectReferenceTables() local
1474 JavaVMExt* vm = soa.Vm(); in TrimIndirectReferenceTables()
1510 ScopedObjectAccess soa(self); in TrimSpaces() local
2128 ScopedObjectAccess soa(self); in PerformHomogeneousSpaceCompact() local
2129 soa.Vm()->UnloadNativeLibraries(); in PerformHomogeneousSpaceCompact()
2694 ScopedObjectAccess soa(self); in CollectGarbageInternal() local
2695 soa.Vm()->UnloadNativeLibraries(); in CollectGarbageInternal()
3619 ScopedObjectAccess soa(Thread::Current()); in ClampGrowthLimit() local
3620 WriterMutexLock mu(soa.Self(), *Locks::heap_bitmap_lock_); in ClampGrowthLimit()
[all …]
/art/runtime/entrypoints/
Dentrypoint_utils.h182 JValue InvokeProxyInvocationHandler(ScopedObjectAccessAlreadyRunnable& soa,
/art/compiler/optimizing/
Dssa_builder.cc328 ScopedObjectAccess soa(Thread::Current()); in FixAmbiguousArrayOps() local
700 ScopedObjectAccess soa(Thread::Current()); in GetFloatOrDoubleEquivalentOfArrayGet() local
Dnodes.cc45 ScopedObjectAccess soa(Thread::Current()); in CreateRootHandle() local
668 ScopedObjectAccess soa(Thread::Current()); in GetNullConstant() local
2802 ScopedObjectAccess soa(Thread::Current()); in SetReferenceTypeInfo() local
2816 ScopedObjectAccess soa(Thread::Current()); in InstructionDataEquals() local
2824 ScopedObjectAccess soa(Thread::Current()); in SetUpperBound() local
2835 ScopedObjectAccess soa(Thread::Current()); in Create() local
2846 ScopedObjectAccess soa(Thread::Current()); in operator <<() local
2920 ScopedObjectAccess soa(Thread::Current()); in GetDexFileForPcRelativeDexCache() local
2963 ScopedObjectAccess soa(Thread::Current()); in InstructionDataEquals() local
2984 ScopedObjectAccess soa(Thread::Current()); in InstructionDataEquals() local
Dinstruction_builder.h228 Handle<mirror::Class> ResolveClass(ScopedObjectAccess& soa, dex::TypeIndex type_index)
Dstack_map_stream.cc201 ScopedObjectAccess soa(Thread::Current()); in BeginInlineInfoEntry() local
/art/compiler/
Dcommon_compiler_test.cc121 ScopedObjectAccess soa(Thread::Current()); in SetUp() local
/art/runtime/gc/accounting/
Dmod_union_table_test.cc180 ScopedObjectAccess soa(self); in RunTest() local
/art/runtime/mirror/
Dvar_handle_test.cc217 ScopedObjectAccess soa(self); in MethodTypeOf() local
278 ScopedObjectAccess soa(self); in TEST_F() local
422 ScopedObjectAccess soa(self); in TEST_F() local
560 ScopedObjectAccess soa(self); in TEST_F() local
730 ScopedObjectAccess soa(self); in TEST_F() local
882 ScopedObjectAccess soa(self); in TEST_F() local
/art/oatdump/
Doatdump.cc1507 ScopedObjectAccess soa(Thread::Current()); in DumpVerifier() local
1516 soa.Self()->ClearException(); in DumpVerifier()
1520 soa.Self(), vios, dex_method_idx, dex_file, dex_cache, *options_.class_loader_, in DumpVerifier()
1685 ScopedObjectAccess soa(Thread::Current()); in DumpDataBimgRelRoEntries() local
2774 ScopedObjectAccess soa(Thread::Current()); in DumpImages() local
2872 ScopedObjectAccess soa(Thread::Current()); in DumpOatWithRuntime() local
2879 StackHandleScope<1> scope(soa.Self()); in DumpOatWithRuntime()
2881 soa.Decode<mirror::ClassLoader>(class_loader)); in DumpOatWithRuntime()
2981 ScopedObjectAccess soa(self); in Dump() local
3004 class_loader.Assign(soa.Decode<mirror::ClassLoader>( in Dump()
/art/test/674-hiddenapi/
Dhiddenapi.cc80 ScopedObjectAccess soa(Thread::Current()); in Java_Main_appendToBootClassLoader() local

123456789