Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_utils.cpp26 static bool IsArtEntry(const CallChainReportEntry& entry, bool* is_jni_trampoline) { in IsArtEntry() function
146 if (!IsArtEntry(callchain[j], &is_jni_trampoline)) { in MarkArtFrame()
154 } else if (near_java_method && IsArtEntry(entry, &is_jni_trampoline)) { in MarkArtFrame()