Searched refs:Current (Results 101 - 125 of 142) sorted by relevance

123456

/art/compiler/dex/
H A Dfrontend.cc121 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
185 if (cu.mir_graph->SkipCompilation(Runtime::Current()->GetCompilerFilter())) {
/art/compiler/
H A Doat_test.cc69 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
85 ScopedObjectAccess soa(Thread::Current());
H A Delf_writer_mclinker.cc358 ClassLinker* linker = Runtime::Current()->GetClassLinker();
361 ScopedObjectAccessUnchecked soa(Thread::Current());
/art/compiler/sea_ir/debug/
H A Ddot_gen.cc56 art::ScopedObjectAccess soa(art::Thread::Current());
88 art::ScopedObjectAccess soa(art::Thread::Current());
/art/compiler/sea_ir/types/
H A Dtype_inference.cc61 art::ScopedObjectAccess soa(art::Thread::Current());
69 art::ScopedObjectAccess soa(art::Thread::Current());
H A Dtype_inference_visitor.cc104 art::ScopedObjectAccess soa(art::Thread::Current());
/art/runtime/
H A Dexception_test.cc39 ScopedObjectAccess soa(Thread::Current());
141 Thread* thread = Thread::Current();
H A Dobject_utils.h178 CHECK(interface != NULL || Thread::Current()->IsExceptionPending());
236 result = Runtime::Current()->GetClassLinker();
289 CHECK(type != NULL || Thread::Current()->IsExceptionPending());
353 result = Runtime::Current()->GetClassLinker();
423 Runtime* runtime = Runtime::Current();
599 CHECK(type != NULL || Thread::Current()->IsExceptionPending());
662 result = Runtime::Current()->GetClassLinker();
H A Dreflection.cc42 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(declaring_class, true, true)) {
251 ScopedObjectAccessUnchecked soa(Thread::Current());
328 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
H A Dcommon_throws.cc60 Thread* self = Thread::Current();
277 Thread* self = Thread::Current();
375 Runtime::Current()->GetClassLinker()->ResolveField(instr->VRegC_22c(),
406 Runtime::Current()->GetClassLinker()->ResolveField(instr->VRegC_22c(),
H A Djni_internal.cc114 Thread* self = Thread::Current();
231 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(c, true, true)) {
267 ClassLoader* class_loader = soa.Decode<ClassLoader*>(Runtime::Current()->GetSystemClassLoader());
275 CHECK(Runtime::Current()->UseCompileTimeClassPath());
286 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(c, true, true)) {
292 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
408 Thread* self = Thread::Current();
440 *p_env = Thread::Current()->GetJniEnv();
453 jni_on_load_thread_id_(Thread::Current()->GetThinLockId()),
472 Thread* self = Thread::Current();
[all...]
/art/runtime/mirror/
H A Dobject-inl.h269 Runtime::Current()->GetHeap()->WriteBarrierField(dst, field_offset, new_value);
274 Runtime::Current()->GetHeap()->VerifyObject(obj);
H A Dobject_array-inl.h68 DCHECK(Thread::Current()->IsExceptionPending());
104 gc::Heap* heap = Runtime::Current()->GetHeap();
H A Dstring.cc81 return Runtime::Current()->GetInternTable()->InternWeak(this);
106 Thread* self = Thread::Current();
H A Dclass.cc55 bool class_linker_initialized = Runtime::Current()->GetClassLinker() != nullptr;
90 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
125 // DCHECK(!Runtime::Current()->IsStarted() || IsInitializing()) << PrettyClass(this);
127 return Runtime::Current()->GetHeap()->AllocObject(self, this, this->object_size_);
165 name = String::AllocFromModifiedUtf8(Thread::Current(), c_name);
174 name = String::AllocFromModifiedUtf8(Thread::Current(), descriptor.c_str());
/art/runtime/native/
H A Djava_lang_Thread.cc131 Runtime::Current()->GetThreadList()->Resume(thread, true);
155 Monitor::Wait(Thread::Current(), lock, ms, ns, true, kSleeping);
H A Ddalvik_system_VMStack.cc45 Runtime::Current()->GetThreadList()->Resume(thread, true);
/art/oatdump/
H A Doatdump.cc320 if (Runtime::Current() != NULL) {
562 ScopedObjectAccess soa(Thread::Current());
563 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(*dex_file);
620 ScopedObjectAccess soa(Thread::Current());
621 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(*dex_file);
641 const bool kDumpVRegs = (Runtime::Current() != NULL);
721 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
750 gc::Heap* heap = Runtime::Current()->GetHeap();
752 Thread* self = Thread::Current();
883 if (code == GetResolutionTrampoline(Runtime::Current()
[all...]
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc132 Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs)->GetFrameSizeInBytes());
300 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(method->GetDeclaringClass(),
302 DCHECK(Thread::Current()->IsExceptionPending());
381 Runtime::Current()->GetCalleeSaveMethod(Runtime::kRefsAndArgs)->GetFrameSizeInBytes())
449 ClassLinker* linker = Runtime::Current()->GetClassLinker();
/art/runtime/entrypoints/portable/
H A Dportable_trampoline_entrypoints.cc211 if (!Runtime::Current()->GetClassLinker()->EnsureInitialized(method->GetDeclaringClass(),
213 DCHECK(Thread::Current()->IsExceptionPending());
319 ClassLinker* linker = Runtime::Current()->GetClassLinker();
/art/runtime/base/
H A Dlogging.cc140 MutexLock mu(Thread::Current(), *Locks::logging_lock_);
/art/runtime/verifier/
H A Dreg_type_cache.cc137 ClassLinker* class_linker = Runtime::Current()->GetClassLinker();
153 DCHECK(Thread::Current()->IsExceptionPending());
154 Thread::Current()->ClearException();
156 DCHECK(!Thread::Current()->IsExceptionPending());
/art/test/ReferenceMap/
H A Dstack_walk_refmap_jni.cc279 ScopedObjectAccess soa(Thread::Current());
/art/runtime/hprof/
H A Dhprof.cc415 Runtime::Current()->VisitRoots(RootVisitor, this, false, false);
416 Thread* self = Thread::Current();
419 Runtime::Current()->GetHeap()->FlushAllocStack();
423 Runtime::Current()->GetHeap()->GetLiveBitmap()->Walk(HeapBitmapCallback, this);
1081 Runtime::Current()->GetThreadList()->SuspendAll();
1084 Runtime::Current()->GetThreadList()->ResumeAll();
/art/runtime/arch/arm/
H A Dportable_entrypoints_arm.S88 mov r2, r9 @ pass Thread::Current
91 ldr r12, [r9, #THREAD_EXCEPTION_OFFSET] @ load Thread::Current()->exception_
118 mov r2, r9 @ pass Thread::Current
160 mov r1, r9 @ pass Thread::Current

Completed in 403 milliseconds

123456