Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dtrace_profile.cc137 uintptr_t prev_method_action_encoding = 0; in DumpBuffer() local
149 diff = method_action_encoding - prev_method_action_encoding; in DumpBuffer()
165 prev_method_action_encoding = method_action_encoding; in DumpBuffer()
H A Dtrace.cc1752 uint64_t prev_method_action_encoding = 0; in FlushEntriesFormatV2() local
1768 int64_t method_diff = method_action_encoding - prev_method_action_encoding; in FlushEntriesFormatV2()
1770 prev_method_action_encoding = method_action_encoding; in FlushEntriesFormatV2()