Searched refs:ScopedObjectAccessUnchecked (Results 1 – 17 of 17) sorted by relevance
/art/runtime/ |
D | scoped_thread_state_change.h | 120 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()
|
D | thread.h | 71 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
|
D | debugger.cc | 210 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 …]
|
D | thread.cc | 184 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()
|
D | reflection.cc | 251 ScopedObjectAccessUnchecked soa(Thread::Current()); in BoxPrimitive()
|
D | common_test.h | 449 ScopedObjectAccessUnchecked soa(Thread::Current()); in LoadDex()
|
D | jni_internal_test.cc | 91 ScopedObjectAccessUnchecked(self).Decode<mirror::ClassLoader*>(jclass_loader)); in DoCompile()
|
D | class_linker.cc | 1336 ScopedObjectAccessUnchecked soa(self); in FindClass() 1347 ScopedObjectAccessUnchecked soa(self->GetJniEnv()); in FindClass()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 320 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/ |
D | portable_trampoline_entrypoints.cc | 231 ScopedObjectAccessUnchecked& soa, std::vector<jvalue>& args) : in BuildPortableArgumentVisitor() 264 ScopedObjectAccessUnchecked& soa_; 284 ScopedObjectAccessUnchecked soa(env); in artPortableProxyInvokeHandler()
|
/art/runtime/jdwp/ |
D | object_registry.cc | 50 ScopedObjectAccessUnchecked soa(Thread::Current()); in InternalAdd()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 336 JValue InvokeProxyInvocationHandler(ScopedObjectAccessUnchecked& soa, const char* shorty,
|
D | entrypoint_utils.cc | 301 JValue InvokeProxyInvocationHandler(ScopedObjectAccessUnchecked& soa, const char* shorty, in InvokeProxyInvocationHandler()
|
/art/compiler/ |
D | elf_writer_mclinker.cc | 361 ScopedObjectAccessUnchecked soa(Thread::Current()); in FixupOatMethodOffsets()
|
D | oat_writer.cc | 402 ScopedObjectAccessUnchecked soa(Thread::Current()); in InitOatCodeMethod()
|
/art/runtime/interpreter/ |
D | interpreter.cc | 204 ScopedObjectAccessUnchecked soa(self); in UnstartedRuntimeJni() 232 ScopedObjectAccessUnchecked soa(self); in InterpreterJni()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 541 ScopedObjectAccessUnchecked soa(self); in CompileOne()
|