Home
last modified time | relevance | path

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

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