Home
last modified time | relevance | path

Searched defs:self (Results 126 – 150 of 284) sorted by relevance

12345678910>>...12

/art/openjdkjvmti/
Dti_class_loader-inl.h47 inline void ClassLoaderHelper::VisitDexFileObjects(art::Thread* self, in VisitDexFileObjects()
/art/runtime/
Dthread-inl.h68 Thread* self = Thread::Current(); in CheckEmptyCheckpointFromWeakRefAccess() local
345 Thread* self = Thread::Current(); in RevokeThreadLocalAllocationStack() local
359 inline bool Thread::ModifySuspendCount(Thread* self, in ModifySuspendCount()
Dthread_pool.h41 void Run(Thread* self) override { in Run()
67 void Run(Thread* self) override { in Run()
Dnon_debuggable_classes.cc31 Thread* self = Thread::Current(); in AddNonDebuggableClass() local
Dmethod_handles-inl.h166 bool PerformConversions(Thread* self, in PerformConversions()
219 bool PerformConversions(Thread* self, in PerformConversions()
230 bool PerformConversions(Thread* self, in PerformConversions()
Druntime_callbacks_test.cc56 Thread* self = Thread::Current(); in SetUp() local
65 Thread* self = Thread::Current(); in TearDown() local
145 Thread* self = Thread::Current(); in TEST_F() local
343 Thread* self = Thread::Current(); in TEST_F() local
416 Thread* self = Thread::Current(); in TEST_F() local
499 Thread* self = Thread::Current(); in TEST_F() local
Dmonitor_objects_stack_visitor.cc91 MonitorObjectsStackVisitor* self = reinterpret_cast<MonitorObjectsStackVisitor*>(context); in VisitLockedObject() local
Daot_class_linker.cc46 bool AotClassLinker::InitializeClass(Thread* self, in InitializeClass()
106 verifier::FailureKind AotClassLinker::PerformClassVerification(Thread* self, in PerformClassVerification()
Dclass_linker-inl.h42 inline ObjPtr<mirror::Class> ClassLinker::FindArrayClass(Thread* self, in FindArrayClass()
344 inline ArtMethod* ClassLinker::ResolveMethod(Thread* self, in ResolveMethod()
455 Thread* const self = Thread::Current(); in VisitClassTables() local
473 void ClassLinker::VisitKnownDexFiles(Thread* self, Visitor visitor) { in VisitKnownDexFiles()
/art/runtime/entrypoints/quick/
Dquick_fillarray_entrypoints.cc29 Thread* self) in artHandleFillArrayDataFromCode()
/art/runtime/mirror/
Dclass_ext.cc64 bool ClassExt::ExtendObsoleteArrays(Handle<ClassExt> h_this, Thread* self, uint32_t increase) { in ExtendObsoleteArrays()
117 ObjPtr<ClassExt> ClassExt::Alloc(Thread* self) { in Alloc()
Darray-alloc-inl.h119 inline ObjPtr<Array> Array::Alloc(Thread* self, in Alloc()
170 inline ObjPtr<PrimitiveArray<T>> PrimitiveArray<T>::AllocateAndFill(Thread* self, in AllocateAndFill()
Demulated_stack_frame.cc147 Thread* self, in CreateFromShadowFrameAndArgs()
207 bool EmulatedStackFrame::WriteToShadowFrame(Thread* self, in WriteToShadowFrame()
232 void EmulatedStackFrame::GetReturnValue(Thread* self, JValue* value) { in GetReturnValue()
256 void EmulatedStackFrame::SetReturnValue(Thread* self, const JValue& value) { in SetReturnValue()
Dstack_trace_element.cc30 ObjPtr<StackTraceElement> StackTraceElement::Alloc(Thread* self, in Alloc()
/art/runtime/gc/
Dscoped_gc_critical_section.h33 GCCriticalSection(Thread* self, const char* name) in GCCriticalSection()
Dsystem_weak.h77 void Wait(Thread* self) in Wait()
/art/runtime/gc/space/
Dlarge_object_space_test.cc38 Thread* const self = Thread::Current(); in LargeObjectTest() local
131 void Run(Thread* self) override { in Run()
163 Thread* self = Thread::Current(); in RaceTest() local
Drosalloc_space.cc202 mirror::Object* RosAllocSpace::AllocWithGrowth(Thread* self, size_t num_bytes, in AllocWithGrowth()
260 size_t RosAllocSpace::Free(Thread* self, mirror::Object* ptr) { in Free()
272 size_t RosAllocSpace::FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) { in FreeList()
316 Thread* const self = Thread::Current(); in Trim() local
374 Thread* self = Thread::Current(); in InspectAllRosAllocWithSuspendAll() local
387 Thread* self = Thread::Current(); in InspectAllRosAlloc() local
/art/adbconnection/
Dadbconnection.cc174 art::Thread* self = art::Thread::Current(); in ~AdbConnectionState() local
205 art::Thread* self = art::Thread::Attach(kAdbConnectionThreadName, in CallbackFunction() local
263 art::Thread* self = art::Thread::Current(); in StartDebuggerThreads() local
526 void AdbConnectionState::RunPollLoop(art::Thread* self) { in RunPollLoop()
663 void AdbConnectionState::HandleDataWithoutAgent(art::Thread* self) { in HandleDataWithoutAgent()
804 void AdbConnectionState::AttachJdwpAgent(art::Thread* self) { in AttachJdwpAgent()
/art/runtime/entrypoints/jni/
Djni_entrypoints.cc50 extern "C" const void* artFindNativeMethodRunnable(Thread* self) in artFindNativeMethodRunnable()
121 extern "C" const void* artFindNativeMethod(Thread* self) { in artFindNativeMethod()
/art/dex2oat/driver/
Dcompiler_driver_test.cc237 Thread* self = Thread::Current(); in CheckCompiledMethods() local
266 Thread* self = Thread::Current(); in TEST_F() local
298 Thread* self = Thread::Current(); in CheckVerifiedClass() local
316 Thread* self = Thread::Current(); in TEST_F() local
333 Thread* const self = Thread::Current(); in TEST_F() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc46 void CheckReferenceResult(Handle<mirror::Object> o, Thread* self) { in CheckReferenceResult()
173 Thread* self = Thread::Current(); in FillArrayData() local
247 CallerAndOuterMethod GetCalleeSaveMethodCallerAndOuterMethod(Thread* self, CalleeSaveType type) { in GetCalleeSaveMethodCallerAndOuterMethod()
259 ArtMethod* GetCalleeSaveOuterMethod(Thread* self, CalleeSaveType type) { in GetCalleeSaveOuterMethod()
/art/compiler/
Dcommon_compiler_test.cc192 Thread* self = Thread::Current(); in CompileMethod() local
232 Thread* self = Thread::Current(); in CompileDirectMethod() local
247 Thread* self = Thread::Current(); in CompileVirtualMethod() local
/art/test/136-daemon-jni-shutdown/
Ddaemon_jni_shutdown.cc58 Thread* const self = Thread::Current(); in Java_Main_destroyJavaVMAndExit() local
/art/runtime/jni/
Djni_id_manager.cc120 bool EnsureIdsArray(Thread* self, ObjPtr<mirror::Class> k, ArtField* field) { in EnsureIdsArray()
140 bool EnsureIdsArray(Thread* self, ObjPtr<mirror::Class> k, ArtMethod* method) { in EnsureIdsArray()
278 Thread* self = Thread::Current(); in EncodeGenericId() local
398 void JniIdManager::Init(Thread* self) { in Init()
556 Thread* self = Thread::Current(); in StartDefer() local
619 Thread* self = Thread::Current(); in EndDefer() local

12345678910>>...12