Home
last modified time | relevance | path

Searched refs:propNums (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h2216 GateRef propNums = GetNumberOfPropsFromHClass(hClass); in IncNumberOfProps() local
2217 SetNumberOfPropsToHClass(glue, hClass, Int32Add(propNums, Int32(1))); in IncNumberOfProps()
H A Dstub_builder.cpp4098 GateRef propNums = GetNumberOfPropsFromHClass(hclass); in CheckHClassForRep() local
4099 GateRef last = Int32Sub(propNums, Int32(1)); in CheckHClassForRep()
4164 GateRef propNums = GetNumberOfPropsFromHClass(transitionHClass); in FindTransitions() local
4165 GateRef last = Int32Sub(propNums, Int32(1)); in FindTransitions()

Completed in 25 milliseconds