OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_local_top
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/v8/src/
isolate-inl.h
47
c_entry_fp_ = isolate->c_entry_fp(isolate->
thread_local_top
());
isolate.cc
306
ThreadLocalTop* current_t =
thread_local_top
();
351
thread_local_top
()->set_try_catch_handler_address(address);
356
ASSERT(
thread_local_top
()->TryCatchHandler() == that);
357
thread_local_top
()->set_try_catch_handler_address(
359
thread_local_top
()->catcher_ = NULL;
703
if (c_entry_fp(
thread_local_top
()) == 0) return;
720
thread_local_top
()->failed_access_check_callback_ = callback;
725
if (!
thread_local_top
()->failed_access_check_callback_) return;
741
thread_local_top
()->failed_access_check_callback_(
[
all
...]
sampler.cc
219
simulator_ = isolate->
thread_local_top
()->simulator_;
533
Address handler = Isolate::handler(isolate->
thread_local_top
());
frames.cc
91
Reset(isolate->
thread_local_top
());
227
ThreadLocalTop* top = isolate->
thread_local_top
();
[
all
...]
isolate.h
871
ThreadLocalTop*
thread_local_top
() { return &thread_local_top_; }
function in class:v8::internal::Isolate
[
all
...]
builtins.cc
167
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
());
238
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
161
CHECK_NE(NULL, CcTest::i_isolate()->
thread_local_top
());
Completed in 589 milliseconds