Home
last modified time | relevance | path

Searched refs:ScopedObjectAccessUnchecked (Results 1 – 21 of 21) 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.cc316 ScopedObjectAccessUnchecked soa(Thread::Current()); in NotifyHiddenApiListener()
Dreflection_test.cc101 ScopedObjectAccessUnchecked(self).Decode<mirror::ClassLoader>(jclass_loader))); in ReflectionTestMakeInterpreted()
Dcommon_throws.cc833 ScopedObjectAccessUnchecked soa(env); // TODO: Is this necessary? in ThrowStackOverflowError()
Dthread.cc1187 ScopedObjectAccessUnchecked soa(Thread::Current()); in CreateCompileTimePeer()
1817 ScopedObjectAccessUnchecked soa(self); in DumpState()
1828 ScopedObjectAccessUnchecked soa(self); in DumpState()
3193 ScopedObjectAccessUnchecked soa(this); in ThrowNewWrappedException()
Dreflection.cc859 ScopedObjectAccessUnchecked soa(Thread::Current()); in BoxPrimitive()
Dclass_linker.cc2166 ScopedObjectAccessUnchecked soa(Thread::Current()); in AddImageSpace()
3087 ScopedObjectAccessUnchecked soa(self); in FindClass()
9789 ScopedObjectAccessUnchecked soa(self); in CreateWellKnownClassLoader()
9819 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.cc1810 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()
2281 ScopedObjectAccessUnchecked soa(self->GetJniEnv()); in artInvokeCommon()
2415 ScopedObjectAccessUnchecked soa(self->GetJniEnv()); in artInvokeInterfaceTrampoline()
2507 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.cc227 ScopedObjectAccessUnchecked soa(self); in UnstartedClassForNameCommon()
683 ScopedObjectAccessUnchecked soa(self); in UnstartedConstructorNewInstance0()
1633 ScopedObjectAccessUnchecked soa(self); in UnstartedMethodInvoke()
1836 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()
/art/dex2oat/driver/
Dcompiler_driver.cc2228 ScopedObjectAccessUnchecked soa(Thread::Current()); in TryInitializeClass()