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

  /external/chromium_org/v8/src/
isolate-inl.h 48 c_entry_fp_ = isolate->c_entry_fp(isolate->thread_local_top());
isolate.cc 508 ThreadLocalTop* current_t = thread_local_top();
553 thread_local_top()->set_try_catch_handler_address(address);
558 ASSERT(thread_local_top()->TryCatchHandler() == that);
559 thread_local_top()->set_try_catch_handler_address(
561 thread_local_top()->catcher_ = NULL;
910 if (c_entry_fp(thread_local_top()) == 0) return;
927 thread_local_top()->failed_access_check_callback_ = callback;
932 if (!thread_local_top()->failed_access_check_callback_) return;
948 thread_local_top()->failed_access_check_callback_(
    [all...]
sampler.cc 629 Address handler = Isolate::handler(isolate->thread_local_top());
frames.cc 93 Reset(isolate->thread_local_top());
229 ThreadLocalTop* top = isolate->thread_local_top();
    [all...]
isolate.h 882 ThreadLocalTop* thread_local_top() { return &thread_local_top_; } function in class:v8::internal::Isolate
    [all...]
builtins.cc 168 Address fp = Isolate::c_entry_fp(isolate->thread_local_top());
    [all...]
debug.cc     [all...]
ic.cc 128 Isolate::c_entry_fp(isolate->thread_local_top());
648 Address entry = isolate()->c_entry_fp(isolate()->thread_local_top());
    [all...]
mark-compact.cc     [all...]
api.cc     [all...]
  /external/v8/src/
isolate-inl.h 48 c_entry_fp_ = isolate->c_entry_fp(isolate->thread_local_top());
isolate.cc 430 v->VisitThread(this, thread_local_top());
476 ThreadLocalTop* current_t = thread_local_top();
489 thread_local_top()->set_try_catch_handler_address(address);
494 ASSERT(thread_local_top()->TryCatchHandler() == that);
495 thread_local_top()->set_try_catch_handler_address(
497 thread_local_top()->catcher_ = NULL;
726 if (c_entry_fp(thread_local_top()) == 0) return;
743 thread_local_top()->failed_access_check_callback_ = callback;
748 if (!thread_local_top()->failed_access_check_callback_) return;
764 thread_local_top()->failed_access_check_callback_
    [all...]
frames.cc 95 thread_(isolate_->thread_local_top()),
103 thread_(isolate_->thread_local_top()),
119 thread_(use_top ? isolate_->thread_local_top() : NULL),
290 ThreadLocalTop* top = isolate->thread_local_top();
    [all...]
ic.cc 118 Isolate::c_entry_fp(isolate->thread_local_top());
594 Address entry = isolate()->c_entry_fp(isolate()->thread_local_top());
    [all...]
isolate.h 810 ThreadLocalTop* thread_local_top() { return &thread_local_top_; } function in class:v8::internal::Isolate
    [all...]
builtins.cc 158 Address fp = Isolate::c_entry_fp(isolate->thread_local_top());
    [all...]
log.cc 155 Isolate::js_entry_sp(isolate->thread_local_top());
    [all...]
debug.cc     [all...]
mark-compact.cc     [all...]
  /external/v8/test/cctest/
test-log-stack-tracer.cc 162 CHECK_NE(NULL, i::Isolate::Current()->thread_local_top());
163 return Isolate::js_entry_sp(i::Isolate::Current()->thread_local_top());
  /external/chromium_org/v8/test/cctest/
test-log-stack-tracer.cc 159 CHECK_NE(NULL, i::Isolate::Current()->thread_local_top());

Completed in 3884 milliseconds