Home
last modified time | relevance | path

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

/art/runtime/
Dtrace_profile.cc368 uintptr_t prev_method_action_encoding = 0; in DumpBuffer() local
380 diff = method_action_encoding - prev_method_action_encoding; in DumpBuffer()
396 prev_method_action_encoding = method_action_encoding; in DumpBuffer()
Dtrace.cc1650 uint64_t prev_method_action_encoding = 0; in FlushEntriesFormatV2() local
1671 int64_t method_diff = method_action_encoding - prev_method_action_encoding; in FlushEntriesFormatV2()
1673 prev_method_action_encoding = method_action_encoding; in FlushEntriesFormatV2()