Home
last modified time | relevance | path

Searched refs:self (Results 376 – 397 of 397) sorted by relevance

1...<<111213141516

/art/runtime/verifier/
Dmethod_verifier.cc153 MethodVerifier(Thread* self, in MethodVerifier() argument
172 : art::verifier::MethodVerifier(self, in MethodVerifier()
5064 MethodVerifier::MethodVerifier(Thread* self, in MethodVerifier() argument
5074 : self_(self), in MethodVerifier()
5091 self->PushVerifier(this);
5099 MethodVerifier::FailureData MethodVerifier::VerifyMethod(Thread* self, in VerifyMethod() argument
5119 return VerifyMethod<true>(self, in VerifyMethod()
5139 return VerifyMethod<false>(self, in VerifyMethod()
5175 MethodVerifier::FailureData MethodVerifier::VerifyMethod(Thread* self, in VerifyMethod() argument
5197 impl::MethodVerifier<kVerifierDebug> verifier(self, in VerifyMethod()
[all …]
Dreg_type_test.cc674 explicit ScopedDisableMovingGC(Thread* t) : self(t) { in ScopedDisableMovingGC()
675 Runtime::Current()->GetHeap()->IncrementDisableMovingGC(self); in ScopedDisableMovingGC()
678 Runtime::Current()->GetHeap()->DecrementDisableMovingGC(self); in ~ScopedDisableMovingGC()
681 Thread* self; member
/art/test/
DAndroid.bp378 "1908-suspend-native-resume-self/native_suspend_resume.cc",
742 "1903-suspend-self/src/art/Test1903.java",
745 "1907-suspend-list-self-twice/src/art/Test1907.java",
746 "1908-suspend-native-resume-self/src/art/Test1908.java",
761 "1925-self-frame-pop/src/art/Test1925.java",
880 "1903-suspend-self/expected.txt",
883 "1907-suspend-list-self-twice/expected.txt",
884 "1908-suspend-native-resume-self/expected.txt",
899 "1925-self-frame-pop/expected.txt",
/art/runtime/mirror/
Dobject_test.cc65 Thread* self = Thread::Current(); in AssertString() local
66 StackHandleScope<1> hs(self); in AssertString()
68 hs.NewHandle(String::AllocFromModifiedUtf8(self, expected_utf16_length, utf8_in))); in AssertString()
80 ObjPtr<mirror::ObjectArray<T>> AllocObjectArray(Thread* self, size_t length) in AllocObjectArray() argument
83 self, GetClassRoot(ClassRoot::kObjectArrayClass, class_linker_), length); in AllocObjectArray()
Dvar_handle.cc1512 ObjPtr<MethodType> VarHandle::GetMethodTypeForAccessMode(Thread* self, in GetMethodTypeForAccessMode() argument
1518 StackHandleScope<3> hs(self); in GetMethodTypeForAccessMode()
1540 return MethodType::Create(self, rtype, ptypes); in GetMethodTypeForAccessMode()
1543 ObjPtr<MethodType> VarHandle::GetMethodTypeForAccessMode(Thread* self, AccessMode access_mode) { in GetMethodTypeForAccessMode() argument
1544 return GetMethodTypeForAccessMode(self, this, access_mode); in GetMethodTypeForAccessMode()
Dclass-inl.h887 inline void Class::AssertInitializedOrInitializingInThread(Thread* self) { in AssertInitializedOrInitializingInThread() argument
890 CHECK_EQ(GetClinitThreadId(), self->GetTid()) in AssertInitializedOrInitializingInThread()
Ddex_cache.h189 static void InitializeDexCache(Thread* self,
/art/runtime/interpreter/mterp/x86/
Dmain.S438 jmp SYMBOL(MterpCheckBefore) # (self, shadow_frame, dex_pc_ptr)
765 call SYMBOL(MterpAddHotnessBatch) # (method, shadow_frame, self)
/art/runtime/
Dentrypoints_order_test.cc90 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, tmp_jni_env, self, sizeof(void*)); in CheckThreadOffsets()
91 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, self, opeer, sizeof(void*)); in CheckThreadOffsets()
Dcommon_runtime_test.h79 static void FillHeap(Thread* self,
Dcommon_throws.h258 void ThrowStackOverflowError(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_) COLD_ATTR;
Doat_file_assistant_test.cc1117 void Run(Thread* self ATTRIBUTE_UNUSED) override { in Run()
1173 Thread* self = Thread::Current(); in TEST_F() local
1180 thread_pool.AddTask(self, task.get()); in TEST_F()
1183 thread_pool.StartWorkers(self); in TEST_F()
1184 thread_pool.Wait(self, /* do_work= */ true, /* may_hold_locks= */ false); in TEST_F()
Dart_method.h465 void Invoke(Thread* self, uint32_t* args, uint32_t args_size, JValue* result, const char* shorty)
/art/compiler/jni/
Djni_compiler_test.cc549 static size_t NumJniShadowFrameReferences(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_) { in NumJniShadowFrameReferences() argument
550 return self->GetManagedStack()->NumJniShadowFrameReferences(); in NumJniShadowFrameReferences()
554 static size_t NumHandleReferences(Thread* self) { in NumHandleReferences() argument
556 for (BaseHandleScope* cur = self->GetTopHandleScope(); cur != nullptr; cur = cur->GetLink()) { in NumHandleReferences()
563 static size_t NumStackReferences(Thread* self) REQUIRES_SHARED(Locks::mutator_lock_) { in NumStackReferences() argument
564 return NumHandleReferences(self) + NumJniShadowFrameReferences(self); in NumStackReferences()
1329 Thread* self = Thread::Current(); in Java_MyClassNatives_GetSinkProperties() local
1330 ScopedObjectAccess soa(self); in Java_MyClassNatives_GetSinkProperties()
1331 EXPECT_TRUE(self->HoldsLock(soa.Decode<mirror::Object>(thisObj))); in Java_MyClassNatives_GetSinkProperties()
/art/runtime/gc/
Dallocation_record.h218 void RecordAllocation(Thread* self,
/art/dex2oat/linker/
Dimage_writer.h464 std::vector<ObjPtr<mirror::DexCache>> FindDexCaches(Thread* self)
476 ObjPtr<mirror::ObjectArray<mirror::Object>> CollectDexCaches(Thread* self, size_t oat_index) const
Doat_writer.cc1592 Thread* self = Thread::Current(); in VisitMethod() local
1593 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(self, *dex_file_); in VisitMethod()
/art/runtime/jni/
Djni_internal_test.cc2265 Thread* self = Thread::Current(); in TEST_F() local
2266 self->TransitionFromSuspendedToRunnable(); in TEST_F()
2267 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/lang/Class;")); in TEST_F()
2268 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/lang/Object;")); in TEST_F()
2269 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/DirectByteBuffer;")); in TEST_F()
2270 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/Bits;")); in TEST_F()
2271 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/MappedByteBuffer;")); in TEST_F()
2272 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/ByteBuffer;")); in TEST_F()
2273 MakeInterpreted(class_linker_->FindSystemClass(self, "Ljava/nio/Buffer;")); in TEST_F()
/art/runtime/hprof/
Dhprof.cc1603 Thread* self = Thread::Current(); in DumpHeap() local
1606 gc::ScopedGCCriticalSection gcs(self, in DumpHeap()
/art/runtime/gc/space/
Dimage_space.cc1209 Thread* const self = Thread::Current(); in LoadImageFile() local
1226 pool->AddTask(self, new FunctionTask(std::move(function))); in LoadImageFile()
1228 function(self); in LoadImageFile()
1235 pool->Wait(self, true, false); in LoadImageFile()
/art/compiler/optimizing/
Dinstruction_builder.cc1181 Thread* self = Thread::Current(); in BuildConstructorFenceForAllocation() local
1182 ScopedObjectAccess soa(self); in BuildConstructorFenceForAllocation()
1183 StackHandleScope<1> hs(self); in BuildConstructorFenceForAllocation()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S569 @ (lock_word.ThreadId() ^ self->ThreadId()).

1...<<111213141516