Lines Matching defs:top
1430 auto top = Load(VariableType::JS_POINTER(), topAddress, IntPtr(0));
1432 auto newTop = PtrAdd(top, size_);
1438 top = ZExtInt32ToInt64(top);
1440 result->WriteVariable(top);
1480 auto top = Load(VariableType::JS_POINTER(), topAddress, IntPtr(0));
1482 auto newTop = PtrAdd(top, size_);
1488 top = ZExtInt32ToInt64(top);
1490 result->WriteVariable(top);