Home
last modified time | relevance | path

Searched refs:Self (Results 126 – 133 of 133) sorted by relevance

123456

/art/openjdkjvmti/
Dti_thread.cc234 art::ScopedExceptionStorage sse(soa.Self()); in GetNativeThread()
/art/oatdump/
Doatdump.cc1516 soa.Self()->ClearException(); in DumpVerifier()
1520 soa.Self(), vios, dex_method_idx, dex_file, dex_cache, *options_.class_loader_, in DumpVerifier()
2879 StackHandleScope<1> scope(soa.Self()); in DumpOatWithRuntime()
/art/runtime/jni/
Dcheck_jni.cc853 obj = soa.Vm()->DecodeWeakGlobal(soa.Self(), ref); in CheckInstance()
2790 DCHECK(sc.CheckReferenceKind(kind, soa.Self(), result.L)); in NewRef()
2803 if (sc.CheckReferenceKind(kind, soa.Self(), obj)) { in DeleteRef()
Djni_internal_test.cc623 StackHandleScope<1> hs(soa.Self()); in SetUpForTest()
626 ObjPtr<mirror::Class> c = class_linker_->FindClass(soa.Self(), "LMyClassNatives;", loader); in SetUpForTest()
/art/compiler/jni/
Djni_compiler_test.cc249 StackHandleScope<1> hs(soa.Self()); in CompileForTest()
253 ObjPtr<mirror::Class> c = class_linker_->FindClass(soa.Self(), "LMyClassNatives;", loader); in CompileForTest()
/art/runtime/dex/
Ddex_file_annotations.cc1244 CHECK_EQ(klass, linker->LookupClass(soa.Self(), descriptor, /* class_loader= */ nullptr)); in DCheckNativeAnnotation()
/art/runtime/gc/
Dheap.cc3620 WriterMutexLock mu(soa.Self(), *Locks::heap_bitmap_lock_); in ClampGrowthLimit()
/art/runtime/verifier/
Dmethod_verifier.cc5440 impl::MethodVerifier<false> verifier(hs.Self(), in FindLocksAtDexPc()

123456