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

  /art/runtime/
scoped_thread_state_change.h 39 // more complicated suspension checking. The subclasses ScopedObjectAccessUnchecked and
64 friend class ScopedObjectAccessUnchecked;
145 class ScopedObjectAccessUnchecked : public ScopedObjectAccessAlreadyRunnable {
147 ALWAYS_INLINE explicit ScopedObjectAccessUnchecked(JNIEnv* env)
150 ALWAYS_INLINE explicit ScopedObjectAccessUnchecked(Thread* self)
153 ALWAYS_INLINE ~ScopedObjectAccessUnchecked() REQUIRES(!Locks::thread_suspend_count_lock_) {}
157 explicit ScopedObjectAccessUnchecked(JavaVM* vm) ALWAYS_INLINE
165 DISALLOW_COPY_AND_ASSIGN(ScopedObjectAccessUnchecked);
169 class ScopedObjectAccess : public ScopedObjectAccessUnchecked {
187 : ScopedObjectAccessUnchecked(vm) {
    [all...]
scoped_thread_state_change-inl.h 107 inline ScopedObjectAccessUnchecked::ScopedObjectAccessUnchecked(JNIEnv* env)
113 inline ScopedObjectAccessUnchecked::ScopedObjectAccessUnchecked(Thread* self)
119 inline ScopedObjectAccess::ScopedObjectAccess(JNIEnv* env) : ScopedObjectAccessUnchecked(env) {}
120 inline ScopedObjectAccess::ScopedObjectAccess(Thread* self) : ScopedObjectAccessUnchecked(self) {}
debugger.cc 415 static bool IsSuspendedForDebugger(ScopedObjectAccessUnchecked& soa, Thread* thread)
453 static Thread* DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id,
493 static JDWP::JdwpTag TagFromClass(const ScopedObjectAccessUnchecked& soa, mirror::Class* c)
537 JDWP::JdwpTag Dbg::TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o) {
920 ScopedObjectAccessUnchecked soa(Thread::Current());
    [all...]
debug_print.cc 100 ScopedObjectAccessUnchecked soa(Thread::Current());
hidden_api.cc 284 ScopedObjectAccessUnchecked soa(Thread::Current());
debugger.h 52 class ScopedObjectAccessUnchecked;
712 static JDWP::JdwpTag TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o)
748 ScopedObjectAccessUnchecked& soa, int slot,
    [all...]
common_throws.cc 815 ScopedObjectAccessUnchecked soa(env);
    [all...]
reflection.cc 747 ScopedObjectAccessUnchecked soa(Thread::Current());
    [all...]
reflection_test.cc 100 ScopedObjectAccessUnchecked(self).Decode<mirror::ClassLoader>(jclass_loader)));
thread.cc     [all...]
java_vm_ext.cc 255 ScopedObjectAccessUnchecked soa(Thread::Current());
    [all...]
class_linker.cc     [all...]
  /art/benchmark/jni-perf/
perf_jni.cc 34 ScopedObjectAccessUnchecked soa(Thread::Current());
  /art/openjdkjvmti/
ti_class_loader.cc 64 art::ScopedObjectAccessUnchecked soa(self);
ti_redefine.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/jdwp/
object_registry.cc 96 ScopedObjectAccessUnchecked soa(self);
jdwp_event.cc     [all...]
  /art/runtime/dex/
dex_file_annotations.cc 342 ScopedObjectAccessUnchecked soa(self);
587 ScopedObjectAccessUnchecked soa(self);
701 ScopedObjectAccessUnchecked soa(self);
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc 215 ScopedObjectAccessUnchecked soa(self);
726 ScopedObjectAccessUnchecked soa(self);
    [all...]
interpreter.cc 55 ScopedObjectAccessUnchecked soa(self);
  /art/compiler/driver/
compiler_driver.cc 693 ScopedObjectAccessUnchecked soa(self);
    [all...]
  /art/dex2oat/linker/
oat_writer.cc     [all...]

Completed in 891 milliseconds