HomeSort by relevance Sort by last modified time
    Searched refs:ScopedObjectAccessUnchecked (Results 1 - 17 of 17) sorted by null

  /art/runtime/
scoped_thread_state_change.h 29 // more complicated suspension checking. The subclasses ScopedObjectAccessUnchecked and
98 friend class ScopedObjectAccessUnchecked;
226 class ScopedObjectAccessUnchecked : public ScopedObjectAccessAlreadyRunnable {
228 explicit ScopedObjectAccessUnchecked(JNIEnv* env)
235 explicit ScopedObjectAccessUnchecked(Thread* self)
244 explicit ScopedObjectAccessUnchecked(JavaVM* vm) ALWAYS_INLINE
252 DISALLOW_COPY_AND_ASSIGN(ScopedObjectAccessUnchecked);
256 class ScopedObjectAccess : public ScopedObjectAccessUnchecked {
261 : ScopedObjectAccessUnchecked(env) {
267 : ScopedObjectAccessUnchecked(self)
    [all...]
debugger.cc 86 ScopedObjectAccessUnchecked soa(Thread::Current());
91 ScopedObjectAccessUnchecked soa(Thread::Current());
109 ScopedObjectAccessUnchecked soa(Thread::Current());
193 ScopedObjectAccessUnchecked soa(Thread::Current());
200 ScopedObjectAccessUnchecked soa(Thread::Current());
205 ScopedObjectAccessUnchecked soa(Thread::Current());
396 static bool IsSuspendedForDebugger(ScopedObjectAccessUnchecked& soa, Thread* thread)
434 static JDWP::JdwpError DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, Thread*& thread)
471 static JDWP::JdwpTag TagFromClass(const ScopedObjectAccessUnchecked& soa, mirror::Class* c)
514 JDWP::JdwpTag Dbg::TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o)
    [all...]
debugger.h 48 class ScopedObjectAccessUnchecked;
638 static JDWP::JdwpTag TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o)
652 ScopedObjectAccessUnchecked& soa, int slot,
reflection_test.cc 95 ScopedObjectAccessUnchecked(self).Decode<mirror::ClassLoader*>(jclass_loader)));
97 MakeExecutable(ScopedObjectAccessUnchecked(self).Decode<mirror::ClassLoader*>(jclass_loader),
102 MakeExecutable(ScopedObjectAccessUnchecked(self).Decode<mirror::ClassLoader*>(jclass_loader),
common_runtime_test.cc 355 ScopedObjectAccessUnchecked soa(Thread::Current());
reflection.cc 669 ScopedObjectAccessUnchecked soa(Thread::Current());
thread.cc 758 // cause ScopedObjectAccessUnchecked to deadlock.
760 ScopedObjectAccessUnchecked soa(self);
    [all...]
class_linker.cc     [all...]
  /art/runtime/entrypoints/portable/
portable_trampoline_entrypoints.cc 237 ScopedObjectAccessUnchecked& soa, std::vector<jvalue>& args) :
270 ScopedObjectAccessUnchecked& soa_;
290 ScopedObjectAccessUnchecked soa(env);
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 545 ScopedObjectAccessUnchecked* soa, std::vector<jvalue>* args) :
553 ScopedObjectAccessUnchecked* const soa_;
626 ScopedObjectAccessUnchecked soa(env);
665 ScopedObjectAccessUnchecked* soa) :
673 ScopedObjectAccessUnchecked* const soa_;
707 ScopedObjectAccessUnchecked soa(env);
    [all...]
  /art/runtime/jdwp/
object_registry.cc 59 ScopedObjectAccessUnchecked soa(self);
jdwp_event.cc     [all...]
  /art/compiler/
elf_writer_mclinker.cc 363 ScopedObjectAccessUnchecked soa(Thread::Current());
oat_writer.cc 554 ScopedObjectAccessUnchecked soa(Thread::Current());
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 170 ScopedObjectAccessUnchecked soa(env);
  /art/runtime/interpreter/
interpreter.cc 80 ScopedObjectAccessUnchecked soa(self);
137 ScopedObjectAccessUnchecked soa(self);
  /art/compiler/driver/
compiler_driver.cc 559 ScopedObjectAccessUnchecked soa(self);
    [all...]

Completed in 237 milliseconds