Lines Matching defs:hClass
1448 inline void StubBuilder::StoreHClass(GateRef glue, GateRef object, GateRef hClass, MemoryAttribute … in StoreHClass()
1453 inline void StubBuilder::TransitionHClass(GateRef glue, GateRef object, GateRef hClass, MemoryAttri… in TransitionHClass()
1458 inline void StubBuilder::StoreBuiltinHClass(GateRef glue, GateRef object, GateRef hClass) in StoreBuiltinHClass()
1468 inline GateRef StubBuilder::GetObjectType(GateRef hClass) in GetObjectType()
1480 inline GateRef StubBuilder::IsDictionaryModeByHClass(GateRef hClass) in IsDictionaryModeByHClass()
1485 inline GateRef StubBuilder::IsDictionaryElement(GateRef hClass) in IsDictionaryElement()
1490 inline GateRef StubBuilder::IsJSArrayPrototypeModified(GateRef hClass) in IsJSArrayPrototypeModified()
1569 GateRef hClass = LoadHClass(glue, object); in IsConstructor() local
2006 inline GateRef StubBuilder::HclassIsPrototypeHandler(GateRef hClass) in HclassIsPrototypeHandler()
2012 inline GateRef StubBuilder::HclassIsTransitionHandler(GateRef hClass) in HclassIsTransitionHandler()
2018 inline GateRef StubBuilder::HclassIsPropertyBox(GateRef hClass) in HclassIsPropertyBox()
2338 inline GateRef StubBuilder::GetPrototypeFromHClass(GateRef glue, GateRef hClass) in GetPrototypeFromHClass()
2343 inline GateRef StubBuilder::GetEnumCacheFromHClass(GateRef glue, GateRef hClass) in GetEnumCacheFromHClass()
2348 inline GateRef StubBuilder::GetProtoChangeMarkerFromHClass(GateRef glue, GateRef hClass) in GetProtoChangeMarkerFromHClass()
2353 inline GateRef StubBuilder::GetLayoutFromHClass(GateRef glue, GateRef hClass) in GetLayoutFromHClass()
2360 inline GateRef StubBuilder::GetBitFieldFromHClass(GateRef hClass) in GetBitFieldFromHClass()
2398 inline void StubBuilder::SetBitFieldToHClass(GateRef glue, GateRef hClass, GateRef bitfield) in SetBitFieldToHClass()
2415 inline void StubBuilder::SetPrototypeToHClass(VariableType type, GateRef glue, GateRef hClass, Gate… in SetPrototypeToHClass()
2423 GateRef glue, GateRef hClass, GateRef protoChange) in SetProtoChangeDetailsToHClass()
2430 inline GateRef StubBuilder::GetProtoChangeDetails(GateRef glue, GateRef hClass) in GetProtoChangeDetails()
2437 inline void StubBuilder::SetLayoutToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef… in SetLayoutToHClass()
2445 inline void StubBuilder::SetEnumCacheToHClass(VariableType type, GateRef glue, GateRef hClass, Gate… in SetEnumCacheToHClass()
2452 inline void StubBuilder::SetDependentInfosToHClass(VariableType type, GateRef glue, GateRef hClass,… in SetDependentInfosToHClass()
2459 inline void StubBuilder::SetTransitionsToHClass(VariableType type, GateRef glue, GateRef hClass, Ga… in SetTransitionsToHClass()
2466 inline GateRef StubBuilder::GetTransitionsFromHClass(GateRef glue, GateRef hClass) in GetTransitionsFromHClass()
2473 inline void StubBuilder::SetParentToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef… in SetParentToHClass()
2480 inline void StubBuilder::SetIsPrototypeToHClass(GateRef glue, GateRef hClass, GateRef value) in SetIsPrototypeToHClass()
2492 inline void StubBuilder::SetIsAOT(GateRef glue, GateRef hClass, GateRef value) in SetIsAOT()
2504 inline GateRef StubBuilder::IsPrototypeHClass(GateRef hClass) in IsPrototypeHClass()
2512 inline void StubBuilder::SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass, GateRef… in SetPropertyInlinedProps()
2528 inline GateRef StubBuilder::GetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass, in GetPropertyInlinedProps()
2569 inline void StubBuilder::IncNumberOfProps(GateRef glue, GateRef hClass) in IncNumberOfProps()
2575 inline GateRef StubBuilder::GetNumberOfPropsFromHClass(GateRef hClass) in GetNumberOfPropsFromHClass()
2583 inline GateRef StubBuilder::HasDeleteProperty(GateRef hClass) in HasDeleteProperty()
2588 inline GateRef StubBuilder::IsAOTHClass(GateRef hClass) in IsAOTHClass()
2597 inline void StubBuilder::SetNumberOfPropsToHClass(GateRef glue, GateRef hClass, GateRef value) in SetNumberOfPropsToHClass()
2607 inline GateRef StubBuilder::GetInlinedPropertiesFromHClass(GateRef hClass) in GetInlinedPropertiesFromHClass()
2639 inline GateRef StubBuilder::GetElementsKindFromHClass(GateRef hClass) in GetElementsKindFromHClass()
2644 inline GateRef StubBuilder::GetObjectSizeFromHClass(GateRef hClass) in GetObjectSizeFromHClass()
2649 inline GateRef StubBuilder::GetInlinedPropsStartFromHClass(GateRef hClass) in GetInlinedPropsStartFromHClass()
3266 void StubBuilder::SetHClassBit(GateRef glue, GateRef hClass, GateRef value) in SetHClassBit()
4096 inline GateRef StubBuilder::IsStableElements(GateRef hClass) in IsStableElements()
4101 inline GateRef StubBuilder::HasConstructorByHClass(GateRef hClass) in HasConstructorByHClass()
4112 inline GateRef StubBuilder::IsStableArguments(GateRef hClass) in IsStableArguments()
4117 inline GateRef StubBuilder::IsStableArray(GateRef hClass) in IsStableArray()