Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1613 GateRef inlinedPropsStart = GetInlinedPropsStartFromHClass(hClass); in GetPropertyInlinedProps()
1621 GateRef inlinedPropsStart = GetInlinedPropsStartFromHClass(hclass); in GetInlinedPropOffsetFromHClass()
1682 inline GateRef StubBuilder::GetInlinedPropsStartFromHClass(GateRef hClass) in GetInlinedPropsStartFromHClass() function
Dstub_builder.h412 GateRef GetInlinedPropsStartFromHClass(GateRef hClass);
Dstub_builder.cpp728 GateRef size = Int32Mul(GetInlinedPropsStartFromHClass(hclass), in JSHClassAddProperty()
2572 GateRef size = Int32Mul(GetInlinedPropsStartFromHClass(hclass), in TransitionForRepChange()