/art/runtime/ |
D | scoped_thread_state_change.h | 64 friend class ScopedObjectAccessUnchecked; variable 145 class ScopedObjectAccessUnchecked : public ScopedObjectAccessAlreadyRunnable { 147 ALWAYS_INLINE explicit ScopedObjectAccessUnchecked(JNIEnv* env) 150 ALWAYS_INLINE explicit ScopedObjectAccessUnchecked(Thread* self) 153 ALWAYS_INLINE ~ScopedObjectAccessUnchecked() REQUIRES(!Locks::thread_suspend_count_lock_) {} in ~ScopedObjectAccessUnchecked() 157 explicit ScopedObjectAccessUnchecked(JavaVM* vm) ALWAYS_INLINE in ScopedObjectAccessUnchecked() function 165 DISALLOW_COPY_AND_ASSIGN(ScopedObjectAccessUnchecked); 169 class ScopedObjectAccess : public ScopedObjectAccessUnchecked { 187 : ScopedObjectAccessUnchecked(vm) {} in ScopedObjectAccess()
|
D | scoped_thread_state_change-inl.h | 108 inline ScopedObjectAccessUnchecked::ScopedObjectAccessUnchecked(JNIEnv* env) in ScopedObjectAccessUnchecked() function 114 inline ScopedObjectAccessUnchecked::ScopedObjectAccessUnchecked(Thread* self) in ScopedObjectAccessUnchecked() function 120 inline ScopedObjectAccess::ScopedObjectAccess(JNIEnv* env) : ScopedObjectAccessUnchecked(env) {} in ScopedObjectAccess() 121 inline ScopedObjectAccess::ScopedObjectAccess(Thread* self) : ScopedObjectAccessUnchecked(self) {} in ScopedObjectAccess()
|
D | debugger.cc | 408 static bool IsSuspendedForDebugger(ScopedObjectAccessUnchecked& soa, Thread* thread) in IsSuspendedForDebugger() 446 static Thread* DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, in DecodeThread() 487 static JDWP::JdwpTag TagFromClass(const ScopedObjectAccessUnchecked& soa, mirror::Class* c) in TagFromClass() 531 JDWP::JdwpTag Dbg::TagFromObject(const ScopedObjectAccessUnchecked& soa, ObjPtr<mirror::Object> o) { in TagFromObject() 915 ScopedObjectAccessUnchecked soa(Thread::Current()); in GetOwnedMonitors() 932 ScopedObjectAccessUnchecked soa(Thread::Current()); in GetContendedMonitor() 1196 ScopedObjectAccessUnchecked soa(Thread::Current()); in GetObjectTag() 1282 ScopedObjectAccessUnchecked soa(Thread::Current()); in OutputArray() 2027 ScopedObjectAccessUnchecked soa(Thread::Current()); in StringToUtf8() 2054 ScopedObjectAccessUnchecked soa(Thread::Current()); in OutputJValue() [all …]
|
D | debug_print.cc | 100 ScopedObjectAccessUnchecked soa(Thread::Current()); in DescribeLoaders()
|
D | debugger.h | 52 class ScopedObjectAccessUnchecked; variable 724 static JDWP::JdwpTag TagFromObject(const ScopedObjectAccessUnchecked& soa, 761 ScopedObjectAccessUnchecked& soa, int slot,
|
D | hidden_api.cc | 274 ScopedObjectAccessUnchecked soa(Thread::Current()); in NotifyHiddenApiListener()
|
D | common_throws.cc | 821 ScopedObjectAccessUnchecked soa(env); // TODO: Is this necessary? in ThrowStackOverflowError()
|
D | reflection_test.cc | 101 ScopedObjectAccessUnchecked(self).Decode<mirror::ClassLoader>(jclass_loader))); in ReflectionTestMakeInterpreted()
|
D | thread.cc | 1175 ScopedObjectAccessUnchecked soa(Thread::Current()); in CreateCompileTimePeer() 1808 ScopedObjectAccessUnchecked soa(self); in DumpState() 1819 ScopedObjectAccessUnchecked soa(self); in DumpState() 3193 ScopedObjectAccessUnchecked soa(this); in ThrowNewWrappedException()
|
D | reflection.cc | 817 ScopedObjectAccessUnchecked soa(Thread::Current()); in BoxPrimitive()
|
D | class_linker.cc | 1145 static bool GetDexFileNames(ScopedObjectAccessUnchecked& soa, in GetDexFileNames() 1178 static bool CompareClassLoaderTypes(ScopedObjectAccessUnchecked& soa, in CompareClassLoaderTypes() 1232 static bool CompareClassLoaders(ScopedObjectAccessUnchecked& soa, in CompareClassLoaders() 2086 ScopedObjectAccessUnchecked soa(Thread::Current()); in AddImageSpace() 2944 ScopedObjectAccessUnchecked soa(self); in FindClass() 9502 ScopedObjectAccessUnchecked soa(self); in CreateWellKnownClassLoader() 9532 ScopedObjectAccessUnchecked soa(self); in CreateWellKnownClassLoader()
|
/art/benchmark/jni-perf/ |
D | perf_jni.cc | 34 ScopedObjectAccessUnchecked soa(Thread::Current()); in Java_JniPerfBenchmark_perfSOAUncheckedCall()
|
/art/openjdkjvmti/ |
D | deopt_manager.h | 46 class ScopedObjectAccessUnchecked; variable 107 jvmtiError AddDeoptimizeThreadMethods(art::ScopedObjectAccessUnchecked& soa, jthread thread) 111 jvmtiError RemoveDeoptimizeThreadMethods(art::ScopedObjectAccessUnchecked& soa, jthread thread)
|
D | ti_class_loader.cc | 66 art::ScopedObjectAccessUnchecked soa(self); in AddToClassLoader()
|
D | deopt_manager.cc | 412 jvmtiError DeoptManager::AddDeoptimizeThreadMethods(art::ScopedObjectAccessUnchecked& soa, jthread … in AddDeoptimizeThreadMethods() 440 jvmtiError DeoptManager::RemoveDeoptimizeThreadMethods(art::ScopedObjectAccessUnchecked& soa, jthre… in RemoveDeoptimizeThreadMethods()
|
D | ti_redefine.cc | 1254 art::ScopedObjectAccessUnchecked soa(driver_->self_); in FinishRemainingAllocations()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 843 ScopedObjectAccessUnchecked* soa, std::vector<jvalue>* args) : in BuildQuickArgumentVisitor() 849 ScopedObjectAccessUnchecked* const soa_; 905 ScopedObjectAccessUnchecked soa(env); in artQuickProxyInvokeHandler() 1078 uint32_t shorty_len, ScopedObjectAccessUnchecked* soa) : in RememberForGcArgumentVisitor() 1086 ScopedObjectAccessUnchecked* const soa_; 1150 ScopedObjectAccessUnchecked soa(self); in artInstrumentationMethodEntryFromCode() 1310 ScopedObjectAccessUnchecked soa(env); in artQuickResolutionTrampoline() 2539 ScopedObjectAccessUnchecked soa(self->GetJniEnv()); in artInvokeCommon() 2673 ScopedObjectAccessUnchecked soa(self->GetJniEnv()); in artInvokeInterfaceTrampoline() 2756 ScopedObjectAccessUnchecked soa(env); in artInvokePolymorphic() [all …]
|
/art/runtime/jdwp/ |
D | object_registry.cc | 96 ScopedObjectAccessUnchecked soa(self); in InternalAdd()
|
D | jdwp_event.cc | 1024 ScopedObjectAccessUnchecked soa(Thread::Current()); in PostFieldEvent()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 359 ScopedObjectAccessUnchecked soa(self); in ProcessEncodedAnnotation() 604 ScopedObjectAccessUnchecked soa(self); in ProcessAnnotationValue() 718 ScopedObjectAccessUnchecked soa(self); in CreateAnnotationMember() 919 ScopedObjectAccessUnchecked soa(self); in ProcessAnnotationSet() 977 ScopedObjectAccessUnchecked soa(self); in ProcessAnnotationSetRefList()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 227 ScopedObjectAccessUnchecked soa(self); in UnstartedClassForNameCommon() 734 ScopedObjectAccessUnchecked soa(self); in UnstartedConstructorNewInstance0() 1660 ScopedObjectAccessUnchecked soa(self); in UnstartedMethodInvoke() 1864 ScopedObjectAccessUnchecked soa(self); in UnstartedJNIThrowableNativeFillInStackTrace()
|
D | interpreter.cc | 57 ScopedObjectAccessUnchecked soa(self); in InterpreterJni()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 278 ScopedObjectAccessUnchecked soa(Thread::Current()); in FindNativeMethod()
|
/art/dex2oat/driver/ |
D | compiler_driver.cc | 2123 ScopedObjectAccessUnchecked soa(Thread::Current()); in TryInitializeClass()
|