HomeSort by relevance Sort by last modified time
    Searched refs:ThreadState (Results 51 - 75 of 89) sorted by null

1 23 4

  /art/runtime/
monitor.h 79 bool interruptShouldThrow, ThreadState why)
181 void Wait(Thread* self, int64_t msec, int32_t nsec, bool interruptShouldThrow, ThreadState why)
fault_handler.cc 213 ThreadState state = thread->GetState();
signal_catcher.cc 136 ThreadState old_state = self->SetStateUnsafe(kRunnable);
monitor.cc 431 bool interruptShouldThrow, ThreadState why) {
834 bool interruptShouldThrow, ThreadState why) {
    [all...]
debugger.h 435 static JDWP::JdwpThreadStatus ToJdwpThreadStatus(ThreadState state);
debugger.cc 772 ThreadState old_state = self->SetStateUnsafe(kRunnable);
796 ThreadState old_state = self->SetStateUnsafe(kRunnable);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
WorkerThreadableLoader.cpp 87 ThreadState::SafePointScope scope(ThreadState::HeapPointersOnStack);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 239 ThreadState *thr = tctx->thr;
252 ThreadState *thr = tctx->thr;
456 static bool HandleRacyStacks(ThreadState *thr, const StackTrace (&traces)[2],
495 static void AddRacyStacks(ThreadState *thr, const StackTrace (&traces)[2],
509 bool OutputReport(ThreadState *thr, const ScopedReport &srep) {
617 static bool RaceBetweenAtomicAndFree(ThreadState *thr) {
630 void ReportRace(ThreadState *thr) {
723 void PrintCurrentStack(ThreadState *thr, uptr pc) {
tsan_interface_ann.cc 34 ScopedAnnotation(ThreadState *thr, const char *aname, const char *f, int l,
46 ThreadState *const thr_;
52 ThreadState *thr = cur_thread(); \
tsan_mutex.cc 172 void CheckNoLocks(ThreadState *thr) {
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h 35 #include "platform/heap/ThreadState.h"
150 friend class ThreadState;
280 ThreadState::current()->freeWrapperPersistentRegion(this);
286 static Address outOfLineAllocate(ThreadState*, WrapperPersistentRegion**);
323 ThreadState* state = ThreadState::current();
361 static ThreadState* state() { return ThreadStateFor<Affinity>::state(); }
369 static PersistentNode* roots() { return ThreadState::globalRoots(); }
373 Lock() : m_locker(ThreadState::globalRootsMutex()) { }
418 ASSERT(!ThreadState::current()->isTerminating())
    [all...]
Heap.h 36 #include "platform/heap/ThreadState.h"
187 LargeHeapObject(PageMemory* storage, const GCInfo* gcInfo, ThreadState* state) : BaseHeapPage(storage, gcInfo, state)
205 void snapshot(TracedValue*, ThreadState::SnapshotInfo*);
536 virtual void snapshot(TracedValue*, ThreadState::SnapshotInfo*);
672 friend class ThreadState;
805 virtual void snapshot(TracedValue*, ThreadState::SnapshotInfo*) = 0;
850 ThreadHeap(ThreadState*, int);
859 virtual void snapshot(TracedValue*, ThreadState::SnapshotInfo*);
876 ThreadState* threadState() { return m_threadState;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8GCController.cpp 406 Heap::collectGarbage(ThreadState::HeapPointersOnStack, ThreadState::ForcedGC);
446 ThreadState::current()->setGCRequested();
ScriptPromisePropertyTest.cpp 151 Heap::collectGarbage(ThreadState::HeapPointersOnStack);
V8Binding.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ImageBitmapTest.cpp 71 Heap::collectGarbage(ThreadState::NoHeapPointersOnStack);
157 Heap::collectGarbage(ThreadState::NoHeapPointersOnStack);
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WorkerThreadableWebSocketChannel.cpp 474 ThreadState::SafePointScope scope(ThreadState::HeapPointersOnStack);
  /art/runtime/native/
java_lang_Thread.cc 62 ThreadState internal_thread_state = (has_been_started ? kTerminated : kStarting);
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_logging.cc 136 ThreadState* thread_state = &thread_map_[ThreadWrapper::GetThreadId()];
  /art/runtime/arch/
arch_test.cc 42 t->TransitionFromRunnableToSuspended(ThreadState::kNative); // So we can shut down.
  /external/lldb/include/lldb/Target/
Thread.h     [all...]
  /external/chromium_org/v8/src/
isolate.h 68 class ThreadState;
425 FIELD_ACCESSOR(ThreadState*, thread_state)
442 ThreadState* thread_state_;
    [all...]
  /art/runtime/gc/collector/
semi_space.cc 170 ThreadState old_state = self_->SetStateUnsafe(kRunnable);
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 437 third_party/WebKit/Source/platform/heap/ThreadState.cpp \
    [all...]

Completed in 3550 milliseconds

1 23 4