HomeSort by relevance Sort by last modified time
    Searched refs:ThreadLocalTop (Results 1 - 12 of 12) 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;
isolate.h 276 class ThreadLocalTop BASE_EMBEDDED {
280 ThreadLocalTop();
624 static Address c_entry_fp(ThreadLocalTop* thread) {
627 static Address handler(ThreadLocalTop* thread) { return thread->handler_; }
653 static int ArchiveSpacePerThread() { return sizeof(ThreadLocalTop); }
777 void Iterate(ObjectVisitor* v, ThreadLocalTop* t);
849 ThreadLocalTop* thread_local_top() { return &thread_local_top_; }
    [all...]
frames.h 33 class ThreadLocalTop;
    [all...]
isolate.cc 65 ThreadLocalTop::ThreadLocalTop() {
70 void ThreadLocalTop::InitializeInternal() {
97 void ThreadLocalTop::Initialize() {
106 void ThreadLocalTop::Free() {
191 ThreadLocalTop* thread = reinterpret_cast<ThreadLocalTop*>(thread_storage);
193 return thread_storage + sizeof(ThreadLocalTop);
198 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) {
202 ThreadLocalTop* top = isolate->thread_local_top();
237 bool SafeStackFrameIterator::IsValidTop(ThreadLocalTop* top) const {
    [all...]
compiler.cc 817 void VisitThread(Isolate* isolate, ThreadLocalTop* top) {
    [all...]
  /external/v8/src/heap/
mark-compact.h 320 class ThreadLocalTop;
670 void PrepareThreadForCodeFlushing(Isolate* isolate, ThreadLocalTop* top);
mark-compact.cc     [all...]
  /external/v8/src/runtime/
runtime-compiler.cc 101 void VisitThread(Isolate* isolate, ThreadLocalTop* top) {
  /external/v8/src/debug/
debug.cc     [all...]
liveedit.cc     [all...]

Completed in 94 milliseconds