HomeSort by relevance Sort by last modified time
    Searched defs:js_entry_sp (Results 1 - 3 of 3) sorted by null

  /external/v8/test/cctest/
test-log-stack-tracer.cc 111 "native function js_entry_sp();"
120 } else if (name->Equals(String::New("js_entry_sp"))) {
156 return Top::js_entry_sp(Top::GetCurrentThread());
169 const Address js_entry_sp = GetJsEntrySp(); local
170 CHECK_NE(0, js_entry_sp);
171 CompileRun("js_entry_sp();");
172 CHECK_EQ(js_entry_sp, GetJsEntrySp());
369 CompileRun("js_entry_sp();");
  /external/v8/src/
top.h 246 static Address js_entry_sp(ThreadLocalTop* thread) { function in class:v8::internal::Top
log.cc 151 const Address js_entry_sp = Top::js_entry_sp(Top::GetCurrentThread()); local
152 if (js_entry_sp == 0) {
160 if (SafeStackFrameIterator::IsWithinBounds(sample->sp, js_entry_sp,
173 sample->sp, js_entry_sp);
    [all...]

Completed in 126 milliseconds