Searched refs:method_action_encoding (Results 1 – 2 of 2) sorted by relevance
140 uintptr_t method_action_encoding = method_trace_entries[i]; in DumpBuffer() local142 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()
1766 uint64_t method_action_encoding = method_id | record.action; in FlushEntriesFormatV2() local1768 int64_t method_diff = method_action_encoding - prev_method_action_encoding; in FlushEntriesFormatV2()1770 prev_method_action_encoding = method_action_encoding; in FlushEntriesFormatV2()