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

  /external/v8/test/cctest/
test-log-stack-tracer.cc 226 i::StackFrame* calling_frame = frame_iterator.frame(); local
227 CHECK(calling_frame->is_java_script());
230 int32_t low_bits = reinterpret_cast<int32_t>(calling_frame->fp());
233 uint64_t fp = reinterpret_cast<uint64_t>(calling_frame->fp());

Completed in 171 milliseconds