Home
last modified time | relevance | path

Searched refs:GetObjectLayout (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dmetadata_parse.h80 std::shared_ptr<Layout> GetObjectLayout(const std::string &name);
Dmetadata_parse.cpp48 std::shared_ptr<Layout> Meta::GetObjectLayout(const std::string &name) in GetObjectLayout() function in rawheap_translate::Meta
Drawheap_translate.cpp409 auto layout = meta_->GetObjectLayout("Dictionary"); in BuildDictionaryEdges()