Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_utils.h77 NATIVE_METHOD, enumerator
91 CallChainExecutionType execution_type = CallChainExecutionType::NATIVE_METHOD;
Dreport_utils.cpp183 if (entry.execution_type == CallChainExecutionType::NATIVE_METHOD) { in IsArtEntry()
309 if (entry.execution_type == CallChainExecutionType::NATIVE_METHOD) { in IsJavaEntry()
405 CallChainExecutionType execution_type = CallChainExecutionType::NATIVE_METHOD; in Build()
471 callchain[i - 1].execution_type = CallChainExecutionType::NATIVE_METHOD; in MarkArtFrame()
Dreport_utils_test.cpp269 ASSERT_EQ(entries[i].execution_type, CallChainExecutionType::NATIVE_METHOD); in TEST_F()
276 ASSERT_EQ(entries[i].execution_type, CallChainExecutionType::NATIVE_METHOD); in TEST_F()
306 ASSERT_EQ(entries[i].execution_type, CallChainExecutionType::NATIVE_METHOD); in TEST_F()
503 ASSERT_EQ(entries[0].execution_type, CallChainExecutionType::NATIVE_METHOD); in TEST_F()
Dcmd_report_sample.proto55 NATIVE_METHOD = 0; enumerator
61 optional ExecutionType execution_type = 4 [default = NATIVE_METHOD];
Dcmd_report_sample.cpp72 case CallChainExecutionType::NATIVE_METHOD: in ToProtoExecutionType()