Home
last modified time | relevance | path

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

/art/runtime/
Dinstrumentation.cc1321 size_t inlined_frames_before_frame) { in ComputeFrameId() argument
1322 CHECK_GE(frame_depth, inlined_frames_before_frame); in ComputeFrameId()
1323 size_t no_inline_depth = frame_depth - inlined_frames_before_frame; in ComputeFrameId()
Dinstrumentation.h517 size_t inlined_frames_before_frame)