Home
last modified time | relevance | path

Searched refs:calling_frame (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-log-stack-tracer.cc85 i::StackFrame* calling_frame = frame_iterator.frame(); in construct_call() local
86 CHECK(calling_frame->is_java_script()); in construct_call()
89 int32_t low_bits = reinterpret_cast<int32_t>(calling_frame->fp()); in construct_call()
92 uint64_t fp = reinterpret_cast<uint64_t>(calling_frame->fp()); in construct_call()