Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dtrace_profile.cc140 uintptr_t method_action_encoding = method_trace_entries[i]; in DumpBuffer() local
142 if (method_action_encoding == 0) { in DumpBuffer()
146 int action = method_action_encoding & ~kMaskTraceAction; in DumpBuffer()
149 diff = method_action_encoding - prev_method_action_encoding; in DumpBuffer()
151 ArtMethod* method = reinterpret_cast<ArtMethod*>(method_action_encoding & kMaskTraceAction); in DumpBuffer()
165 prev_method_action_encoding = method_action_encoding; in DumpBuffer()
H A Dtrace.cc1766 uint64_t method_action_encoding = method_id | record.action; 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()