HomeSort by relevance Sort by last modified time
    Searched refs:ThreadLocalTop (Results 1 - 11 of 11) sorted by null

  /external/v8/src/
v8threads.h 56 class ThreadLocalTop;
61 // ThreadLocalTop may be only available during this call.
62 virtual void VisitThread(Isolate* isolate, ThreadLocalTop* top) = 0;
frames.h 33 class ThreadLocalTop;
872 StackFrameIterator(Isolate* isolate, ThreadLocalTop* t);
882 void Reset(ThreadLocalTop* top);
892 inline JavaScriptFrameIterator(Isolate* isolate, ThreadLocalTop* top);
945 bool IsValidTop(ThreadLocalTop* top) const;
isolate.h 239 class ThreadLocalTop BASE_EMBEDDED {
243 ThreadLocalTop();
595 static Address c_entry_fp(ThreadLocalTop* thread) {
598 static Address handler(ThreadLocalTop* thread) { return thread->handler_; }
626 static int ArchiveSpacePerThread() { return sizeof(ThreadLocalTop); }
752 void Iterate(ObjectVisitor* v, ThreadLocalTop* t);
823 ThreadLocalTop* thread_local_top() { return &thread_local_top_; }
    [all...]
isolate.cc 64 ThreadLocalTop::ThreadLocalTop() {
69 void ThreadLocalTop::InitializeInternal() {
96 void ThreadLocalTop::Initialize() {
105 void ThreadLocalTop::Free() {
190 ThreadLocalTop* thread = reinterpret_cast<ThreadLocalTop*>(thread_storage);
192 return thread_storage + sizeof(ThreadLocalTop);
197 ThreadLocalTop* thread = reinterpret_cast<ThreadLocalTop*>(t)
    [all...]
frames-inl.h 269 Isolate* isolate, ThreadLocalTop* top)
frames.cc 73 StackFrameIterator::StackFrameIterator(Isolate* isolate, ThreadLocalTop* t)
102 void StackFrameIterator::Reset(ThreadLocalTop* top) {
205 ThreadLocalTop* top = isolate->thread_local_top();
251 bool SafeStackFrameIterator::IsValidTop(ThreadLocalTop* top) const {
    [all...]
  /external/v8/src/heap/
mark-compact.h 318 class ThreadLocalTop;
575 void PrepareThreadForCodeFlushing(Isolate* isolate, ThreadLocalTop* top);
mark-compact.cc     [all...]
  /external/v8/src/runtime/
runtime-compiler.cc 116 void VisitThread(Isolate* isolate, ThreadLocalTop* top) {
  /external/v8/src/debug/
liveedit.cc     [all...]
debug.cc     [all...]

Completed in 1006 milliseconds