Home
last modified time | relevance | path

Searched defs:hClass (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.cpp77 void GlobalEnvConstants::Init(JSThread *thread, JSHClass *hClass) in Init()
83 void GlobalEnvConstants::InitRootsClass([[maybe_unused]] JSThread *thread, JSHClass *hClass) in InitRootsClass()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h943 inline void StubBuilder::StoreHClass(GateRef glue, GateRef object, GateRef hClass) in StoreHClass()
948 inline GateRef StubBuilder::GetObjectType(GateRef hClass) in GetObjectType()
961 inline GateRef StubBuilder::IsDictionaryModeByHClass(GateRef hClass) in IsDictionaryModeByHClass()
966 inline GateRef StubBuilder::IsDictionaryElement(GateRef hClass) in IsDictionaryElement()
1038 GateRef hClass = LoadHClass(object); in IsConstructor() local
1245 inline GateRef StubBuilder::HclassIsPrototypeHandler(GateRef hClass) in HclassIsPrototypeHandler()
1251 inline GateRef StubBuilder::HclassIsTransitionHandler(GateRef hClass) in HclassIsTransitionHandler()
1257 inline GateRef StubBuilder::HclassIsPropertyBox(GateRef hClass) in HclassIsPropertyBox()
1385 inline GateRef StubBuilder::GetPrototypeFromHClass(GateRef hClass) in GetPrototypeFromHClass()
1391 inline GateRef StubBuilder::GetLayoutFromHClass(GateRef hClass) in GetLayoutFromHClass()
[all …]
Dcircuit_builder-inl.h513 void CircuitBuilder::StoreHClass(GateRef glue, GateRef object, GateRef hClass) in StoreHClass()
530 GateRef CircuitBuilder::GetObjectType(GateRef hClass) in GetObjectType()
537 GateRef CircuitBuilder::IsDictionaryModeByHClass(GateRef hClass) in IsDictionaryModeByHClass()
547 GateRef CircuitBuilder::IsDictionaryElement(GateRef hClass) in IsDictionaryElement()
559 GateRef hClass = LoadHClass(object); in IsClassConstructor() local
570 GateRef hClass = LoadHClass(object); in IsClassPrototype() local
582 GateRef hClass = LoadHClass(object); in IsExtensible() local
623 GateRef hClass = LoadHClass(obj); in IsCallable() local
653 GateRef CircuitBuilder::GetObjectSizeFromHClass(GateRef hClass) in GetObjectSizeFromHClass()
Dcircuit_builder.cpp871 void CircuitBuilder::SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass, in SetPropertyInlinedProps()
Dslowpath_lowering.cpp3108 GateRef hClass = builder_.LoadHClass(result); in LowerDefineFunc() local