Home
last modified time | relevance | path

Searched refs:SetIsPrototype (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_hclass_generator.cpp122 rootHClass->SetIsPrototype(true); in CreateRootPHClass()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hclass_generator.cpp223 hclass->SetIsPrototype(true); in CreatePHClass()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp151 SetIsPrototype(false); in Initialize()
428 newProtoClass->SetIsPrototype(true); in OptimizePrototypeForIC()
432 hclass->SetIsPrototype(true); in OptimizePrototypeForIC()
Djs_hclass.h505 inline void SetIsPrototype(bool flag) const in SetIsPrototype() function
519 SetIsPrototype(flag); in SetClassPrototype()
Dobject_factory.cpp1681 defaultHclass->SetIsPrototype(true); in CreateDefaultClassPrototypeHClass()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp369 objClass->SetIsPrototype(true); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp214 hclass->SetIsPrototype(true); in CreatePrototypeHClass()
357 hclass->SetIsPrototype(true); in CreateSendableHClass()