Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp150 recordInfos_->AddLayout(currentType, prototypeHClass, PGOObjKind::PROTOTYPE); in ProfileDefineClass()
153 recordInfos_->AddLayout(currentType, ctorHClass, PGOObjKind::CONSTRUCTOR); in ProfileDefineClass()
191 recordInfos_->AddLayout(currentType, JSTaggedType(newHClass), kind); in ProfileCreateObject()
198 recordInfos_->AddLayout(currentType, JSTaggedType(newHClass), kind); in ProfileCreateObject()
242 recordInfos_->AddLayout(type, JSTaggedType(hclass), kind); in ProfileObjLayout()
255 recordInfos_->AddLayout(type, JSTaggedType(hclass), kind); in ProfileObjLayout()
276 recordInfos_->AddLayout(type, JSTaggedType(hclass), kind); in ProfileObjLayout()
Dpgo_profiler_info.h1040 bool AddLayout(PGOSampleType type, JSTaggedType hclass, PGOObjKind kind);
Dpgo_profiler_info.cpp1033 bool PGORecordDetailInfos::AddLayout(PGOSampleType type, JSTaggedType hclass, PGOObjKind kind) in AddLayout() function in panda::ecmascript::PGORecordDetailInfos