Home
last modified time | relevance | path

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

/art/runtime/
Dstack.cc94 size_t depth_in_stack_map = current_inlining_depth_ - 1; in GetMethod() local
105 depth_in_stack_map); in GetMethod()
118 size_t depth_in_stack_map = current_inlining_depth_ - 1; in GetDexPc() local
122 GetDexPcAtDepth(encoding.inline_info.encoding, depth_in_stack_map); in GetDexPc()
238 size_t depth_in_stack_map = current_inlining_depth_ - 1; in GetVRegFromOptimizedCode() local
241 ? code_info.GetDexRegisterMapAtDepth(depth_in_stack_map, in GetVRegFromOptimizedCode()