Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_sampling.h68 CallFrameInfo GetMethodInfo(const MethodKey &methodKey);
Dheap_sampling.cpp180 struct CallFrameInfo HeapSampling::GetMethodInfo(const MethodKey &methodKey) in GetMethodInfo() function in panda::ecmascript::HeapSampling
198 tempNode->callFrameInfo_ = GetMethodInfo(methodKey); in FindOrAddNode()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsamples_record.h185 struct FrameInfo GetMethodInfo(struct MethodKey &methodKey);
Dsamples_record.cpp98 methodNode.codeEntry = GetMethodInfo(nodeKey.methodKey); in AddSample()
383 struct FrameInfo SamplesRecord::GetMethodInfo(struct MethodKey &methodKey) in GetMethodInfo() function in panda::ecmascript::SamplesRecord
/arkcompiler/runtime_core/disassembler/
Ddisassembler.h115 void GetMethodInfo(const panda_file::File::EntityId &method_id, MethodInfo *method_info) const;
Ddisassembler.cpp64 GetMethodInfo(pair.second, &prog_info_.methods_info[pair.first]); in CollectInfo()
992 void Disassembler::GetMethodInfo(const panda_file::File::EntityId &method_id, MethodInfo *method_in… in GetMethodInfo() function in panda::disasm::Disassembler
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h913 if ((iter != methodInfoMap_.end()) && (iter->second.GetMethodInfo(checksum) != nullptr)) { in GetTypeInfo()
914 … return iter->second.GetMethodInfo(checksum)->GetPGOMethodTypeSet().GetTypeInfo(callback); in GetTypeInfo()
983 PGODecodeMethodInfo *GetMethodInfo(uint32_t checksum) in GetMethodInfo() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass.h129 MethodInfo* GetMethodInfo() const in GetMethodInfo() function