Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_utils_test.cpp123 ASSERT_EQ(entries[0].execution_type, CallChainExecutionType::INTERPRETED_JVM_METHOD); in TEST_F()
143 ASSERT_EQ(entries[0].execution_type, CallChainExecutionType::INTERPRETED_JVM_METHOD); in TEST_F()
175 ASSERT_EQ(entries[2].execution_type, CallChainExecutionType::INTERPRETED_JVM_METHOD); in TEST_F()
200 ASSERT_EQ(entries[0].execution_type, CallChainExecutionType::INTERPRETED_JVM_METHOD); in TEST_F()
235 ASSERT_EQ(entries[2].execution_type, CallChainExecutionType::INTERPRETED_JVM_METHOD); in TEST_F()
263 ASSERT_EQ(entries[1].execution_type, CallChainExecutionType::INTERPRETED_JVM_METHOD); in TEST_F()
279 ASSERT_EQ(entries[0].execution_type, CallChainExecutionType::INTERPRETED_JVM_METHOD); in TEST_F()
305 ASSERT_EQ(entries[0].execution_type, CallChainExecutionType::INTERPRETED_JVM_METHOD); in TEST_F()
Dreport_utils.cpp103 execution_type = CallChainExecutionType::INTERPRETED_JVM_METHOD; in Build()
140 if (entry.execution_type == CallChainExecutionType::INTERPRETED_JVM_METHOD || in MarkArtFrame()
220 entry.execution_type != CallChainExecutionType::INTERPRETED_JVM_METHOD) { in DeObfuscateJavaMethods()
Dreport_utils.h33 INTERPRETED_JVM_METHOD, enumerator
Dcmd_report_sample.proto41 INTERPRETED_JVM_METHOD = 1; enumerator
Dcmd_report_sample.cpp73 case CallChainExecutionType::INTERPRETED_JVM_METHOD: in ToProtoExecutionType()