Searched defs:js_entry_sp (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-log-stack-tracer.cc111 "native function js_entry_sp();"
120 } else if (name->Equals(String::New("js_entry_sp"))) {
160 return i::Isolate::Current()->js_entry_sp();
173 const Address js_entry_sp = GetJsEntrySp(); local
174 CHECK_NE(0, js_entry_sp);
175 CompileRun("js_entry_sp();");
176 CHECK_EQ(js_entry_sp, GetJsEntrySp());
394 CompileRun("js_entry_sp();");
/external/v8/test/cctest/
H A Dtest-log-stack-tracer.cc112 "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/
H A Dframes.cc221 Address fp, Address sp, Address js_entry_sp)
224 high_bound_(js_entry_sp),
219 SafeStackFrameIterator( Isolate* isolate, Address fp, Address sp, Address js_entry_sp) argument
H A Disolate.h161 C(JSEntrySP, js_entry_sp)
665 Address js_entry_sp() { function in class:v8::internal::Isolate
/external/v8/src/
H A Disolate.h143 C(JSEntrySP, js_entry_sp)
611 static Address js_entry_sp(ThreadLocalTop* thread) { function in class:v8::internal::Isolate
H A Dlog.cc154 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);

Completed in 368 milliseconds