Home
last modified time | relevance | path

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

123456

/art/runtime/
Druntime_intrinsics.cc96 IsIntrinsicInitialized(soa.Self(), \ in AreAllIntrinsicsInitialized()
114 InitializeIntrinsic(soa.Self(), \ in InitializeIntrinsics()
Dmonitor_test.cc249 StackHandleScope<3> hs(soa.Self()); in CommonWaitSetup()
261 VariableSizedHandleScope vhs(soa.Self()); in CommonWaitSetup()
262 test->FillHeap(soa.Self(), class_linker, &vhs); in CommonWaitSetup()
268 ScopedThreadSuspension sts(soa.Self(), kNative); in CommonWaitSetup()
Dscoped_thread_state_change.h49 ALWAYS_INLINE Thread* Self() const { in Self() function
73 Thread* Self() const { in Self() function
Dthread.cc640 art::MutexLock mu(soa.Self(), *art::Locks::thread_list_lock_); in CreateCallback()
665 MutexLock mu(soa.Self(), *Locks::thread_suspend_count_lock_); in FromManagedThread()
667 Locks::thread_list_lock_->AssertHeld(soa.Self()); in FromManagedThread()
914 soa.Self()->ThrowOutOfMemoryError(msg.c_str()); in CreateNativeThread()
2245 soa.Self()->CreatePeer("main", false, runtime->GetMainThreadGroup()); in FinishStartup()
2246 soa.Self()->AssertNoPendingException(); in FinishStartup()
2248 runtime->RunRootClinits(soa.Self()); in FinishStartup()
2252 soa.Self()->NotifyThreadGroup(soa, runtime->GetMainThreadGroup()); in FinishStartup()
2253 soa.Self()->AssertNoPendingException(); in FinishStartup()
2527 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup()
[all …]
Dmodule_exclusion_test.cc104 StackHandleScope<1u> hs(soa.Self()); in LoadModule()
111 soa.Self(), in LoadModule()
/art/runtime/native/
Djava_lang_Throwable.cc30 return soa.Self()->CreateInternalStackTrace(soa); in Throwable_nativeFillInStackTrace()
Djava_lang_ref_Reference.cc35 Runtime::Current()->GetHeap()->GetReferenceProcessor()->GetReferent(soa.Self(), ref); in Reference_getReferent()
Djava_lang_ref_FinalizerReference.cc41 Runtime::Current()->GetHeap()->GetReferenceProcessor()->GetReferent(soa.Self(), ref); in FinalizerReference_getReferent()
Dlibcore_util_CharsetUtils.cc160 StackHandleScope<1> hs(soa.Self()); in charsToBytes()
197 StackHandleScope<1> hs(soa.Self()); in CharsetUtils_toUtf8Bytes()
/art/runtime/arch/
Dstub_test.cc466 StackHandleScope<2> hs(soa.Self()); in TEST_F()
468 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"))); in TEST_F()
493 mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"))); in TEST_F()
542 hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello, world!"))); in TestUnlockObject()
585 objects[i] = hs.NewHandle(mirror::String::AllocFromModifiedUtf8(soa.Self(), "")); in TestUnlockObject()
696 VariableSizedHandleScope hs(soa.Self()); in TEST_F()
698 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Object;"))); in TEST_F()
700 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/String;"))); in TEST_F()
702 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/util/List;"))); in TEST_F()
704 hs.NewHandle(class_linker_->FindSystemClass(soa.Self(), "Ljava/lang/Cloneable;"))); in TEST_F()
[all …]
/art/dex2oat/
Dverifier_deps_test.cc69 StackHandleScope<1> hs(soa.Self()); in FindClassByName()
73 class_linker_->FindClass(soa.Self(), name.c_str(), class_loader_handle); in FindClassByName()
75 DCHECK(soa.Self()->IsExceptionPending()); in FindClassByName()
76 soa.Self()->ClearException(); in FindClassByName()
122 StackHandleScope<1> hs(soa.Self()); in LoadDexFile()
145 StackHandleScope<2> hs(soa.Self()); in VerifyMethod()
166 soa.Self()->SetVerifierDeps(callbacks_->GetVerifierDeps()); in VerifyMethod()
168 MethodVerifier::CreateVerifier(soa.Self(), in VerifyMethod()
184 soa.Self()->SetVerifierDeps(nullptr); in VerifyMethod()
208 StackHandleScope<1> hs(soa.Self()); in TestAssignabilityRecording()
[all …]
/art/test/543-env-long-ref/
Denv_long_ref.cc49 soa.Self(), in Java_Main_lookForMyRegisters()
/art/test/167-visit-locks/
Dvisit_locks.cc70 VisitLocks vl(soa.Self(), context); in Java_Main_testVisitLocks()
/art/test/004-ReferenceMap/
Dstack_walk_refmap_jni.cc205 ReferenceMap2Visitor mapper(soa.Self()); in Java_Main_refmap()
/art/test/457-regs/
Dregs_jni.cc133 TestVisitor visitor(soa.Self(), context.get()); in Java_PhiLiveness_regsNativeCall()
146 TestVisitor visitor(soa.Self(), context.get()); in Java_PhiLiveness_regsNativeCallWithParameters()
/art/compiler/
Dexception_test.cc57 StackHandleScope<2> hs(soa.Self()); in SetUp()
60 my_klass_ = class_linker_->FindClass(soa.Self(), "LExceptionHandle;", class_loader); in SetUp()
63 class_linker_->EnsureInitialized(soa.Self(), klass, true, true); in SetUp()
/art/test/667-jit-jni-stub/
Djit_jni_stub_test.cc60 return JitJniStubTestHelper::isNextJitGcFull(soa.Self()); in Java_Main_isNextJitGcFull()
/art/test/004-StackWalk/
Dstack_walk_jni.cc97 TestReferenceMapVisitor mapper(soa.Self()); in Java_Main_testStackWalk()
/art/test/595-profile-saving/
Dprofile-saving.cc42 if (!ProfilingInfo::Create(soa.Self(), art_method, /* retry_allocation */ true)) { in Java_Main_ensureProfilingInfo()
/art/compiler/utils/
Djni_macro_assembler.h321 template <typename Self, typename PlatformLabel, InstructionSet kIsa>
324 static Self* Cast(JNIMacroLabel* label) { in Cast()
328 return reinterpret_cast<Self*>(label); in Cast()
/art/openjdkjvmti/
Dti_threadgroup.cc102 art::StackHandleScope<2> hs(soa.Self()); in GetThreadGroupInfo()
233 art::StackHandleScope<1> hs(soa.Self()); in GetThreadGroupChildren()
237 art::ObjectLock<art::mirror::Object> thread_group_lock(soa.Self(), thread_group); in GetThreadGroupChildren()
Dti_stack.cc261 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in GetStackTrace()
266 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetStackTrace()
273 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetStackTrace()
278 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetStackTrace()
282 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetStackTrace()
287 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetStackTrace()
726 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in GetFrameCount()
731 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetFrameCount()
738 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetFrameCount()
743 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in GetFrameCount()
[all …]
Ddeopt_manager.cc413 art::Locks::thread_list_lock_->ExclusiveLock(soa.Self()); in AddDeoptimizeThreadMethods()
417 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in AddDeoptimizeThreadMethods()
435 art::Locks::thread_list_lock_->ExclusiveUnlock(soa.Self()); in AddDeoptimizeThreadMethods()
441 art::MutexLock mu(soa.Self(), *art::Locks::thread_list_lock_); in RemoveDeoptimizeThreadMethods()
/art/test/466-get-live-vreg/
Dget_live_vreg_jni.cc83 TestVisitor visitor(soa.Self(), context.get()); in Java_Main_doStaticNativeCallLiveVreg()
/art/test/461-get-reference-vreg/
Dget_reference_vreg_jni.cc85 soa.Self(), in FindMethodIndex()

123456