HomeSort by relevance Sort by last modified time
    Searched refs:GetMethodIndexAtDepth (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
stack_map_test.cc 241 ASSERT_EQ(82u, inline_info.GetMethodIndexAtDepth(encoding.inline_info_encoding, 0));
242 ASSERT_EQ(42u, inline_info.GetMethodIndexAtDepth(encoding.inline_info_encoding, 1));
    [all...]
stack_map_stream.cc 544 DCHECK_EQ(inline_info.GetMethodIndexAtDepth(encoding.inline_info_encoding, d),
  /art/runtime/
stack_map.cc 235 << ", method_index=" << GetMethodIndexAtDepth(inline_info_encoding, i)
stack_map.h     [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 48 uint32_t method_index = inline_info.GetMethodIndexAtDepth(encoding, inlining_depth);
    [all...]

Completed in 418 milliseconds