Home
last modified time | relevance | path

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

/art/runtime/
Dtrace.h125 static constexpr uintptr_t kMaskTraceAction = ~0b11; variable
Dtrace.cc1428 ArtMethod* method = reinterpret_cast<ArtMethod*>(method_and_action & kMaskTraceAction); in PreProcessTraceForMethodInfos()
1668 record.method = reinterpret_cast<ArtMethod*>(method_and_action & kMaskTraceAction); in ReadValuesFromRecord()