Searched refs:GetInlinedPropertiesFromHClass (Results 1 – 3 of 3) sorted by relevance
413 GateRef GetInlinedPropertiesFromHClass(GateRef hClass);
473 GetInlinedPropertiesFromHClass(hclass))); in JSObjectGetProperty()527 GateRef offset = Int32Sub(attrIndex, GetInlinedPropertiesFromHClass(hclass)); in JSObjectSetProperty()730 GateRef inlineProps = GetInlinedPropertiesFromHClass(hclass); in JSHClassAddProperty()788 GateRef inlinedProperties = GetInlinedPropertiesFromHClass(hclass); in AddPropertyByName()2579 GateRef inlineProps = GetInlinedPropertiesFromHClass(hclass); in TransitionForRepChange()
1661 inline GateRef StubBuilder::GetInlinedPropertiesFromHClass(GateRef hClass) in GetInlinedPropertiesFromHClass() function