Home
last modified time | relevance | path

Searched defs:tsc (Results 1 – 17 of 17) sorted by relevance

/aosp12/art/runtime/interpreter/
H A Dinterpreter.cc66 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
75 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
82 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
89 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
96 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
116 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
126 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
134 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
141 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
152 ScopedThreadStateChange tsc(self, kNative); in InterpreterJni() local
[all …]
/aosp12/art/runtime/
H A Dsignal_catcher.cc107 ScopedThreadStateChange tsc(Thread::Current(), kWaitingForSignalCatcherOutput); in Output() local
152 ScopedThreadStateChange tsc(self, kWaitingInMainSignalCatcherLoop); in WaitForSignal() local
H A Dcha.cc267 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
H A Dthread_list.cc225 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in WaitForThreadsToRunThroughCheckpoint() local
437 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RunEmptyCheckpoint() local
H A Druntime.cc654 ScopedThreadStateChange tsc(Thread::Current(), kNativeForAbort); in Abort() local
718 ScopedThreadStateChange tsc(Thread::Current(), kNative); in CallExitHook() local
990 ScopedThreadStateChange tsc(self, kWaitingForMethodTracingStart); in Start() local
H A Dmonitor.cc518 ScopedThreadSuspension tsc(self, kBlocked); // Change to blocked and give up mutator_lock_. in Lock() local
H A Dthread.cc2514 ScopedThreadStateChange tsc(this, kNative); in HandleUncaughtExceptions() local
2537 ScopedThreadStateChange tsc(soa.Self(), kNative); in RemoveFromThreadGroup() local
H A Dclass_linker.cc2945 ScopedThreadStateChange tsc(self, kNative); in FindClass() local
7724 ScopedThreadStateChange tsc(self_, kSuspended); in ClobberOldMethods() local
/aosp12/art/runtime/gc/
H A Dtask_processor.cc42 ScopedThreadStateChange tsc(self, kWaitingForTaskProcessor); in AddTask() local
49 ScopedThreadStateChange tsc(self, kWaitingForTaskProcessor); in GetTask() local
H A Dheap.cc925 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in IncrementDisableMovingGC() local
949 ScopedThreadStateChange tsc(self, kWaitingForGcThreadFlip); in IncrementDisableThreadFlip() local
996 ScopedThreadStateChange tsc(self, kWaitingForGcThreadFlip); in ThreadFlipBegin() local
1536 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in TrimIndirectReferenceTables() local
1546 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in StartGC() local
1976 ScopedThreadStateChange tsc(self, kWaitingForGetObjectsAllocated); in GetObjectsAllocated() local
2061 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in PerformHomogeneousSpaceCompact() local
2600 ScopedThreadStateChange tsc(self, kWaitingPerformingGc); in CollectGarbageInternal() local
3450 ScopedThreadStateChange tsc(self, kWaitingForGcToComplete); in WaitForGcToComplete() local
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dmce.h29 __u64 tsc; member
H A Dkvm_para.h66 __u64 tsc; member
/aosp12/art/runtime/gc/collector/
H A Dconcurrent_copying.cc310 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in ActivateReadBarrierEntrypoints() local
770 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in FlipThreadRoots() local
1049 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in CaptureThreadRootsForMarking() local
1773 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in IssueDisableMarkingCheckpoint() local
2077 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in RevokeThreadLocalMarkStacks() local
H A Dmark_sweep.cc1200 ScopedThreadStateChange tsc(self, kWaitingForCheckPointsToRun); in MarkRootsCheckpoint() local
/aosp12/art/openjdkjvmti/
H A Dti_stack.cc373 art::ScopedThreadStateChange tsc(self, art::ThreadState::kWaitingForCheckPointsToRun); in RunCheckpointAndWait() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dwireless.h336 __u8 tsc[IW_ENCODE_SEQ_MAX_SIZE]; member
/aosp12/art/dex2oat/linker/
H A Doat_writer.cc1730 ScopedAssertNoThreadSuspension tsc(__FUNCTION__); in VisitMethod() local