Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp19 void PGOHClassLayoutDesc::UpdateElementKind(const ElementsKind kind) in UpdateElementKind() function in panda::ecmascript::PGOHClassLayoutDesc
Dpgo_profiler_layout.h185 void UpdateElementKind(const ElementsKind kind);
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp797 desc.UpdateElementKind(hclass->GetElementsKind()); in DumpForProfile()