Home
last modified time | relevance | path

Searched refs:GetMethodInfo (Results 1 – 4 of 4) sorted by relevance

/ark/js_runtime/ecmascript/cpu_profiler/
Dprofile_generator.h76 struct StackInfo GetMethodInfo(JSMethod *method);
Dprofile_generator.cpp75 methodNode.codeEntry = GetMethodInfo(methodkey.method); in AddSample()
191 struct StackInfo ProfileGenerator::GetMethodInfo(JSMethod *method) in GetMethodInfo() function in panda::ecmascript::ProfileGenerator
/ark/runtime_core/disassembler/
Ddisassembler.h114 void GetMethodInfo(const panda_file::File::EntityId &method_id, MethodInfo *method_info) const;
Ddisassembler.cpp77 GetMethodInfo(pair.second, &prog_info_.methods_info[pair.first]); in CollectInfo()
966 void Disassembler::GetMethodInfo(const panda_file::File::EntityId &method_id, MethodInfo *method_in… in GetMethodInfo() function in panda::disasm::Disassembler