OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:js_entry_sp
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/v8/test/cctest/
test-log-stack-tracer.cc
112
"native function
js_entry_sp
();"
122
} else if (name->Equals(String::NewFromUtf8(isolate, "
js_entry_sp
"))) {
162
return CcTest::i_isolate()->
js_entry_sp
();
175
const Address
js_entry_sp
= GetJsEntrySp();
local
176
CHECK_NE(0,
js_entry_sp
);
177
CompileRun("
js_entry_sp
();");
178
CHECK_EQ(
js_entry_sp
, GetJsEntrySp());
409
CompileRun("
js_entry_sp
();");
/external/v8/test/cctest/
test-log-stack-tracer.cc
112
"native function
js_entry_sp
();"
121
} else if (name->Equals(String::New("
js_entry_sp
"))) {
163
return Isolate::
js_entry_sp
(i::Isolate::Current()->thread_local_top());
176
const Address
js_entry_sp
= GetJsEntrySp();
local
177
CHECK_NE(0,
js_entry_sp
);
178
CompileRun("
js_entry_sp
();");
179
CHECK_EQ(
js_entry_sp
, GetJsEntrySp());
408
CompileRun("
js_entry_sp
();");
/external/chromium_org/v8/src/
isolate.h
159
C(JSEntrySP,
js_entry_sp
)
646
Address
js_entry_sp
() {
function in class:v8::internal::Isolate
[
all
...]
/external/v8/src/
log.cc
154
const Address
js_entry_sp
=
local
155
Isolate::
js_entry_sp
(isolate->thread_local_top());
156
if (
js_entry_sp
== 0) {
174
sample->sp,
js_entry_sp
);
[
all
...]
isolate.h
143
C(JSEntrySP,
js_entry_sp
)
611
static Address
js_entry_sp
(ThreadLocalTop* thread) {
function in class:v8::internal::Isolate
[
all
...]
Completed in 319 milliseconds