Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_stub_builder.cpp268 GateRef layout = GetLayoutFromHClass(hclass); in UpdatePropAttrIC()
Dstub_builder.h381 GateRef GetLayoutFromHClass(GateRef hClass);
Dstub_builder.cpp2448 GateRef layOutInfo = GetLayoutFromHClass(hclass); in GetPropertyByName()
2560 SetLayoutToHClass(VariableType::JS_POINTER(), glue, dstHClass, GetLayoutFromHClass(srcHClass)); in CopyAllHClass()
2640 GateRef layoutInfo = GetLayoutFromHClass(transitionHClass); in FindTransitions()
2946 GateRef layOutInfo = GetLayoutFromHClass(hclass); in SetPropertyByName()
3129 GateRef receiverLayoutInfo = GetLayoutFromHClass(receiverHClass); in SetPropertyByName()
Dstub_builder-inl.h1488 inline GateRef StubBuilder::GetLayoutFromHClass(GateRef hClass) in GetLayoutFromHClass() function