Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h404 GateRef GetInlinedPropOffsetFromHClass(GateRef hclass, GateRef attrOffset);
Dstub_builder-inl.h1619 inline GateRef StubBuilder::GetInlinedPropOffsetFromHClass(GateRef hclass, GateRef index) in GetInlinedPropOffsetFromHClass() function
Dstub_builder.cpp518 GateRef offset = GetInlinedPropOffsetFromHClass(hclass, attrIndex); in JSObjectSetProperty()