Home
last modified time | relevance | path

Searched refs:ScopedObjectAccessUnchecked (Results 1 – 20 of 20) sorted by relevance

/art/runtime/
Dscoped_thread_state_change.h66 friend class ScopedObjectAccessUnchecked; variable
147 class ScopedObjectAccessUnchecked : public ScopedObjectAccessAlreadyRunnable {
149 ALWAYS_INLINE explicit ScopedObjectAccessUnchecked(JNIEnv* env)
152 ALWAYS_INLINE explicit ScopedObjectAccessUnchecked(Thread* self)
155 ALWAYS_INLINE ~ScopedObjectAccessUnchecked() REQUIRES(!Locks::thread_suspend_count_lock_) {} in ~ScopedObjectAccessUnchecked()
159 explicit ScopedObjectAccessUnchecked(JavaVM* vm) ALWAYS_INLINE in ScopedObjectAccessUnchecked() function
167 DISALLOW_COPY_AND_ASSIGN(ScopedObjectAccessUnchecked);
171 class ScopedObjectAccess : public ScopedObjectAccessUnchecked {
189 : ScopedObjectAccessUnchecked(vm) {} in ScopedObjectAccess()
Dscoped_thread_state_change-inl.h104 inline ScopedObjectAccessUnchecked::ScopedObjectAccessUnchecked(JNIEnv* env) in ScopedObjectAccessUnchecked() function
110 inline ScopedObjectAccessUnchecked::ScopedObjectAccessUnchecked(Thread* self) in ScopedObjectAccessUnchecked() function
116 inline ScopedObjectAccess::ScopedObjectAccess(JNIEnv* env) : ScopedObjectAccessUnchecked(env) {} in ScopedObjectAccess()
117 inline ScopedObjectAccess::ScopedObjectAccess(Thread* self) : ScopedObjectAccessUnchecked(self) {} in ScopedObjectAccess()
Ddebug_print.cc100 ScopedObjectAccessUnchecked soa(Thread::Current()); in DescribeLoaders()
Dhidden_api.cc335 ScopedObjectAccessUnchecked soa(Thread::Current()); in NotifyHiddenApiListener()
Dcommon_throws.cc763 ScopedObjectAccessUnchecked soa(env); // TODO: Is this necessary? in ThrowStackOverflowError()
Dreflection_test.cc101 ScopedObjectAccessUnchecked(self).Decode<mirror::ClassLoader>(jclass_loader))); in ReflectionTestMakeInterpreted()
Dthread.cc1196 ScopedObjectAccessUnchecked soa(Thread::Current()); in CreateCompileTimePeer()
1827 ScopedObjectAccessUnchecked soa(self); in DumpState()
1838 ScopedObjectAccessUnchecked soa(self); in DumpState()
3263 ScopedObjectAccessUnchecked soa(this); in ThrowNewWrappedException()
Dreflection.cc881 ScopedObjectAccessUnchecked soa(Thread::Current()); in BoxPrimitive()
Dclass_linker.cc1957 ScopedObjectAccessUnchecked soa(Thread::Current()); in AddImageSpace()
2884 ScopedObjectAccessUnchecked soa(self); in FindClass()
10052 ScopedObjectAccessUnchecked soa(self); in CreateWellKnownClassLoader()
10082 ScopedObjectAccessUnchecked soa(self); in CreateWellKnownClassLoader()
/art/benchmark/jni-perf/
Dperf_jni.cc34 ScopedObjectAccessUnchecked soa(Thread::Current()); in Java_JniPerfBenchmark_perfSOAUncheckedCall()
/art/openjdkjvmti/
Ddeopt_manager.h46 class ScopedObjectAccessUnchecked; variable
107 jvmtiError AddDeoptimizeThreadMethods(art::ScopedObjectAccessUnchecked& soa, jthread thread)
111 jvmtiError RemoveDeoptimizeThreadMethods(art::ScopedObjectAccessUnchecked& soa, jthread thread)
Dti_class_loader.cc66 art::ScopedObjectAccessUnchecked soa(self); in AddToClassLoader()
Ddeopt_manager.cc412 jvmtiError DeoptManager::AddDeoptimizeThreadMethods(art::ScopedObjectAccessUnchecked& soa, jthread … in AddDeoptimizeThreadMethods()
440 jvmtiError DeoptManager::RemoveDeoptimizeThreadMethods(art::ScopedObjectAccessUnchecked& soa, jthre… in RemoveDeoptimizeThreadMethods()
Dti_stack.cc1129 art::ScopedObjectAccessUnchecked soau(self); in NonStandardExitFrames()
Dti_redefine.cc1809 art::ScopedObjectAccessUnchecked soa(driver_->self_); in FinishRemainingCommonAllocations()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc758 ScopedObjectAccessUnchecked* soa, std::vector<jvalue>* args) : in BuildQuickArgumentVisitor()
764 ScopedObjectAccessUnchecked* const soa_;
820 ScopedObjectAccessUnchecked soa(env); in artQuickProxyInvokeHandler()
994 uint32_t shorty_len, ScopedObjectAccessUnchecked* soa) : in RememberForGcArgumentVisitor()
1002 ScopedObjectAccessUnchecked* const soa_;
1066 ScopedObjectAccessUnchecked soa(self); in artInstrumentationMethodEntryFromCode()
1228 ScopedObjectAccessUnchecked soa(env); in artQuickResolutionTrampoline()
2208 ScopedObjectAccessUnchecked soa(self->GetJniEnv()); in artInvokeCommon()
2325 ScopedObjectAccessUnchecked soa(self->GetJniEnv()); in artInvokeInterfaceTrampoline()
2418 ScopedObjectAccessUnchecked soa(env); in artInvokePolymorphic()
[all …]
/art/runtime/dex/
Ddex_file_annotations.cc359 ScopedObjectAccessUnchecked soa(self); in ProcessEncodedAnnotation()
589 ScopedObjectAccessUnchecked soa(self); in ProcessAnnotationValue()
703 ScopedObjectAccessUnchecked soa(self); in CreateAnnotationMember()
898 ScopedObjectAccessUnchecked soa(self); in ProcessAnnotationSet()
956 ScopedObjectAccessUnchecked soa(self); in ProcessAnnotationSetRefList()
/art/runtime/interpreter/
Dunstarted_runtime.cc234 ScopedObjectAccessUnchecked soa(self); in UnstartedClassForNameCommon()
688 ScopedObjectAccessUnchecked soa(self); in UnstartedConstructorNewInstance0()
1673 ScopedObjectAccessUnchecked soa(self); in UnstartedMethodInvoke()
1885 ScopedObjectAccessUnchecked soa(self); in UnstartedJNIThrowableNativeFillInStackTrace()
Dinterpreter.cc57 ScopedObjectAccessUnchecked soa(self); in InterpreterJni()
/art/runtime/jni/
Djava_vm_ext.cc280 ScopedObjectAccessUnchecked soa(Thread::Current()); in FindNativeMethod()