Home
last modified time | relevance | path

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

/art/runtime/
Dscoped_thread_state_change.h120 class ScopedObjectAccessUnchecked : public ScopedThreadStateChange {
122 explicit ScopedObjectAccessUnchecked(JNIEnv* env) in ScopedObjectAccessUnchecked() function
129 explicit ScopedObjectAccessUnchecked(Thread* self) in ScopedObjectAccessUnchecked() function
139 explicit ScopedObjectAccessUnchecked(JavaVM* vm) in ScopedObjectAccessUnchecked() function
143 ~ScopedObjectAccessUnchecked() ALWAYS_INLINE { in ~ScopedObjectAccessUnchecked()
258 DISALLOW_COPY_AND_ASSIGN(ScopedObjectAccessUnchecked);
262 class ScopedObjectAccess : public ScopedObjectAccessUnchecked {
267 : ScopedObjectAccessUnchecked(env) { in ScopedObjectAccess()
274 : ScopedObjectAccessUnchecked(self) { in ScopedObjectAccess()
288 : ScopedObjectAccessUnchecked(vm) {} in ScopedObjectAccess()
Dthread.h71 class ScopedObjectAccessUnchecked; variable
118 static Thread* FromManagedThread(const ScopedObjectAccessUnchecked& ts,
123 static Thread* FromManagedThread(const ScopedObjectAccessUnchecked& ts, jobject thread)
260 mirror::String* GetThreadName(const ScopedObjectAccessUnchecked& ts) const
397 jobject CreateInternalStackTrace(const ScopedObjectAccessUnchecked& soa) const
Ddebugger.cc210 static bool IsSuspendedForDebugger(ScopedObjectAccessUnchecked& soa, Thread* thread) { in IsSuspendedForDebugger()
247 static JDWP::JdwpError DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, Thr… in DecodeThread()
694 ScopedObjectAccessUnchecked soa(Thread::Current()); in GetOwnedMonitors()
744 ScopedObjectAccessUnchecked soa(Thread::Current()); in GetContendedMonitor()
1573 ScopedObjectAccessUnchecked soa(Thread::Current()); in GetThreadName()
1651 ScopedObjectAccessUnchecked soa(Thread::Current()); in GetSystemThreadGroupId()
1748 ThreadListVisitor(const ScopedObjectAccessUnchecked& soa, mirror::Object* desired_thread_group, in GetThreads()
1790 const ScopedObjectAccessUnchecked& soa_; in GetThreads()
1795 ScopedObjectAccessUnchecked soa(Thread::Current()); in GetThreads()
1899 ScopedObjectAccessUnchecked soa(Thread::Current()); in GetThreadFrames()
[all …]
Dthread.cc184 Thread* Thread::FromManagedThread(const ScopedObjectAccessUnchecked& soa, in FromManagedThread()
199 Thread* Thread::FromManagedThread(const ScopedObjectAccessUnchecked& soa, jobject java_thread) { in FromManagedThread()
490 mirror::String* Thread::GetThreadName(const ScopedObjectAccessUnchecked& soa) const { in GetThreadName()
686 ScopedObjectAccessUnchecked soa(self); in DumpState()
1356 jobject Thread::CreateInternalStackTrace(const ScopedObjectAccessUnchecked& soa) const { in CreateInternalStackTrace()
Dreflection.cc251 ScopedObjectAccessUnchecked soa(Thread::Current()); in BoxPrimitive()
Dcommon_test.h449 ScopedObjectAccessUnchecked soa(Thread::Current()); in LoadDex()
Djni_internal_test.cc91 ScopedObjectAccessUnchecked(self).Decode<mirror::ClassLoader*>(jclass_loader)); in DoCompile()
Dclass_linker.cc1336 ScopedObjectAccessUnchecked soa(self); in FindClass()
1347 ScopedObjectAccessUnchecked soa(self->GetJniEnv()); in FindClass()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc320 uint32_t shorty_len, ScopedObjectAccessUnchecked* soa, in BuildQuickArgumentVisitor()
358 ScopedObjectAccessUnchecked* soa_;
386 ScopedObjectAccessUnchecked soa(env); in artQuickProxyInvokeHandler()
421 uint32_t shorty_len, ScopedObjectAccessUnchecked* soa) : in RememberFoGcArgumentVisitor()
431 ScopedObjectAccessUnchecked* soa_;
444 ScopedObjectAccessUnchecked soa(env); in artQuickResolutionTrampoline()
/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc231 ScopedObjectAccessUnchecked& soa, std::vector<jvalue>& args) : in BuildPortableArgumentVisitor()
264 ScopedObjectAccessUnchecked& soa_;
284 ScopedObjectAccessUnchecked soa(env); in artPortableProxyInvokeHandler()
/art/runtime/jdwp/
Dobject_registry.cc50 ScopedObjectAccessUnchecked soa(Thread::Current()); in InternalAdd()
/art/runtime/entrypoints/
Dentrypoint_utils.h336 JValue InvokeProxyInvocationHandler(ScopedObjectAccessUnchecked& soa, const char* shorty,
Dentrypoint_utils.cc301 JValue InvokeProxyInvocationHandler(ScopedObjectAccessUnchecked& soa, const char* shorty, in InvokeProxyInvocationHandler()
/art/compiler/
Delf_writer_mclinker.cc361 ScopedObjectAccessUnchecked soa(Thread::Current()); in FixupOatMethodOffsets()
Doat_writer.cc402 ScopedObjectAccessUnchecked soa(Thread::Current()); in InitOatCodeMethod()
/art/runtime/interpreter/
Dinterpreter.cc204 ScopedObjectAccessUnchecked soa(self); in UnstartedRuntimeJni()
232 ScopedObjectAccessUnchecked soa(self); in InterpreterJni()
/art/compiler/driver/
Dcompiler_driver.cc541 ScopedObjectAccessUnchecked soa(self); in CompileOne()