Searched refs:AddLayout (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 150 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()
|
| D | pgo_profiler_info.h | 1040 bool AddLayout(PGOSampleType type, JSTaggedType hclass, PGOObjKind kind);
|
| D | pgo_profiler_info.cpp | 1033 bool PGORecordDetailInfos::AddLayout(PGOSampleType type, JSTaggedType hclass, PGOObjKind kind) in AddLayout() function in panda::ecmascript::PGORecordDetailInfos
|