Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.cc1427 uintptr_t method_and_action = method_trace_entries[entry_index]; in PreProcessTraceForMethodInfos() local
1428 ArtMethod* method = reinterpret_cast<ArtMethod*>(method_and_action & kMaskTraceAction); in PreProcessTraceForMethodInfos()
1667 uintptr_t method_and_action = method_trace_entries[record_index++]; in ReadValuesFromRecord() local
1668 record.method = reinterpret_cast<ArtMethod*>(method_and_action & kMaskTraceAction); in ReadValuesFromRecord()
1670 record.action = DecodeTraceAction(method_and_action); in ReadValuesFromRecord()