Home
last modified time | relevance | path

Searched defs:MethodWrapper (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.h220 struct MethodWrapper { struct
221 explicit MethodWrapper(uint32_t index) : methodId(index) {} in MethodWrapper() argument
224 bool operator==(const MethodWrapper &other) const argument