Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_utils.h32 NATIVE_METHOD, enumerator
46 CallChainExecutionType execution_type = CallChainExecutionType::NATIVE_METHOD;
Dreport_utils.cpp27 if (entry.execution_type == CallChainExecutionType::NATIVE_METHOD) { in IsArtEntry()
100 CallChainExecutionType execution_type = CallChainExecutionType::NATIVE_METHOD; in Build()
166 callchain[i - 1].execution_type = CallChainExecutionType::NATIVE_METHOD; in MarkArtFrame()
Dreport_utils_test.cpp221 ASSERT_EQ(entries[i].execution_type, CallChainExecutionType::NATIVE_METHOD); in TEST_F()
228 ASSERT_EQ(entries[i].execution_type, CallChainExecutionType::NATIVE_METHOD); in TEST_F()
257 ASSERT_EQ(entries[i].execution_type, CallChainExecutionType::NATIVE_METHOD); in TEST_F()
Dcmd_report_sample.proto40 NATIVE_METHOD = 0; enumerator
46 optional ExecutionType execution_type = 4 [default = NATIVE_METHOD];
Dcmd_report_sample.cpp71 case CallChainExecutionType::NATIVE_METHOD: in ToProtoExecutionType()