Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.h133 void GetUniqueMethods(size_t bufferLength, PandaSet<Method *> *calledMethodsSet);
Dtrace.cpp248 void Trace::GetUniqueMethods(size_t bufferLength, PandaSet<Method *> *calledMethodsSet) in GetUniqueMethods() function in ark::Trace
288 GetUniqueMethods(bufEnd, &calledMethodsSet); in SaveTracingData()