Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/methodtrace/
Dtrace.cpp222 uint32_t method_action_id = (EncodeMethodToId(method) << ENCODE_EVENT_BITS) | flag; in EncodeMethodAndEventToId()
227 uint32_t Trace::EncodeMethodToId(Method *method) in EncodeMethodToId() function in panda::Trace
Dtrace.h84 uint32_t EncodeMethodToId(Method *method);