Searched refs:GetInvokeTypeAtDepth (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dstack_map_test.cc245 ASSERT_EQ(kDirect, inline_info.GetInvokeTypeAtDepth(encoding.inline_info_encoding, 0));
246 ASSERT_EQ(kStatic, inline_info.GetInvokeTypeAtDepth(encoding.inline_info_encoding, 1));
747 ASSERT_EQ(kStatic, if0.GetInvokeTypeAtDepth(encoding.inline_info_encoding, 0));
750 ASSERT_EQ(kStatic, if0.GetInvokeTypeAtDepth(encoding.inline_info_encoding, 1));
773 ASSERT_EQ(kDirect, if1.GetInvokeTypeAtDepth(encoding.inline_info_encoding, 0));
776 ASSERT_EQ(kStatic, if1.GetInvokeTypeAtDepth(encoding.inline_info_encoding, 1));
779 ASSERT_EQ(kVirtual, if1.GetInvokeTypeAtDepth(encoding.inline_info_encoding, 2));
814 ASSERT_EQ(kVirtual, if2.GetInvokeTypeAtDepth(encoding.inline_info_encoding, 0));
817 ASSERT_EQ(kInterface, if2.GetInvokeTypeAtDepth(encoding.inline_info_encoding, 1));
820 ASSERT_EQ(kStatic, if2.GetInvokeTypeAtDepth(encodin
[all...]
H A Dstack_map_stream.cc546 DCHECK_EQ(inline_info.GetInvokeTypeAtDepth(encoding.inline_info_encoding, d),
/art/runtime/
H A Dstack_map.cc236 << ", invoke_type=" << static_cast<InvokeType>(GetInvokeTypeAtDepth(inline_info_encoding,
H A Dstack_map.h978 ALWAYS_INLINE uint32_t GetInvokeTypeAtDepth(const InlineInfoEncoding& encoding, function in class:art::DexRegisterLocation::InlineInfo
/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h50 inline_info.GetInvokeTypeAtDepth(encoding, inlining_depth));

Completed in 563 milliseconds