Home
last modified time | relevance | path

Searched refs:GetInlinedPropertiesFromHClass (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h413 GateRef GetInlinedPropertiesFromHClass(GateRef hClass);
Dstub_builder.cpp473 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()
Dstub_builder-inl.h1661 inline GateRef StubBuilder::GetInlinedPropertiesFromHClass(GateRef hClass) in GetInlinedPropertiesFromHClass() function