Searched refs:GetInlinedPropertiesFromHClass (Results 1 – 3 of 3) sorted by relevance
535 GetInlinedPropertiesFromHClass(hclass))); in JSObjectGetProperty()589 GateRef offset = Int32Sub(attrIndex, GetInlinedPropertiesFromHClass(hclass)); in JSObjectSetProperty()834 GateRef inlineProps = GetInlinedPropertiesFromHClass(hclass); in JSHClassAddProperty()894 GateRef inlinedProperties = GetInlinedPropertiesFromHClass(hclass); in AddPropertyByName()2367 GateRef inlinedProperties = GetInlinedPropertiesFromHClass(newHClass); in StoreWithTransition()2941 GateRef inlineProps = GetInlinedPropertiesFromHClass(hclass); in TransitionForRepChange()
475 GateRef GetInlinedPropertiesFromHClass(GateRef hClass);
1983 inline GateRef StubBuilder::GetInlinedPropertiesFromHClass(GateRef hClass) in GetInlinedPropertiesFromHClass() function