Home
last modified time | relevance | path

Searched refs:ScopedObjectAccessAlreadyRunnable (Results 1 – 24 of 24) sorted by relevance

/art/runtime/
Dscoped_thread_state_change-inl.h76 inline T ScopedObjectAccessAlreadyRunnable::AddLocalReference(ObjPtr<mirror::Object> obj) const { in AddLocalReference()
86 inline ObjPtr<T> ScopedObjectAccessAlreadyRunnable::Decode(jobject obj) const { in Decode()
92 inline bool ScopedObjectAccessAlreadyRunnable::IsRunnable() const { in IsRunnable()
96 inline ScopedObjectAccessAlreadyRunnable::ScopedObjectAccessAlreadyRunnable(JNIEnv* env) in ScopedObjectAccessAlreadyRunnable() function
99 inline ScopedObjectAccessAlreadyRunnable::ScopedObjectAccessAlreadyRunnable(Thread* self) in ScopedObjectAccessAlreadyRunnable() function
105 : ScopedObjectAccessAlreadyRunnable(env), tsc_(Self(), kRunnable) { in ScopedObjectAccessUnchecked()
111 : ScopedObjectAccessAlreadyRunnable(self), tsc_(self, kRunnable) { in ScopedObjectAccessUnchecked()
Dscoped_thread_state_change.h71 class ScopedObjectAccessAlreadyRunnable : public ValueObject {
106 ALWAYS_INLINE explicit ScopedObjectAccessAlreadyRunnable(JNIEnv* env)
109 ALWAYS_INLINE explicit ScopedObjectAccessAlreadyRunnable(Thread* self)
116 explicit ScopedObjectAccessAlreadyRunnable(JavaVM* vm) in ScopedObjectAccessAlreadyRunnable() function
120 ALWAYS_INLINE ~ScopedObjectAccessAlreadyRunnable() {} in ~ScopedObjectAccessAlreadyRunnable()
147 class ScopedObjectAccessUnchecked : public ScopedObjectAccessAlreadyRunnable {
160 : ScopedObjectAccessAlreadyRunnable(vm), tsc_() {} in ScopedObjectAccessUnchecked()
Dreflection.h33 class ScopedObjectAccessAlreadyRunnable; variable
65 JValue InvokeWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa,
73 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa,
83 JValue InvokeVirtualOrInterfaceWithJValues(const ScopedObjectAccessAlreadyRunnable& soa,
93 JValue InvokeVirtualOrInterfaceWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa,
100 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa,
109 void InvokeConstructor(const ScopedObjectAccessAlreadyRunnable& soa,
Dclass_loader_utils.h34 inline bool IsInstanceOfBaseDexClassLoader(ScopedObjectAccessAlreadyRunnable& soa, in IsInstanceOfBaseDexClassLoader()
43 inline bool IsPathOrDexClassLoader(ScopedObjectAccessAlreadyRunnable& soa, in IsPathOrDexClassLoader()
55 inline bool IsInMemoryDexClassLoader(ScopedObjectAccessAlreadyRunnable& soa, in IsInMemoryDexClassLoader()
63 inline bool IsDelegateLastClassLoader(ScopedObjectAccessAlreadyRunnable& soa, in IsDelegateLastClassLoader()
78 inline RetType VisitClassLoaderDexElements(ScopedObjectAccessAlreadyRunnable& soa, in VisitClassLoaderDexElements()
120 inline RetType VisitClassLoaderDexFiles(ScopedObjectAccessAlreadyRunnable& soa, in VisitClassLoaderDexFiles()
163 inline void VisitClassLoaderDexFiles(ScopedObjectAccessAlreadyRunnable& soa, in VisitClassLoaderDexFiles()
Dscoped_thread_state_change.cc33 void ScopedObjectAccessAlreadyRunnable::DCheckObjIsNotClearedJniWeakGlobal( in DCheckObjIsNotClearedJniWeakGlobal()
38 bool ScopedObjectAccessAlreadyRunnable::ForceCopy() const { in ForceCopy()
Dreflection.cc104 void BuildArgArrayFromVarArgs(const ScopedObjectAccessAlreadyRunnable& soa, in BuildArgArrayFromVarArgs()
141 void BuildArgArrayFromJValues(const ScopedObjectAccessAlreadyRunnable& soa, in BuildArgArrayFromJValues()
450 void InvokeWithArgArray(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeWithArgArray()
477 bool InvokeMethodImpl(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeMethodImpl()
518 JValue InvokeWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeWithVarArgs()
550 JValue InvokeWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeWithVarArgs()
559 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeWithJValues()
591 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeWithJValues()
600 JValue InvokeVirtualOrInterfaceWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeVirtualOrInterfaceWithJValues()
634 JValue InvokeVirtualOrInterfaceWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeVirtualOrInterfaceWithJValues()
[all …]
Dthread.h96 class ScopedObjectAccessAlreadyRunnable; variable
205 static Thread* FromManagedThread(const ScopedObjectAccessAlreadyRunnable& ts,
209 static Thread* FromManagedThread(const ScopedObjectAccessAlreadyRunnable& ts, jobject thread)
554 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,
Dclass_linker.h60 class ScopedObjectAccessAlreadyRunnable; variable
571 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,
Dart_field.h30 class ScopedObjectAccessAlreadyRunnable; variable
Dthread.cc658 Thread* Thread::FromManagedThread(const ScopedObjectAccessAlreadyRunnable& soa, in FromManagedThread()
673 Thread* Thread::FromManagedThread(const ScopedObjectAccessAlreadyRunnable& soa, in FromManagedThread()
1208 void Thread::InitPeer(ScopedObjectAccessAlreadyRunnable& soa, in InitPeer()
2267 void Thread::NotifyThreadGroup(ScopedObjectAccessAlreadyRunnable& soa, jobject thread_group) { in NotifyThreadGroup()
2499 void Thread::HandleUncaughtExceptions(ScopedObjectAccessAlreadyRunnable& soa) { in HandleUncaughtExceptions()
2519 void Thread::RemoveFromThreadGroup(ScopedObjectAccessAlreadyRunnable& soa) { in RemoveFromThreadGroup()
2808 jobject Thread::CreateInternalStackTrace(const ScopedObjectAccessAlreadyRunnable& soa) const { in CreateInternalStackTrace()
2856 const ScopedObjectAccessAlreadyRunnable& soa, in CreateStackTraceElement()
2911 const ScopedObjectAccessAlreadyRunnable& soa, in InternalStackTraceToStackTraceElementArray()
2966 jobjectArray Thread::CreateAnnotatedStackTrace(const ScopedObjectAccessAlreadyRunnable& soa) const { in CreateAnnotatedStackTrace()
[all …]
Dart_method.h52 class ScopedObjectAccessAlreadyRunnable; variable
88 static ArtMethod* FromReflectedMethod(const ScopedObjectAccessAlreadyRunnable& soa,
Dclass_loader_context.cc981 static bool CollectDexFilesFromSupportedClassLoader(ScopedObjectAccessAlreadyRunnable& soa, in CollectDexFilesFromSupportedClassLoader()
1037 ScopedObjectAccessAlreadyRunnable& soa, in GetDexFilesFromDexElementsArray()
1086 ScopedObjectAccessAlreadyRunnable& soa, in CreateInfoFromClassLoader()
Dart_method.cc104 ArtMethod* ArtMethod::FromReflectedMethod(const ScopedObjectAccessAlreadyRunnable& soa, in FromReflectedMethod()
Dclass_linker.cc1389 bool ClassLinker::IsBootClassLoader(ScopedObjectAccessAlreadyRunnable& soa, in IsBootClassLoader()
2838 bool ClassLinker::FindClassInSharedLibraries(ScopedObjectAccessAlreadyRunnable& soa, in FindClassInSharedLibraries()
2867 bool ClassLinker::FindClassInBaseDexClassLoader(ScopedObjectAccessAlreadyRunnable& soa, in FindClassInBaseDexClassLoader()
3004 ScopedObjectAccessAlreadyRunnable& soa, in FindClassInBaseDexClassLoaderClassPath()
5023 ObjPtr<mirror::Class> ClassLinker::CreateProxyClass(ScopedObjectAccessAlreadyRunnable& soa, in CreateProxyClass()
/art/runtime/native/
Dscoped_fast_native_object_access-inl.h28 : ScopedObjectAccessAlreadyRunnable(env) { in ScopedFastNativeObjectAccess()
Dscoped_fast_native_object_access.h28 class ScopedFastNativeObjectAccess : public ScopedObjectAccessAlreadyRunnable {
Djava_lang_VMClassLoader.cc52 ScopedObjectAccessAlreadyRunnable& soa, in FindClassInPathClassLoader()
/art/openjdkjvmti/
Dti_thread.h47 class ScopedObjectAccessAlreadyRunnable; variable
136 const art::ScopedObjectAccessAlreadyRunnable& soa,
145 const art::ScopedObjectAccessAlreadyRunnable& soa,
Dti_thread.cc231 const art::ScopedObjectAccessAlreadyRunnable& soa, in GetNativeThread()
248 const art::ScopedObjectAccessAlreadyRunnable& soa, in GetAliveNativeThread()
Dti_stack.cc926 static jvmtiError GetOwnedMonitorInfoCommon(const art::ScopedObjectAccessAlreadyRunnable& soa, in GetOwnedMonitorInfoCommon()
/art/runtime/entrypoints/
Dentrypoint_utils.h49 class ScopedObjectAccessAlreadyRunnable; variable
182 JValue InvokeProxyInvocationHandler(ScopedObjectAccessAlreadyRunnable& soa,
Dentrypoint_utils.cc62 JValue InvokeProxyInvocationHandler(ScopedObjectAccessAlreadyRunnable& soa, in InvokeProxyInvocationHandler()
/art/runtime/jni/
Djni_env_ext.h33 class ScopedObjectAccessAlreadyRunnable; variable