Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_context_tracker.cc221 int32_t top_frame_index = (backtrace_capacity >= frame_count) in GetContextSnapshot() local
224 for (int32_t i = frame_count - 1; i >= top_frame_index; --i) { in GetContextSnapshot()
/external/v8/src/debug/
Dliveedit.cc1272 int top_frame_index = -1; in DropActivationsInActiveThreadImpl() local
1277 top_frame_index = frame_index; in DropActivationsInActiveThreadImpl()
1288 if (top_frame_index == -1) { in DropActivationsInActiveThreadImpl()
1294 int bottom_js_frame_index = top_frame_index; in DropActivationsInActiveThreadImpl()