/art/runtime/ |
D | scoped_thread_state_change-inl.h | 80 inline T ScopedObjectAccessAlreadyRunnable::AddLocalReference(ObjPtr<mirror::Object> obj) const { in AddLocalReference() 90 inline ObjPtr<T> ScopedObjectAccessAlreadyRunnable::Decode(jobject obj) const { in Decode() 96 inline bool ScopedObjectAccessAlreadyRunnable::IsRunnable() const { in IsRunnable() 100 inline ScopedObjectAccessAlreadyRunnable::ScopedObjectAccessAlreadyRunnable(JNIEnv* env) in ScopedObjectAccessAlreadyRunnable() function 103 inline ScopedObjectAccessAlreadyRunnable::ScopedObjectAccessAlreadyRunnable(Thread* self) in ScopedObjectAccessAlreadyRunnable() function 109 : ScopedObjectAccessAlreadyRunnable(env), tsc_(Self(), kRunnable) { in ScopedObjectAccessUnchecked() 115 : ScopedObjectAccessAlreadyRunnable(self), tsc_(self, kRunnable) { in ScopedObjectAccessUnchecked()
|
D | reflection.h | 33 class ScopedObjectAccessAlreadyRunnable; variable 63 JValue InvokeWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa, 69 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, 75 JValue InvokeVirtualOrInterfaceWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, 81 JValue InvokeVirtualOrInterfaceWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa, 88 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, 97 void InvokeConstructor(const ScopedObjectAccessAlreadyRunnable& soa,
|
D | scoped_thread_state_change.h | 69 class ScopedObjectAccessAlreadyRunnable : public ValueObject { 104 ALWAYS_INLINE explicit ScopedObjectAccessAlreadyRunnable(JNIEnv* env) 107 ALWAYS_INLINE explicit ScopedObjectAccessAlreadyRunnable(Thread* self) 114 explicit ScopedObjectAccessAlreadyRunnable(JavaVM* vm) in ScopedObjectAccessAlreadyRunnable() function 118 ALWAYS_INLINE ~ScopedObjectAccessAlreadyRunnable() {} in ~ScopedObjectAccessAlreadyRunnable() 145 class ScopedObjectAccessUnchecked : public ScopedObjectAccessAlreadyRunnable { 158 : ScopedObjectAccessAlreadyRunnable(vm), tsc_() {} in ScopedObjectAccessUnchecked()
|
D | scoped_thread_state_change.cc | 32 void ScopedObjectAccessAlreadyRunnable::DCheckObjIsNotClearedJniWeakGlobal( in DCheckObjIsNotClearedJniWeakGlobal() 37 bool ScopedObjectAccessAlreadyRunnable::ForceCopy() const { in ForceCopy()
|
D | class_loader_utils.h | 34 inline bool IsPathOrDexClassLoader(ScopedObjectAccessAlreadyRunnable& soa, in IsPathOrDexClassLoader() 46 inline bool IsInMemoryDexClassLoader(ScopedObjectAccessAlreadyRunnable& soa, in IsInMemoryDexClassLoader() 54 inline bool IsDelegateLastClassLoader(ScopedObjectAccessAlreadyRunnable& soa, in IsDelegateLastClassLoader() 69 inline RetType VisitClassLoaderDexElements(ScopedObjectAccessAlreadyRunnable& soa, in VisitClassLoaderDexElements() 112 inline RetType VisitClassLoaderDexFiles(ScopedObjectAccessAlreadyRunnable& soa, in VisitClassLoaderDexFiles() 155 inline void VisitClassLoaderDexFiles(ScopedObjectAccessAlreadyRunnable& soa, in VisitClassLoaderDexFiles()
|
D | reflection.cc | 104 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() 521 JValue InvokeWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa, jobject obj, jmethodID mid, in InvokeWithVarArgs() 553 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, jobject obj, jmethodID mid, in InvokeWithJValues() 584 JValue InvokeVirtualOrInterfaceWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeVirtualOrInterfaceWithJValues() 616 JValue InvokeVirtualOrInterfaceWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeVirtualOrInterfaceWithVarArgs() 648 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject javaMethod, in InvokeMethod() 725 void InvokeConstructor(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeConstructor()
|
D | thread.h | 95 class ScopedObjectAccessAlreadyRunnable; variable 204 static Thread* FromManagedThread(const ScopedObjectAccessAlreadyRunnable& ts, 208 static Thread* FromManagedThread(const ScopedObjectAccessAlreadyRunnable& ts, jobject thread) 531 void NotifyThreadGroup(ScopedObjectAccessAlreadyRunnable& soa, jobject thread_group = nullptr) 615 jobject CreateInternalStackTrace(const ScopedObjectAccessAlreadyRunnable& soa) const 623 const ScopedObjectAccessAlreadyRunnable& soa, jobject internal, 627 jobjectArray CreateAnnotatedStackTrace(const ScopedObjectAccessAlreadyRunnable& soa) const 1310 static void InitPeer(ScopedObjectAccessAlreadyRunnable& soa, 1351 void HandleUncaughtExceptions(ScopedObjectAccessAlreadyRunnable& soa) 1353 void RemoveFromThreadGroup(ScopedObjectAccessAlreadyRunnable& soa)
|
D | class_loader_context.h | 244 bool CreateInfoFromClassLoader(ScopedObjectAccessAlreadyRunnable& soa,
|
D | class_linker.h | 91 class ScopedObjectAccessAlreadyRunnable; variable 511 ObjPtr<mirror::Class> CreateProxyClass(ScopedObjectAccessAlreadyRunnable& soa, 653 static bool IsBootClassLoader(ScopedObjectAccessAlreadyRunnable& soa, 887 bool FindClassInBaseDexClassLoader(ScopedObjectAccessAlreadyRunnable& soa, 896 bool FindClassInSharedLibraries(ScopedObjectAccessAlreadyRunnable& soa, 911 ScopedObjectAccessAlreadyRunnable& soa,
|
D | art_field.h | 31 class ScopedObjectAccessAlreadyRunnable; variable
|
D | art_method.h | 51 class ScopedObjectAccessAlreadyRunnable; variable 86 static ArtMethod* FromReflectedMethod(const ScopedObjectAccessAlreadyRunnable& soa,
|
D | class_loader_context.cc | 904 static bool CollectDexFilesFromSupportedClassLoader(ScopedObjectAccessAlreadyRunnable& soa, in CollectDexFilesFromSupportedClassLoader() 963 ScopedObjectAccessAlreadyRunnable& soa, in GetDexFilesFromDexElementsArray() 1013 ScopedObjectAccessAlreadyRunnable& soa, in CreateInfoFromClassLoader()
|
D | art_method.cc | 101 ArtMethod* ArtMethod::FromReflectedMethod(const ScopedObjectAccessAlreadyRunnable& soa, in FromReflectedMethod()
|
/art/runtime/native/ |
D | scoped_fast_native_object_access-inl.h | 28 : ScopedObjectAccessAlreadyRunnable(env) { in ScopedFastNativeObjectAccess()
|
D | scoped_fast_native_object_access.h | 28 class ScopedFastNativeObjectAccess : public ScopedObjectAccessAlreadyRunnable {
|
D | java_lang_VMClassLoader.cc | 52 ScopedObjectAccessAlreadyRunnable& soa, in FindClassInPathClassLoader()
|
/art/openjdkjvmti/ |
D | ti_thread.h | 46 class ScopedObjectAccessAlreadyRunnable; variable 132 const art::ScopedObjectAccessAlreadyRunnable& soa, 141 const art::ScopedObjectAccessAlreadyRunnable& soa,
|
D | ti_thread.cc | 229 const art::ScopedObjectAccessAlreadyRunnable& soa, in GetNativeThread() 245 const art::ScopedObjectAccessAlreadyRunnable& soa, in GetAliveNativeThread()
|
D | ti_stack.cc | 909 static jvmtiError GetOwnedMonitorInfoCommon(const art::ScopedObjectAccessAlreadyRunnable& soa, in GetOwnedMonitorInfoCommon()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 47 class ScopedObjectAccessAlreadyRunnable; variable 184 JValue InvokeProxyInvocationHandler(ScopedObjectAccessAlreadyRunnable& soa,
|
D | entrypoint_utils.cc | 59 JValue InvokeProxyInvocationHandler(ScopedObjectAccessAlreadyRunnable& soa, in InvokeProxyInvocationHandler()
|