Home
last modified time | relevance | path

Searched defs:thread (Results 51 – 75 of 86) sorted by relevance

1234

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc85 static void DoCollectNonDebuggableCallback(Thread* thread, void* data) in DoCollectNonDebuggableCallback()
300 Thread* thread = reinterpret_cast<Thread*>(token); in ZygoteHooks_nativePostForkChild() local
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc75 Thread* thread = thread_list->SuspendThreadByThreadId(thin_lock_id, in DdmVmInternal_getStackTraceById() local
/art/test/931-agent-thread/
Dagent_thread.cc104 ScopedLocalRef<jobject> thread(env, env->AllocObject(thread_klass.get())); in Java_art_Test931_testAgentThread() local
/art/runtime/
Dstack.cc56 StackVisitor::StackVisitor(Thread* thread, in StackVisitor()
62 StackVisitor::StackVisitor(Thread* thread, in StackVisitor()
576 size_t StackVisitor::ComputeNumFrames(Thread* thread, StackWalkKind walk_kind) { in ComputeNumFrames()
635 void StackVisitor::DescribeStack(Thread* thread) { in DescribeStack()
Dfault_handler.cc272 Thread* thread = Thread::Current(); in IsInGeneratedCode() local
Dthread.cc1230 static void GetThreadStack(pthread_t thread, in GetThreadStack()
1390 static void UnsafeLogFatalForSuspendCount(Thread* self, Thread* thread) NO_THREAD_SAFETY_ANALYSIS { in UnsafeLogFatalForSuspendCount()
1805 void Thread::DumpState(std::ostream& os, const Thread* thread, pid_t tid) { in DumpState()
2109 static bool ShouldShowNativeStack(const Thread* thread) in ShouldShowNativeStack()
2658 explicit FetchStackTraceVisitor(Thread* thread, in FetchStackTraceVisitor()
2709 BuildInternalStackTraceVisitor(Thread* self, Thread* thread, int skip_depth) in BuildInternalStackTraceVisitor()
3680 ReferenceMapVisitor(Thread* thread, Context* context, RootVisitor& visitor) in ReferenceMapVisitor()
4161 std::ostream& operator<<(std::ostream& os, const Thread& thread) { in operator <<()
Dcha.cc255 void Run(Thread* thread) override { in Run()
Druntime_callbacks_test.cc166 ScopedLocalRef<jobject> thread(env, env->AllocObject(WellKnownClasses::java_lang_Thread)); in TEST_F() local
/art/test/1966-get-set-local-objects-no-table/src/art/
DTest1966.java92 public void invoke(Thread thread, Method target, int slot, int depth) throws Exception; in invoke()
/art/compiler/
Dexception_test.cc165 Thread* thread = Thread::Current(); in TEST_F() local
/art/test/ti-agent/
Dtrace_helper.cc100 jthread thread) { in threadStartCB()
115 jthread thread) { in threadEndCB()
131 jthread thread, in singleStepCB()
Dbreakpoint_helper.cc39 jthread thread, in breakpointCB()
/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java99 invoke(Thread thread, Method target, Locals.VariableDescription TARGET_desc, int depth) in invoke()
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc73 ScopedThreadInfo(jvmtiEnv* jvmti_env, JNIEnv* env, jthread thread) in ScopedThreadInfo()
265 jthread thread, in BreakpointCB()
/art/runtime/gc/space/
Drosalloc_space.cc407 size_t RosAllocSpace::RevokeThreadLocalBuffers(Thread* thread) { in RevokeThreadLocalBuffers()
415 void RosAllocSpace::AssertThreadLocalBuffersAreRevoked(Thread* thread) { in AssertThreadLocalBuffersAreRevoked()
/art/test/1913-get-set-local-objects/src/art/
DTest1913.java129 invoke(Thread thread, Method target, Locals.VariableDescription TARGET_desc, int depth) in invoke()
/art/runtime/gc/
Dreference_processor.cc281 void Run(Thread* thread) override { in Run()
/art/runtime/gc/collector/
Dconcurrent_copying.cc245 void Run(Thread* thread) override NO_THREAD_SAFETY_ANALYSIS { in Run()
440 void Run(Thread* thread) override REQUIRES_SHARED(Locks::mutator_lock_) { in Run()
516 void Run(Thread* thread) override REQUIRES(Locks::mutator_lock_) { in Run()
957 void Run(Thread* thread) override NO_THREAD_SAFETY_ANALYSIS { in Run()
993 void Run(Thread* thread) override in Run()
1662 void Run(Thread* thread) override NO_THREAD_SAFETY_ANALYSIS { in Run()
2014 void ConcurrentCopying::RevokeThreadLocalMarkStack(Thread* thread) { in RevokeThreadLocalMarkStack()
3060 explicit RefFieldsVisitor(ConcurrentCopying* collector, Thread* const thread) in RefFieldsVisitor()
/art/runtime/jit/
Dprofile_saver.cc60 static void SetProfileSaverThreadPriority(pthread_t thread, int priority) { in SetProfileSaverThreadPriority()
254 explicit ScopedDefaultPriority(pthread_t thread) : thread_(thread) { in ScopedDefaultPriority()
/art/openjdkjvmti/
Dti_monitor.cc356 jthread thread, in GetCurrentContendedMonitor()
Ddeopt_manager.cc158 auto func = [](art::Thread* thread, void* ctx) { in DumpDeoptInfo()
Dti_class.cc281 art::Thread* thread = art::Thread::Current(); in ClassLoad() local
303 art::Thread* thread = art::Thread::Current(); in ClassPrepare() local
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc244 ScopedLocalRef<jobject> thread(env, env->AllocObject(thread_klass.get())); in CbVmInit() local
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc43 struct jthreadContainer { jthread thread; }; member
131 ScopedThreadInfo(jvmtiEnv* jvmtienv, JNIEnv* env, jthread thread) in ScopedThreadInfo()
/art/runtime/gc/allocator/
Drosalloc.cc1508 size_t RosAlloc::RevokeThreadLocalRuns(Thread* thread) { in RevokeThreadLocalRuns()
1597 void RosAlloc::AssertThreadLocalRunsAreRevoked(Thread* thread) { in AssertThreadLocalRunsAreRevoked()
1888 Thread* thread = *it; in Verify() local

1234