Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Drawheap_translate.h139 void BuildJSObjectInlEdges(const std::shared_ptr<Node> &from, char *hclass, uint32_t offset);
Drawheap_translate.cpp339 BuildJSObjectInlEdges(from, hclass, baseOffset); in BuildEdges()
436 void RawHeapTranslate::BuildJSObjectInlEdges(const std::shared_ptr<Node> &from, char *hclass, uint3… in BuildJSObjectInlEdges() function in rawheap_translate::RawHeapTranslate