• Home
  • Raw
  • Download

Lines Matching defs:hClass

943 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()
1397 inline GateRef StubBuilder::GetBitFieldFromHClass(GateRef hClass) in GetBitFieldFromHClass()
1409 inline void StubBuilder::SetBitFieldToHClass(GateRef glue, GateRef hClass, GateRef bitfield) in SetBitFieldToHClass()
1415 inline void StubBuilder::SetPrototypeToHClass(VariableType type, GateRef glue, GateRef hClass, Gate… in SetPrototypeToHClass()
1421 …lder::SetProtoChangeDetailsToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef proto… in SetProtoChangeDetailsToHClass()
1427 inline void StubBuilder::SetLayoutToHClass(VariableType type, GateRef glue, GateRef hClass, GateRef… in SetLayoutToHClass()
1433 inline void StubBuilder::SetEnumCacheToHClass(VariableType type, GateRef glue, GateRef hClass, Gate… in SetEnumCacheToHClass()
1439 inline void StubBuilder::SetTransitionsToHClass(VariableType type, GateRef glue, GateRef hClass, Ga… in SetTransitionsToHClass()
1445 inline void StubBuilder::SetIsProtoTypeToHClass(GateRef glue, GateRef hClass, GateRef value) in SetIsProtoTypeToHClass()
1457 inline GateRef StubBuilder::IsProtoTypeHClass(GateRef hClass) in IsProtoTypeHClass()
1465 inline void StubBuilder::SetPropertyInlinedProps(GateRef glue, GateRef obj, GateRef hClass, in SetPropertyInlinedProps()
1482 inline GateRef StubBuilder::GetPropertyInlinedProps(GateRef obj, GateRef hClass, in GetPropertyInlinedProps()
1491 inline void StubBuilder::IncNumberOfProps(GateRef glue, GateRef hClass) in IncNumberOfProps()
1497 inline GateRef StubBuilder::GetNumberOfPropsFromHClass(GateRef hClass) in GetNumberOfPropsFromHClass()
1505 inline GateRef StubBuilder::IsTSHClass(GateRef hClass) in IsTSHClass()
1514 inline void StubBuilder::SetNumberOfPropsToHClass(GateRef glue, GateRef hClass, GateRef value) in SetNumberOfPropsToHClass()
1524 inline GateRef StubBuilder::GetInlinedPropertiesFromHClass(GateRef hClass) in GetInlinedPropertiesFromHClass()
1536 inline GateRef StubBuilder::GetObjectSizeFromHClass(GateRef hClass) in GetObjectSizeFromHClass()
1541 inline GateRef StubBuilder::GetInlinedPropsStartFromHClass(GateRef hClass) in GetInlinedPropsStartFromHClass()
1840 inline void StubBuilder::SetHasConstructorToHClass(GateRef glue, GateRef hClass, GateRef value) in SetHasConstructorToHClass()