Searched refs:GetLayoutFromHClass (Results 1 – 4 of 4) sorted by relevance
268 GateRef layout = GetLayoutFromHClass(hclass); in UpdatePropAttrIC()
381 GateRef GetLayoutFromHClass(GateRef hClass);
2448 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()
1488 inline GateRef StubBuilder::GetLayoutFromHClass(GateRef hClass) in GetLayoutFromHClass() function