Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.h87 GateRef hClass = LoadHClass(obj); in IsCallable() local
93 GateRef CircuitBuilder::IsProtoTypeHClass(GateRef hClass) in IsProtoTypeHClass()
153 GateRef CircuitBuilder::IsStableArguments(GateRef hClass) in IsStableArguments()
161 GateRef CircuitBuilder::IsStableArray(GateRef hClass) in IsStableArray()
209 GateRef CircuitBuilder::GetObjectSizeFromHClass(GateRef hClass) in GetObjectSizeFromHClass()
219 GateRef CircuitBuilder::IsDictionaryModeByHClass(GateRef hClass) in IsDictionaryModeByHClass()
229 void CircuitBuilder::StoreHClass(GateRef glue, GateRef object, GateRef hClass) in StoreHClass()
235 void CircuitBuilder::StoreHClassWithoutBarrier(GateRef glue, GateRef object, GateRef hClass) in StoreHClassWithoutBarrier()
246 GateRef CircuitBuilder::GetObjectType(GateRef hClass) in GetObjectType()
264 GateRef CircuitBuilder::GetElementsKindByHClass(GateRef hClass) in GetElementsKindByHClass()
[all …]
Dstub_builder-inl.h1236 inline void StubBuilder::StoreHClass(GateRef glue, GateRef object, GateRef hClass) in StoreHClass()
1241 inline void StubBuilder::StoreHClassWithoutBarrier(GateRef glue, GateRef object, GateRef hClass) in StoreHClassWithoutBarrier()
1246 inline void StubBuilder::StoreBuiltinHClass(GateRef glue, GateRef object, GateRef hClass) in StoreBuiltinHClass()
1256 inline GateRef StubBuilder::GetObjectType(GateRef hClass) in GetObjectType()
1268 inline GateRef StubBuilder::IsDictionaryModeByHClass(GateRef hClass) in IsDictionaryModeByHClass()
1273 inline GateRef StubBuilder::IsDictionaryElement(GateRef hClass) in IsDictionaryElement()
1347 GateRef hClass = LoadHClass(object); in IsConstructor() local
1705 inline GateRef StubBuilder::HclassIsPrototypeHandler(GateRef hClass) in HclassIsPrototypeHandler()
1711 inline GateRef StubBuilder::HclassIsTransitionHandler(GateRef hClass) in HclassIsTransitionHandler()
1717 inline GateRef StubBuilder::HclassIsPropertyBox(GateRef hClass) in HclassIsPropertyBox()
[all …]
Dcircuit_builder.cpp612 GateRef CircuitBuilder::GetPrototypeFromHClass(GateRef hClass) in GetPrototypeFromHClass()
618 GateRef CircuitBuilder::GetEnumCacheFromHClass(GateRef hClass) in GetEnumCacheFromHClass()
624 GateRef CircuitBuilder::GetProtoChangeMarkerFromHClass(GateRef hClass) in GetProtoChangeMarkerFromHClass()
733 GateRef CircuitBuilder::HasDeleteProperty(GateRef hClass) in HasDeleteProperty()
742 GateRef CircuitBuilder::IsOnHeap(GateRef hClass) in IsOnHeap()
1280 GateRef CircuitBuilder::TransProtoWithoutLayout(GateRef glue, GateRef hClass, GateRef proto) in TransProtoWithoutLayout()
1319 GateRef hClass = GetGlobalConstantValue(VariableType::JS_POINTER(), glue, in OrdinaryNewJSObjectCreate() local
1527 GateRef hClass = LoadHClassByConstOffset(array); in IsStableArrayLengthWriteable() local
Dhcr_circuit_builder.cpp562 void CircuitBuilder::SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass, in SetPropertyInlinedProps()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env_constants.cpp102 JSHClass *hClass = *factory->InitSClassClass(); in InitSharedRootsClasses() local
280 void GlobalEnvConstants::InitRootsClassesPartOne(JSHClass *hClass, ObjectFactory *factory) in InitRootsClassesPartOne()
314 void GlobalEnvConstants::InitRootsClassesPartTwo(JSHClass *hClass, ObjectFactory *factory) in InitRootsClassesPartTwo()
350 JSHClass *hClass = JSHClass::Cast(GetHClassClass().GetTaggedObject()); in InitRootsClasses() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_function_stub_builder.cpp93 GateRef hClass = LoadHClass(arrayObj); in PrototypeApply() local
269 GateRef hClass = LoadHClass(arrayObj); in BuildArgumentsListFastElements() local
Dbuiltins_object_stub_builder.cpp1292 GateRef hClass = LoadHClass(obj); in GetPrototypeOf() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_manager.cpp372 static bool MatchesClass(const ObjectHeader *obj, const Class *hClass, bool assignable) in MatchesClass()