Home
last modified time | relevance | path

Searched refs:GetLayoutFromHClass (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp430 GateRef layout = GetLayoutFromHClass(cls); in LayoutInfoAssignAllEnumProperty()
785 GateRef layOutInfo = GetLayoutFromHClass(hclass); in HasOwnProperty()
1091 GateRef layout = GetLayoutFromHClass(hclass); in GetAllEnumKeys()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp453 GateRef layout = GetLayoutFromHClass(hclass); in UpdatePropAttrIC()
Dstub_builder.cpp910 GateRef newLayoutInfo = GetLayoutFromHClass(newHclass); in AddPropertyByName()
2810 GateRef layOutInfo = GetLayoutFromHClass(hclass); in GetPropertyByName()
2919 GetLayoutFromHClass(srcHClass), in CopyAllHClass()
3230 GateRef layoutInfo = GetLayoutFromHClass(hclass); in IsArrayLengthWritable()
3264 GateRef layoutInfo = GetLayoutFromHClass(transitionHClass); in FindTransitions()
3633 GateRef layOutInfo = GetLayoutFromHClass(hclass); in SetPropertyByName()
3821 GateRef receiverLayoutInfo = GetLayoutFromHClass(receiverHClass); in SetPropertyByName()
Dstub_builder.h433 GateRef GetLayoutFromHClass(GateRef hClass);
Dstub_builder-inl.h1788 inline GateRef StubBuilder::GetLayoutFromHClass(GateRef hClass) in GetLayoutFromHClass() function
Dinterpreter_stub.cpp5007 GateRef layOutInfo = GetLayoutFromHClass(hclass); in DECLARE_ASM_HANDLER()