HomeSort by relevance Sort by last modified time
    Searched full:calling_frame (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/test/cctest/
test-log-stack-tracer.cc 212 i::StackFrame* calling_frame = frame_iterator.frame(); local
213 CHECK(calling_frame->is_java_script());
216 int32_t low_bits = reinterpret_cast<int32_t>(calling_frame->fp());
219 uint64_t fp = reinterpret_cast<uint64_t>(calling_frame->fp());
  /external/v8/test/cctest/
test-log-stack-tracer.cc 222 i::StackFrame* calling_frame = frame_iterator.frame(); local
223 CHECK(calling_frame->is_java_script());
226 int32_t low_bits = reinterpret_cast<int32_t>(calling_frame->fp());
229 uint64_t fp = reinterpret_cast<uint64_t>(calling_frame->fp());

Completed in 493 milliseconds