Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc1756 uint64_t method_action_encoding = method_id | record.action; in FlushEntriesFormatV2() local
1761 prev_method_action_encoding = method_action_encoding; in FlushEntriesFormatV2()
1766 method_action_encoding, in FlushEntriesFormatV2()
1772 int64_t method_diff = method_action_encoding - prev_method_action_encoding; in FlushEntriesFormatV2()
1774 prev_method_action_encoding = method_action_encoding; in FlushEntriesFormatV2()