getVM 473 extensions/fileio/fileio.cpp int c = (int) toNumber(fn.arg(0), getVM(fn));
getVM 521 extensions/fileio/fileio.cpp long c = static_cast<long>(toNumber(fn.arg(0), getVM(fn)));
getVM 541 extensions/fileio/fileio.cpp bool b = toBool(fn.arg(0), getVM(fn));
getVM 586 extensions/fileio/fileio.cpp VM& vm = getVM(fn);
getVM 103 extensions/gtk2/gtkext.cpp as_environment env(getVM(*as_func));
getVM 322 extensions/mysql/mysql_db.cpp as_object* arr = toObject(fn.arg(1), getVM(fn));
getVM 1114 gui/gui.cpp VM& vm = _stage->getVM();
getVM 107 gui/pythonmod/gnash-view.cpp gnash::VM& vm = view->stage->getVM();
getVM 187 libcore/AMFConverter.cpp VM& vm = getVM(*obj);
getVM 397 libcore/AMFConverter.cpp VM& vm = getVM(_global);
getVM 462 libcore/AMFConverter.cpp VM& vm = getVM(_global);
getVM 514 libcore/AMFConverter.cpp VM& vm = getVM(_global);
getVM 583 libcore/AMFConverter.cpp VM& vm = getVM(_global);
getVM 271 libcore/Button.cpp VM& vm = getVM(o);
getVM 318 libcore/Button.cpp VM& vm = getVM(*obj);
getVM 339 libcore/Button.cpp return toBool(enabled, getVM(*obj));
getVM 944 libcore/Button.cpp VM& vm = getVM(global);
getVM 122 libcore/ClassHierarchy.cpp if (!toObject(us, getVM(fn))) {
getVM 140 libcore/DisplayObject.cpp VM& vm = getVM(*_object);
getVM 166 libcore/DisplayObject.cpp string_table& st = stage().getVM().getStringTable();
getVM 290 libcore/DisplayObject.cpp double mode = toNumber(bm, getVM(fn));
getVM 368 libcore/DisplayObject.cpp const double newheight = pixelsToTwips(toNumber(val, getVM(*getObject(&o))));
getVM 658 libcore/DisplayObject.cpp string_table& st = stage().getVM().getStringTable();
getVM 752 libcore/DisplayObject.cpp return toBool(val, getVM(*obj));
getVM 1094 libcore/DisplayObject.cpp const double q = toNumber(val, getVM(*getObject(&o)));
getVM 1120 libcore/DisplayObject.cpp const double newy = toNumber(val, getVM(*getObject(&o)));
getVM 1151 libcore/DisplayObject.cpp const double newx = toNumber(val, getVM(*getObject(&o)));
getVM 1182 libcore/DisplayObject.cpp const double scale_percent = toNumber(val, getVM(*getObject(&o)));
getVM 1209 libcore/DisplayObject.cpp const double scale_percent = toNumber(val, getVM(*getObject(&o)));
getVM 1246 libcore/DisplayObject.cpp const double d = toNumber(val, getVM(*getObject(&o)));
getVM 1276 libcore/DisplayObject.cpp const double newAlpha = toNumber(val, getVM(*getObject(&o))) * 2.56;
getVM 1343 libcore/DisplayObject.cpp const double rotation_val = toNumber(val, getVM(*getObject(&o)));
getVM 1383 libcore/DisplayObject.cpp o.set_name(getURI(getVM(*getObject(&o)), val.to_string()));
getVM 1410 libcore/DisplayObject.cpp const double newwidth = pixelsToTwips(toNumber(val, getVM(*getObject(&o))));
getVM 83 libcore/ExternalInterface.cpp VM& vm = getVM(*obj);
getVM 72 libcore/Function.cpp VM& vm = getVM(fn);
getVM 77 libcore/Function.cpp FrameGuard guard(getVM(fn), *this);
getVM 49 libcore/Function2.cpp VM& vm = getVM(fn);
getVM 54 libcore/Function2.cpp FrameGuard guard(getVM(fn), *this);
getVM 552 libcore/MovieClip.cpp const double num = toNumber(str, getVM(*getObject(this)));
getVM 650 libcore/MovieClip.cpp const ObjectURI& nn = getURI(getVM(*getObject(this)), newname);
getVM 792 libcore/MovieClip.cpp return toObject(tmp, getVM(*getObject(this)));
getVM 1188 libcore/MovieClip.cpp VM& vm = getVM(*getObject(this));
getVM 1275 libcore/MovieClip.cpp VM& vm = getVM(*getObject(this));
getVM 1334 libcore/MovieClip.cpp if (toBool(focusEnabled, getVM(*obj))) return true;
getVM 1472 libcore/MovieClip.cpp VM& vm = getVM(*obj);
getVM 1611 libcore/MovieClip.cpp mc->init_member("$version", getVM(*mc).getPlayerVersion(), 0);
getVM 1866 libcore/MovieClip.cpp VM& vm = getVM(*getObject(this));
getVM 1927 libcore/MovieClip.cpp return toBool(enabled, getVM(*obj));
getVM 257 libcore/MovieLoader.cpp Movie* extern_movie = md->createMovie(*_movieRoot.getVM().getGlobal());
getVM 274 libcore/MovieLoader.cpp const int version = _movieRoot.getVM().getSWFVersion();
getVM 108 libcore/Property.cpp as_environment env(getVM(this_ptr));
getVM 158 libcore/Property.cpp as_environment env(getVM(this_ptr));
getVM 97 libcore/PropertyList.cpp const_iterator found = iterator_find(_props, uri, getVM(_owner));
getVM 120 libcore/PropertyList.cpp iterator found = iterator_find(_props, uri, getVM(_owner));
getVM 148 libcore/PropertyList.cpp iterator found = iterator_find(_props, uri, getVM(_owner));
getVM 157 libcore/PropertyList.cpp iterator found = iterator_find(_props, uri, getVM(_owner));
getVM 205 libcore/PropertyList.cpp iterator found = iterator_find(_props, uri, getVM(_owner));
getVM 239 libcore/PropertyList.cpp const_iterator found = iterator_find(_props, uri, getVM(_owner));
getVM 270 libcore/PropertyList.cpp const_iterator found = iterator_find(_props, uri, getVM(_owner));
getVM 297 libcore/PropertyList.cpp iterator found = iterator_find(_props, uri, getVM(_owner));
getVM 1947 libcore/TextField.cpp ret.second = getURI(getVM(*object()), parsedName);
getVM 78 libcore/Timers.cpp _start = getVM(*_object).getTime();
getVM 109 libcore/Timers.cpp VM& vm = getVM(*_object);
getVM 262 libcore/Video.cpp VM& vm = getVM(global);
getVM 300 libcore/Video.cpp VM& vm = getVM(o);
getVM 335 libcore/Video.cpp as_object* obj = toObject(fn.arg(0), getVM(fn));
getVM 367 libcore/Video.cpp const bool smooth = toBool(fn.arg(0), getVM(fn));
getVM 126 libcore/abc/Class.cpp getVM(*_prototype).getMachine());
getVM 124 libcore/as_environment.cpp VM& vm = ctx.getVM();
getVM 304 libcore/as_environment.cpp target->get_member(getURI(env.getVM(), var), &val);
getVM 343 libcore/as_environment.cpp target->set_member(getURI(env.getVM(), var), val);
getVM 364 libcore/as_environment.cpp VM& vm = ctx.getVM();
getVM 451 libcore/as_environment.cpp VM& vm = env.getVM();
getVM 496 libcore/as_environment.cpp VM& vm = env.getVM();
getVM 546 libcore/as_environment.cpp ObjectURI::CaseEquals eq(getVM(env).getStringTable());
getVM 576 libcore/as_environment.cpp return locals.get_member(getURI(getVM(locals), name), &ret);
getVM 595 libcore/as_environment.cpp return locals.delProperty(getURI(getVM(locals), varname)).second;
getVM 601 libcore/as_environment.cpp Property* prop = locals.getOwnProperty(getURI(getVM(locals), varname));
getVM 641 libcore/as_environment.cpp return env.getVM().getStringTable();
getVM 647 libcore/as_environment.cpp return env.getVM().getRoot();
getVM 653 libcore/as_environment.cpp return *env.getVM().getGlobal();
getVM 659 libcore/as_environment.cpp return env.getVM().getSWFVersion();
getVM 59 libcore/as_environment.h VM& getVM() const { return _vm; }
getVM 222 libcore/as_environment.h getVM(const as_environment& env)
getVM 224 libcore/as_environment.h return env.getVM();
getVM 108 libcore/as_function.cpp as_object* fakeobj = toObject(ret, getVM(env));
getVM 419 libcore/as_object.cpp *val = invoke(res->getValue(*this), as_environment(getVM(*this)),
getVM 783 libcore/as_object.cpp as_object* ctorProto = toObject(protoVal, getVM(*this));
getVM 944 libcore/as_object.cpp return toObject(proto, getVM(*this));
getVM 1052 libcore/as_object.cpp const as_environment env(getVM(this_obj));
getVM 1096 libcore/as_object.cpp return toObject(tmp, getVM(o));
getVM 1113 libcore/as_object.cpp as_object* ctor = toObject(getMember(gl, c), getVM(gl));
getVM 1115 libcore/as_object.cpp toObject(getMember(*ctor, NSV::PROP_PROTOTYPE), getVM(gl)) : 0;
getVM 907 libcore/as_object.h VM& getVM(const as_object& o);
getVM 305 libcore/as_value.cpp as_environment env(getVM(*obj));
getVM 47 libcore/asobj/ASConversions.cpp VM& vm = getVM(m);
getVM 64 libcore/asobj/Accessibility_as.cpp VM& vm = getVM(global);
getVM 78 libcore/asobj/Accessibility_as.cpp VM& vm = getVM(o);
getVM 211 libcore/asobj/Array_as.cpp VM& vm = getVM(o);
getVM 241 libcore/asobj/Array_as.cpp VM& vm = getVM(o);
getVM 332 libcore/asobj/Array_as.cpp const double aval = toNumber(a, getVM(_fn));
getVM 333 libcore/asobj/Array_as.cpp const double bval = toNumber(b, getVM(_fn));
getVM 345 libcore/asobj/Array_as.cpp const double aval = toNumber(a, getVM(_fn));
getVM 346 libcore/asobj/Array_as.cpp const double bval = toNumber(b, getVM(_fn));
getVM 356 libcore/asobj/Array_as.cpp double aval = toNumber(a, getVM(_fn));
getVM 357 libcore/asobj/Array_as.cpp double bval = toNumber(b, getVM(_fn));
getVM 603 libcore/asobj/Array_as.cpp return (*_zeroCmp)(toInt(ret, getVM(_env)));
getVM 624 libcore/asobj/Array_as.cpp as_object* ao = toObject(a, getVM(_obj));
getVM 625 libcore/asobj/Array_as.cpp as_object* bo = toObject(b, getVM(_obj));
getVM 670 libcore/asobj/Array_as.cpp as_object* ao = toObject(a, getVM(_obj));
getVM 671 libcore/asobj/Array_as.cpp as_object* bo = toObject(b, getVM(_obj));
getVM 711 libcore/asobj/Array_as.cpp as_object* ao = toObject(a, getVM(_obj));
getVM 712 libcore/asobj/Array_as.cpp as_object* bo = toObject(b, getVM(_obj));
getVM 779 libcore/asobj/Array_as.cpp static_cast<boost::uint8_t>(toNumber(val, getVM(_fn)));
getVM 786 libcore/asobj/Array_as.cpp static_cast<boost::uint8_t>(toNumber(val, getVM(_fn)));
getVM 821 libcore/asobj/Array_as.cpp if (eq(uri, getURI(getVM(array), NSV::PROP_LENGTH))) {
getVM 822 libcore/asobj/Array_as.cpp resizeArray(array, toInt(val, getVM(array)));
getVM 843 libcore/asobj/Array_as.cpp const int size = toInt(length, getVM(array));
getVM 851 libcore/asobj/Array_as.cpp VM& vm = getVM(global);
getVM 875 libcore/asobj/Array_as.cpp VM& vm = getVM(where);
getVM 912 libcore/asobj/Array_as.cpp VM& vm = getVM(proto);
getVM 947 libcore/asobj/Array_as.cpp int start = toInt(fn.arg(0), getVM(fn));
getVM 955 libcore/asobj/Array_as.cpp int remval = toInt(fn.arg(1), getVM(fn));
getVM 980 libcore/asobj/Array_as.cpp ObjectURI propPush = getURI(getVM(fn), NSV::PROP_PUSH);
getVM 1001 libcore/asobj/Array_as.cpp ObjectURI propLen = getURI(getVM(fn), NSV::PROP_LENGTH);
getVM 1022 libcore/asobj/Array_as.cpp flags = static_cast<boost::uint8_t>(toNumber(fn.arg(0), getVM(fn)));
getVM 1033 libcore/asobj/Array_as.cpp flags=static_cast<boost::uint8_t>(toNumber(fn.arg(1), getVM(fn)));
getVM 1084 libcore/asobj/Array_as.cpp VM& vm = getVM(fn);
getVM 1095 libcore/asobj/Array_as.cpp flags = static_cast<boost::uint8_t>(toNumber(fn.arg(1), getVM(fn)));
getVM 1121 libcore/asobj/Array_as.cpp as_object* props = toObject(fn.arg(0), getVM(fn));
getVM 1143 libcore/asobj/Array_as.cpp as_object* farray = toObject(fn.arg(1), getVM(fn));
getVM 1175 libcore/asobj/Array_as.cpp static_cast<boost::uint8_t>(toInt(fn.arg(1), getVM(fn)));
getVM 1357 libcore/asobj/Array_as.cpp ObjectURI propPush = getURI(getVM(fn), NSV::PROP_PUSH);
getVM 1364 libcore/asobj/Array_as.cpp as_object* other = toObject(arg, getVM(fn));
getVM 1396 libcore/asobj/Array_as.cpp int startindex = fn.nargs ? toInt(fn.arg(0), getVM(fn)) : 0;
getVM 1399 libcore/asobj/Array_as.cpp int endindex = fn.nargs > 1 ? toInt(fn.arg(1), getVM(fn)) :
getVM 1428 libcore/asobj/Array_as.cpp const int newSize = std::max(toInt(fn.arg(0), getVM(fn)), 0);
getVM 1452 libcore/asobj/Array_as.cpp VM& vm = getVM(*array);
getVM 1467 libcore/asobj/Array_as.cpp VM& vm = getVM(fn);
getVM 1489 libcore/asobj/Array_as.cpp VM& vm = getVM(array);
getVM 1520 libcore/asobj/Array_as.cpp VM& vm = getVM(o);
getVM 83 libcore/asobj/Array_as.h VM& vm = getVM(array);
getVM 103 libcore/asobj/AsBroadcaster.cpp as_object* o = toObject(v, getVM(_fn));
getVM 108 libcore/asobj/AsBroadcaster.cpp getVM(_fn), 1);
getVM 152 libcore/asobj/AsBroadcaster.cpp getMember(gl, NSV::CLASS_AS_BROADCASTER), getVM(o));
getVM 201 libcore/asobj/AsBroadcaster.cpp VM& vm = getVM(o);
getVM 211 libcore/asobj/AsBroadcaster.cpp VM& vm = getVM(global);
getVM 250 libcore/asobj/AsBroadcaster.cpp as_object* tgt = toObject(tgtval, getVM(fn));
getVM 302 libcore/asobj/AsBroadcaster.cpp as_object* listeners = toObject(listenersValue, getVM(fn));
getVM 346 libcore/asobj/AsBroadcaster.cpp as_object* listeners = toObject(listenersValue, getVM(fn));
getVM 359 libcore/asobj/AsBroadcaster.cpp getVM(fn));
getVM 362 libcore/asobj/AsBroadcaster.cpp VM& vm = getVM(fn);
getVM 369 libcore/asobj/AsBroadcaster.cpp if (equals(el, listenerToRemove, getVM(fn))) {
getVM 412 libcore/asobj/AsBroadcaster.cpp as_object* listeners = toObject(listenersValue, getVM(fn));
getVM 63 libcore/asobj/Boolean_as.cpp VM& vm = getVM(where);
getVM 81 libcore/asobj/Boolean_as.cpp VM& vm = getVM(global);
getVM 93 libcore/asobj/Boolean_as.cpp VM& vm = getVM(o);
getVM 120 libcore/asobj/Boolean_as.cpp return as_value(toBool(fn.arg(0), getVM(fn)));
getVM 123 libcore/asobj/Boolean_as.cpp const bool val = fn.nargs ? toBool(fn.arg(0), getVM(fn)) : false;
getVM 80 libcore/asobj/Camera_as.cpp VM& vm = getVM(global);
getVM 101 libcore/asobj/Camera_as.cpp VM& vm = getVM(o);
getVM 113 libcore/asobj/Camera_as.cpp VM& vm = getVM(o);
getVM 250 libcore/asobj/Camera_as.cpp getMember(*ptr, NSV::PROP_PROTOTYPE), getVM(fn));
getVM 298 libcore/asobj/Camera_as.cpp const double width = nargs ? toNumber(fn.arg(0), getVM(fn)) : 160;
getVM 299 libcore/asobj/Camera_as.cpp const double height = nargs > 1 ? toNumber(fn.arg(1), getVM(fn)) : 120;
getVM 300 libcore/asobj/Camera_as.cpp const double fps = nargs > 2? toNumber(fn.arg(2), getVM(fn)) : 15;
getVM 301 libcore/asobj/Camera_as.cpp const bool favorArea = nargs > 3 ? toBool(fn.arg(3), getVM(fn)) : true;
getVM 320 libcore/asobj/Camera_as.cpp const double ml = nargs > 0 ? toNumber(fn.arg(0), getVM(fn)) : 50;
getVM 321 libcore/asobj/Camera_as.cpp const double mt = nargs > 1 ? toNumber(fn.arg(1), getVM(fn)) : 2000;
getVM 339 libcore/asobj/Camera_as.cpp const double b = nargs > 0 ? toNumber(fn.arg(0), getVM(fn)) : 16384;
getVM 340 libcore/asobj/Camera_as.cpp const double q = nargs > 1 ? toNumber(fn.arg(1), getVM(fn)) : 0;
getVM 588 libcore/asobj/Camera_as.cpp ptr->setLoopback(toBool(fn.arg(0), getVM(fn)));
getVM 55 libcore/asobj/Color_as.cpp VM& vm = getVM(o);
getVM 71 libcore/asobj/Color_as.cpp getMember(*cl, NSV::PROP_PROTOTYPE), getVM(where));
getVM 87 libcore/asobj/Color_as.cpp VM& vm = getVM(o);
getVM 162 libcore/asobj/Color_as.cpp boost::int32_t color = toInt(fn.arg(0), getVM(fn));
getVM 192 libcore/asobj/Color_as.cpp as_object* trans = toObject(fn.arg(0), getVM(fn));
getVM 206 libcore/asobj/Color_as.cpp VM& vm = getVM(*obj);
getVM 260 libcore/asobj/Color_as.cpp const double d = toNumber(tmp, getVM(obj));
getVM 65 libcore/asobj/ContextMenuItem_as.cpp VM& vm = getVM(fn);
getVM 88 libcore/asobj/ContextMenuItem_as.cpp VM& vm = getVM(fn);
getVM 65 libcore/asobj/ContextMenu_as.cpp as_object* obj = toObject(val, getVM(_target));
getVM 79 libcore/asobj/ContextMenu_as.cpp VM& vm = getVM(o);
getVM 108 libcore/asobj/ContextMenu_as.cpp VM& vm = getVM(fn);
getVM 135 libcore/asobj/ContextMenu_as.cpp VM& vm = getVM(fn);
getVM 161 libcore/asobj/ContextMenu_as.cpp (customs = toObject(customItems, getVM(fn)))) {
getVM 162 libcore/asobj/ContextMenu_as.cpp const ObjectURI& copykey = getURI(getVM(fn), "copy");
getVM 185 libcore/asobj/ContextMenu_as.cpp VM& vm = getVM(fn);
getVM 229 libcore/asobj/Date_as.cpp VM& vm = getVM(global);
getVM 338 libcore/asobj/Date_as.cpp VM& vm = getVM(o);
getVM 385 libcore/asobj/Date_as.cpp VM& vm = getVM(o);
getVM 436 libcore/asobj/Date_as.cpp obj->setRelay(new Date_as(toNumber(fn.arg(0), getVM(fn))));
getVM 447 libcore/asobj/Date_as.cpp gt.month = toInt(fn.arg(1), getVM(fn));
getVM 449 libcore/asobj/Date_as.cpp int year = toInt(fn.arg(0), getVM(fn));
getVM 468 libcore/asobj/Date_as.cpp gt.millisecond = toInt(fn.arg(6), getVM(fn));
getVM 470 libcore/asobj/Date_as.cpp gt.second = toInt(fn.arg(5), getVM(fn));
getVM 472 libcore/asobj/Date_as.cpp gt.minute = toInt(fn.arg(4), getVM(fn));
getVM 474 libcore/asobj/Date_as.cpp gt.hour = toInt(fn.arg(3), getVM(fn));
getVM 476 libcore/asobj/Date_as.cpp gt.monthday = toInt(fn.arg(2), getVM(fn));
getVM 730 libcore/asobj/Date_as.cpp double d = toNumber(fn.arg(0), getVM(fn));
getVM 844 libcore/asobj/Date_as.cpp gt.year = toInt(fn.arg(0), getVM(fn)) - 1900;
getVM 845 libcore/asobj/Date_as.cpp if (fn.nargs >= 2) gt.month = toInt(fn.arg(1), getVM(fn));
getVM 846 libcore/asobj/Date_as.cpp if (fn.nargs >= 3) gt.monthday = toInt(fn.arg(2), getVM(fn));
getVM 888 libcore/asobj/Date_as.cpp double year = toNumber(fn.arg(0), getVM(fn));
getVM 893 libcore/asobj/Date_as.cpp if (fn.nargs >= 2) gt.month = toInt(fn.arg(1), getVM(fn));
getVM 894 libcore/asobj/Date_as.cpp if (fn.nargs >= 3) gt.monthday = toInt(fn.arg(2), getVM(fn));
getVM 944 libcore/asobj/Date_as.cpp double monthvalue = toNumber(fn.arg(0), getVM(fn));
getVM 950 libcore/asobj/Date_as.cpp double mdayvalue = toNumber(fn.arg(1), getVM(fn));
getVM 992 libcore/asobj/Date_as.cpp gt.monthday = toInt(fn.arg(0), getVM(fn));
getVM 1037 libcore/asobj/Date_as.cpp gt.hour = toInt(fn.arg(0), getVM(fn));
getVM 1038 libcore/asobj/Date_as.cpp if (fn.nargs >= 2) gt.minute = toInt(fn.arg(1), getVM(fn));
getVM 1039 libcore/asobj/Date_as.cpp if (fn.nargs >= 3) gt.second = toInt(fn.arg(2), getVM(fn));
getVM 1040 libcore/asobj/Date_as.cpp if (fn.nargs >= 4) gt.millisecond = toInt(fn.arg(3), getVM(fn));
getVM 1082 libcore/asobj/Date_as.cpp gt.minute = toInt(fn.arg(0), getVM(fn));
getVM 1083 libcore/asobj/Date_as.cpp if (fn.nargs >= 2) gt.second = toInt(fn.arg(1), getVM(fn));
getVM 1084 libcore/asobj/Date_as.cpp if (fn.nargs >= 3) gt.millisecond = toInt(fn.arg(2), getVM(fn));
getVM 1126 libcore/asobj/Date_as.cpp gt.second = toInt(fn.arg(0), getVM(fn));
getVM 1127 libcore/asobj/Date_as.cpp if (fn.nargs >= 2) gt.millisecond = toInt(fn.arg(1), getVM(fn));
getVM 1161 libcore/asobj/Date_as.cpp truncateDouble(gt.millisecond, toNumber(fn.arg(0), getVM(fn)));
getVM 1255 libcore/asobj/Date_as.cpp gt.millisecond = toInt(fn.arg(6), getVM(fn));
getVM 1257 libcore/asobj/Date_as.cpp gt.second = toInt(fn.arg(5), getVM(fn));
getVM 1259 libcore/asobj/Date_as.cpp gt.minute = toInt(fn.arg(4), getVM(fn));
getVM 1261 libcore/asobj/Date_as.cpp gt.hour = toInt(fn.arg(3), getVM(fn));
getVM 1263 libcore/asobj/Date_as.cpp gt.monthday = toInt(fn.arg(2), getVM(fn));
getVM 1265 libcore/asobj/Date_as.cpp gt.month = toInt(fn.arg(1), getVM(fn));
getVM 1268 libcore/asobj/Date_as.cpp truncateDouble(year, toNumber(fn.arg(0), getVM(fn)));
getVM 1297 libcore/asobj/Date_as.cpp double arg = toNumber(fn.arg(i), getVM(fn));
getVM 72 libcore/asobj/Error_as.cpp VM& vm = getVM(*ptr);
getVM 86 libcore/asobj/Error_as.cpp VM& vm = getVM(fn);
getVM 61 libcore/asobj/Function_as.cpp VM& vm = getVM(global);
getVM 83 libcore/asobj/Function_as.cpp VM& vm = getVM(where);
getVM 118 libcore/asobj/Function_as.cpp as_object* obj = toObject(fn.arg(0), getVM(fn));
getVM 141 libcore/asobj/Function_as.cpp as_object* arg1 = toObject(fn.arg(1), getVM(fn));
getVM 168 libcore/asobj/Function_as.cpp else tp = toObject(fn.arg(0), getVM(fn));
getVM 211 libcore/asobj/Global_as.cpp as_object* obj = toObject(ctor, gnash::getVM(*this));
getVM 253 libcore/asobj/Global_as.cpp VM& vm = getVM();
getVM 412 libcore/asobj/Global_as.cpp toNumber(fn.arg(0), getVM(fn)))));
getVM 422 libcore/asobj/Global_as.cpp toNumber(fn.arg(0), getVM(fn)))));
getVM 516 libcore/asobj/Global_as.cpp base = toInt(fn.arg(1), getVM(fn));
getVM 609 libcore/asobj/Global_as.cpp as_object* obj = toObject(fn.arg(0), getVM(fn));
getVM 636 libcore/asobj/Global_as.cpp const int setTrue = int(toNumber(fn.arg(2), getVM(fn))) & flagsMask;
getVM 644 libcore/asobj/Global_as.cpp const int setFalse = (fn.nargs < 4 ? 0 : toInt(fn.arg(3), getVM(fn))) &
getVM 666 libcore/asobj/Global_as.cpp const int sx = toInt(fn.arg(0), getVM(fn));
getVM 667 libcore/asobj/Global_as.cpp const int sy = toInt(fn.arg(1), getVM(fn));
getVM 681 libcore/asobj/Global_as.cpp VM& vm = getVM(fn);
getVM 709 libcore/asobj/Global_as.cpp const int sx = toInt(fn.arg(0), getVM(fn));
getVM 710 libcore/asobj/Global_as.cpp const int sy = toInt(fn.arg(1), getVM(fn));
getVM 724 libcore/asobj/Global_as.cpp VM& vm = getVM(fn);
getVM 753 libcore/asobj/Global_as.cpp as_object* targetObject = toObject(fn.arg(0), getVM(fn));
getVM 758 libcore/asobj/Global_as.cpp const int major = toInt(fn.arg(1), getVM(fn));
getVM 763 libcore/asobj/Global_as.cpp fn.nargs > 3 ? std::max<boost::int32_t>(toInt(fn.arg(3), getVM(fn)), 0) : 0;
getVM 767 libcore/asobj/Global_as.cpp VM& vm = getVM(fn);
getVM 822 libcore/asobj/Global_as.cpp as_object* targetObject = toObject(fn.arg(0), getVM(fn));
getVM 827 libcore/asobj/Global_as.cpp const int major = toInt(fn.arg(1), getVM(fn));
getVM 832 libcore/asobj/Global_as.cpp fn.nargs > 3 ? std::max<boost::int32_t>(toInt(fn.arg(3), getVM(fn)), 0) : 0;
getVM 836 libcore/asobj/Global_as.cpp VM& vm = getVM(fn);
getVM 896 libcore/asobj/Global_as.cpp VM& vm = getVM(fn);
getVM 924 libcore/asobj/Global_as.cpp VM& vm = getVM(fn);
getVM 958 libcore/asobj/Global_as.cpp as_object* obj = toObject(fn.arg(0), getVM(fn));
getVM 975 libcore/asobj/Global_as.cpp methodName = getURI(getVM(fn), fn.arg(1).to_string());
getVM 992 libcore/asobj/Global_as.cpp static_cast<unsigned long>(toNumber(fn.arg(timer_arg), getVM(fn)));
getVM 1031 libcore/asobj/Global_as.cpp as_object* obj = toObject(fn.arg(0), getVM(fn));
getVM 1047 libcore/asobj/Global_as.cpp methodName = getURI(getVM(fn), fn.arg(1).to_string());
getVM 1063 libcore/asobj/Global_as.cpp static_cast<unsigned long>(toNumber(fn.arg(timer_arg), getVM(fn)));
getVM 1096 libcore/asobj/Global_as.cpp const boost::uint32_t id = toInt(fn.arg(0), getVM(fn));
getVM 1119 libcore/asobj/Global_as.cpp VM& vm = getVM(global);
getVM 68 libcore/asobj/Global_as.h VM& getVM() const {
getVM 184 libcore/asobj/Global_as.h if (as_object* func = toObject(method, getVM(env))) {
getVM 236 libcore/asobj/Global_as.h return invoke(func, as_environment(getVM(*obj)), obj, args);\
getVM 76 libcore/asobj/Key_as.cpp const int keycode = toInt(fn.arg(0), getVM(fn));
getVM 106 libcore/asobj/Key_as.cpp VM& vm = getVM(global);
getVM 144 libcore/asobj/Key_as.cpp VM& vm = getVM(o);
getVM 66 libcore/asobj/LoadVars_as.cpp VM& vm = getVM(o);
getVM 101 libcore/asobj/LoadVars_as.cpp VM& vm = getVM(fn);
getVM 70 libcore/asobj/LoadableObject.cpp VM& vm = getVM(o);
getVM 172 libcore/asobj/LoadableObject.cpp array = toObject(customHeaders, getVM(fn));
getVM 202 libcore/asobj/LoadableObject.cpp as_object* headerArray = toObject(fn.arg(0), getVM(fn));
getVM 267 libcore/asobj/LoadableObject.cpp VM& vm = getVM(fn);
getVM 327 libcore/asobj/LoadableObject.cpp as_object* target = toObject(fn.arg(1), getVM(fn));
getVM 356 libcore/asobj/LoadableObject.cpp as_object* array = toObject(customHeaders, getVM(fn));
getVM 232 libcore/asobj/LocalConnection_as.cpp VM& vm = getVM(owner());
getVM 343 libcore/asobj/LocalConnection_as.cpp VM& vm = getVM(owner());
getVM 493 libcore/asobj/LocalConnection_as.cpp VM& vm = getVM(global);
getVM 647 libcore/asobj/LocalConnection_as.cpp VM& vm = getVM(o);
getVM 870 libcore/asobj/LocalConnection_as.cpp const size_t count = std::max<int>(0, toInt(a, getVM(o)));
getVM 897 libcore/asobj/LocalConnection_as.cpp VM& vm = getVM(o);
getVM 900 libcore/asobj/LocalConnection_as.cpp invoke(f, as_environment(getVM(o)), &o, args);
getVM 63 libcore/asobj/Math_as.cpp VM& vm = getVM(proto);
getVM 107 libcore/asobj/Math_as.cpp double arg = toNumber(fn.arg(0), getVM(fn));
getVM 108 libcore/asobj/Math_as.cpp if (fn.nargs > 1) toNumber(fn.arg(1), getVM(fn));
getVM 125 libcore/asobj/Math_as.cpp double arg0 = toNumber(fn.arg(0), getVM(fn));
getVM 126 libcore/asobj/Math_as.cpp double arg1 = toNumber(fn.arg(1), getVM(fn));
getVM 140 libcore/asobj/Math_as.cpp double arg0 = toNumber(fn.arg(0), getVM(fn));
getVM 147 libcore/asobj/Math_as.cpp double arg1 = toNumber(fn.arg(1), getVM(fn));
getVM 161 libcore/asobj/Math_as.cpp double arg0 = toNumber(fn.arg(0), getVM(fn));
getVM 162 libcore/asobj/Math_as.cpp double arg1 = toNumber(fn.arg(1), getVM(fn));
getVM 183 libcore/asobj/Math_as.cpp double arg0 = toNumber(fn.arg(0), getVM(fn));
getVM 184 libcore/asobj/Math_as.cpp double arg1 = toNumber(fn.arg(1), getVM(fn));
getVM 202 libcore/asobj/Math_as.cpp if (fn.nargs) toNumber(fn.arg(0), getVM(fn));
getVM 203 libcore/asobj/Math_as.cpp if (fn.nargs > 1) toNumber(fn.arg(1), getVM(fn));
getVM 205 libcore/asobj/Math_as.cpp VM::RNG& rnd = getVM(fn).randomNumberGenerator();
getVM 242 libcore/asobj/Math_as.cpp VM& vm = getVM(proto);
getVM 78 libcore/asobj/Microphone_as.cpp VM& vm = getVM(global);
getVM 98 libcore/asobj/Microphone_as.cpp VM& vm = getVM(o);
getVM 134 libcore/asobj/Microphone_as.cpp VM& vm = getVM(o);
getVM 252 libcore/asobj/Microphone_as.cpp as_object* proto = toObject(getMember(*ptr, NSV::PROP_PROTOTYPE), getVM(fn));
getVM 299 libcore/asobj/Microphone_as.cpp const boost::int32_t gain = clamp<boost::int32_t>(toInt(fn.arg(0), getVM(fn)), 0, 100);
getVM 314 libcore/asobj/Microphone_as.cpp ptr->setRate(toInt(fn.arg(0), getVM(fn)));
getVM 451 libcore/asobj/Microphone_as.cpp const double level = clamp<double>(toNumber(fn.arg(0), getVM(fn)), 0, 100);
getVM 456 libcore/asobj/Microphone_as.cpp const int timeout = std::max<boost::int32_t>(toInt(fn.arg(1), getVM(fn)), 0);
getVM 470 libcore/asobj/Microphone_as.cpp ptr->setUseEchoSuppression(toBool(fn.arg(0), getVM(fn)));
getVM 49 libcore/asobj/Mouse_as.cpp VM& vm = getVM(o);
getVM 69 libcore/asobj/Mouse_as.cpp VM& vm = getVM(o);
getVM 57 libcore/asobj/MovieClipLoader.cpp VM& vm = getVM(global);
getVM 91 libcore/asobj/MovieClipLoader.cpp VM& vm = getVM(o);
getVM 186 libcore/asobj/MovieClipLoader.cpp as_object* target = toObject(fn.arg(0), getVM(fn));
getVM 210 libcore/asobj/MovieClipLoader.cpp VM& vm = getVM(fn);
getVM 127 libcore/asobj/MovieClip_as.cpp VM& vm = getVM(where);
getVM 198 libcore/asobj/MovieClip_as.cpp VM& vm = getVM(o);
getVM 314 libcore/asobj/MovieClip_as.cpp VM& vm = getVM(fn);
getVM 321 libcore/asobj/MovieClip_as.cpp ptr->addDisplayListObject(mc, toInt(fn.arg(1), getVM(fn)));
getVM 474 libcore/asobj/MovieClip_as.cpp const double depth = toNumber(fn.arg(2), getVM(fn));
getVM 493 libcore/asobj/MovieClip_as.cpp VM& vm = getVM(fn);
getVM 500 libcore/asobj/MovieClip_as.cpp initObj = toObject(fn.arg(3), getVM(fn));
getVM 535 libcore/asobj/MovieClip_as.cpp if (!isNativeType(toObject(fn.arg(0), getVM(fn)), ns)) {
getVM 650 libcore/asobj/MovieClip_as.cpp const double td = toNumber(fn.arg(0), getVM(fn));
getVM 721 libcore/asobj/MovieClip_as.cpp const double depth = toNumber(fn.arg(1), getVM(fn));
getVM 742 libcore/asobj/MovieClip_as.cpp as_object* initObject = toObject(fn.arg(2), getVM(fn));
getVM 900 libcore/asobj/MovieClip_as.cpp static_cast<MovieClip::VariablesMethod>(toInt(val, getVM(fn)));
getVM 957 libcore/asobj/MovieClip_as.cpp static_cast<MovieClip::VariablesMethod>(toInt(val, getVM(fn)));
getVM 1011 libcore/asobj/MovieClip_as.cpp boost::int32_t x = pixelsToTwips(toNumber(fn.arg(0), getVM(fn)));
getVM 1012 libcore/asobj/MovieClip_as.cpp boost::int32_t y = pixelsToTwips(toNumber(fn.arg(1), getVM(fn)));
getVM 1020 libcore/asobj/MovieClip_as.cpp getVM(fn)));
getVM 1022 libcore/asobj/MovieClip_as.cpp getVM(fn)));
getVM 1023 libcore/asobj/MovieClip_as.cpp const bool shapeFlag = toBool(fn.arg(2), getVM(fn));
getVM 1067 libcore/asobj/MovieClip_as.cpp const int depth = toInt(fn.arg(0), getVM(fn));
getVM 1127 libcore/asobj/MovieClip_as.cpp static_cast<MovieClip::VariablesMethod>(toInt(val, getVM(fn)));
getVM 1162 libcore/asobj/MovieClip_as.cpp as_object* o = toObject(fn.arg(0), getVM(fn));
getVM 1273 libcore/asobj/MovieClip_as.cpp as_object* obj = toObject(fn.arg(0), getVM(fn));
getVM 1296 libcore/asobj/MovieClip_as.cpp x = pixelsToTwips(toNumber(tmp, getVM(fn)));
getVM 1307 libcore/asobj/MovieClip_as.cpp y = pixelsToTwips(toNumber(tmp, getVM(fn)));
getVM 1334 libcore/asobj/MovieClip_as.cpp as_object* obj = toObject(fn.arg(0), getVM(fn));
getVM 1356 libcore/asobj/MovieClip_as.cpp x = pixelsToTwips(toNumber(tmp, getVM(fn)));
getVM 1367 libcore/asobj/MovieClip_as.cpp y = pixelsToTwips(toNumber(tmp, getVM(fn)));
getVM 1404 libcore/asobj/MovieClip_as.cpp as_object* obj = toObject(arg, getVM(fn));
getVM 1444 libcore/asobj/MovieClip_as.cpp double x = toNumber(fn.arg(0), getVM(fn));
getVM 1445 libcore/asobj/MovieClip_as.cpp double y = toNumber(fn.arg(1), getVM(fn));
getVM 1470 libcore/asobj/MovieClip_as.cpp double x = toNumber(fn.arg(0), getVM(fn));
getVM 1471 libcore/asobj/MovieClip_as.cpp double y = toNumber(fn.arg(1), getVM(fn));
getVM 1525 libcore/asobj/MovieClip_as.cpp miterLimitFactor = clamp<int>(toInt(fn.arg(7), getVM(fn)), 1, 255);
getVM 1586 libcore/asobj/MovieClip_as.cpp pixelHinting = toBool(fn.arg(3), getVM(fn));
getVM 1589 libcore/asobj/MovieClip_as.cpp const float alphaval = clamp<float>(toNumber(fn.arg(2), getVM(fn)),
getVM 1598 libcore/asobj/MovieClip_as.cpp boost::uint32_t rgbval = toInt(fn.arg(1), getVM(fn));
getVM 1605 libcore/asobj/MovieClip_as.cpp toNumber(fn.arg(0), getVM(fn)), 0, 255)));
getVM 1630 libcore/asobj/MovieClip_as.cpp double cx = toNumber(fn.arg(0), getVM(fn));
getVM 1631 libcore/asobj/MovieClip_as.cpp double cy = toNumber(fn.arg(1), getVM(fn));
getVM 1632 libcore/asobj/MovieClip_as.cpp double ax = toNumber(fn.arg(2), getVM(fn));
getVM 1633 libcore/asobj/MovieClip_as.cpp double ay = toNumber(fn.arg(3), getVM(fn));
getVM 1673 libcore/asobj/MovieClip_as.cpp clamp<float>(toNumber(fn.arg(0), getVM(fn)), 0, 16777216);
getVM 1681 libcore/asobj/MovieClip_as.cpp a = 255 * clamp<int>(toInt(fn.arg(1), getVM(fn)), 0, 100) / 100;
getVM 1749 libcore/asobj/MovieClip_as.cpp ObjPtr colors = toObject(fn.arg(1), getVM(fn));
getVM 1750 libcore/asobj/MovieClip_as.cpp ObjPtr alphas = toObject(fn.arg(2), getVM(fn));
getVM 1751 libcore/asobj/MovieClip_as.cpp ObjPtr ratios = toObject(fn.arg(3), getVM(fn));
getVM 1752 libcore/asobj/MovieClip_as.cpp ObjPtr matrix = toObject(fn.arg(4), getVM(fn));
getVM 1795 libcore/asobj/MovieClip_as.cpp VM& vm = getVM(fn);
getVM 1804 libcore/asobj/MovieClip_as.cpp boost::uint32_t col = colVal.is_number() ? toInt(colVal, getVM(fn)) : 0;
getVM 1809 libcore/asobj/MovieClip_as.cpp clamp<double>(toNumber(alpVal, getVM(fn)), 0, 100) : 0;
getVM 1826 libcore/asobj/MovieClip_as.cpp clamp<boost::uint32_t>(toInt(ratVal, getVM(fn)), minRatio, 0xff)
getVM 1870 libcore/asobj/MovieClip_as.cpp fd.setFocalPoint(toNumber(fn.arg(7), getVM(fn)));
getVM 1891 libcore/asobj/MovieClip_as.cpp st.setLockCentered(toBool(fn.arg(0), getVM(fn)));
getVM 1894 libcore/asobj/MovieClip_as.cpp double x0 = toNumber(fn.arg(1), getVM(fn));
getVM 1895 libcore/asobj/MovieClip_as.cpp double y0 = toNumber(fn.arg(2), getVM(fn));
getVM 1896 libcore/asobj/MovieClip_as.cpp double x1 = toNumber(fn.arg(3), getVM(fn));
getVM 1897 libcore/asobj/MovieClip_as.cpp double y1 = toNumber(fn.arg(4), getVM(fn));
getVM 1964 libcore/asobj/MovieClip_as.cpp as_object* obj = toObject(fn.arg(0), getVM(fn));
getVM 1978 libcore/asobj/MovieClip_as.cpp as_object* matrix = toObject(fn.arg(1), getVM(fn));
getVM 1986 libcore/asobj/MovieClip_as.cpp const bool repeat = toBool(fn.arg(2), getVM(fn));
getVM 1991 libcore/asobj/MovieClip_as.cpp if (fn.nargs > 3 && toBool(fn.arg(3), getVM(fn))) {
getVM 2044 libcore/asobj/MovieClip_as.cpp as_object* obj = toObject(fn.arg(0), getVM(fn));
getVM 2055 libcore/asobj/MovieClip_as.cpp int depth = toInt(fn.arg(1), getVM(fn));
getVM 2115 libcore/asobj/MovieClip_as.cpp ptr->setLockRoot(toBool(fn.arg(0), getVM(fn)));
getVM 336 libcore/asobj/NetConnection_as.cpp o->init_member("flashVer", getVM(_nc.owner()).getPlayerVersion(),
getVM 676 libcore/asobj/NetConnection_as.cpp asCallback = (toObject(fn.arg(1), getVM(fn)));
getVM 779 libcore/asobj/NetConnection_as.cpp const VM& vm = getVM(fn);
getVM 829 libcore/asobj/NetConnection_as.cpp const ObjectURI conn = getURI(getVM(fn), "_conn");
getVM 831 libcore/asobj/NetConnection_as.cpp as_object* nc = toObject(f, getVM(fn));
getVM 902 libcore/asobj/NetConnection_as.cpp VM& vm = getVM(owner);
getVM 1242 libcore/asobj/NetConnection_as.cpp const ObjectURI methodname = getURI(getVM(_nc.owner()), method);
getVM 135 libcore/asobj/NetStream_as.cpp VM& vm = getVM(global);
getVM 1582 libcore/asobj/NetStream_as.cpp if (isNativeType(toObject(fn.arg(0), getVM(fn)), nc)) {
getVM 1617 libcore/asobj/NetStream_as.cpp mode = toBool(fn.arg(0), getVM(fn)) ? NetStream_as::pauseModePause :
getVM 1657 libcore/asobj/NetStream_as.cpp time = static_cast<boost::uint32_t>(toNumber(fn.arg(0), getVM(fn)));
getVM 1673 libcore/asobj/NetStream_as.cpp time = toNumber(fn.arg(0), getVM(fn));
getVM 1840 libcore/asobj/NetStream_as.cpp VM& vm = getVM(o);
getVM 1883 libcore/asobj/NetStream_as.cpp VM& vm = getVM(thisPtr);
getVM 74 libcore/asobj/Number_as.cpp int userRadix = toInt(fn.arg(0), getVM(fn));
getVM 104 libcore/asobj/Number_as.cpp val = toNumber(fn.arg(0), getVM(fn));
getVM 119 libcore/asobj/Number_as.cpp VM& vm = getVM(o);
getVM 152 libcore/asobj/Number_as.cpp VM& vm = getVM(where);
getVM 171 libcore/asobj/Number_as.cpp VM& vm = getVM(global);
getVM 64 libcore/asobj/Object.cpp VM& vm = getVM(global);
getVM 86 libcore/asobj/Object.cpp VM& vm = getVM(where);
getVM 115 libcore/asobj/Object.cpp VM& vm = getVM(o);
getVM 142 libcore/asobj/Object.cpp as_object* obj = toObject(fn.arg(0), getVM(fn));
getVM 362 libcore/asobj/Object.cpp const bool found = hasOwnProperty(*obj, getURI(getVM(fn), propname));
getVM 387 libcore/asobj/Object.cpp Property* prop = obj->getOwnProperty(getURI(getVM(fn),propname));
getVM 409 libcore/asobj/Object.cpp as_object* arg = toObject(fn.arg(0), getVM(fn));
getVM 449 libcore/asobj/Object.cpp VM& vm = getVM(fn);
getVM 476 libcore/asobj/Object.cpp VM& vm = getVM(fn);
getVM 70 libcore/asobj/Selection_as.cpp VM& vm = getVM(global);
getVM 85 libcore/asobj/Selection_as.cpp VM& vm = getVM(o);
getVM 214 libcore/asobj/Selection_as.cpp as_object* obj = toObject(focus, getVM(fn));
getVM 247 libcore/asobj/Selection_as.cpp int start = toInt(fn.arg(0), getVM(fn));
getVM 248 libcore/asobj/Selection_as.cpp int end = toInt(fn.arg(1), getVM(fn));
getVM 612 libcore/asobj/SharedObject_as.cpp VM& vm = getVM(o);
getVM 646 libcore/asobj/SharedObject_as.cpp VM& vm = getVM(o);
getVM 665 libcore/asobj/SharedObject_as.cpp VM& vm = getVM(o);
getVM 762 libcore/asobj/SharedObject_as.cpp space = toInt(fn.arg(0), getVM(fn));
getVM 800 libcore/asobj/SharedObject_as.cpp VM& vm = getVM(fn);
getVM 1010 libcore/asobj/SharedObject_as.cpp as_environment env(getVM(gl));
getVM 1059 libcore/asobj/SharedObject_as.cpp VM& vm = getVM(data);
getVM 295 libcore/asobj/Sound_as.cpp VM& vm = getVM(global);
getVM 337 libcore/asobj/Sound_as.cpp VM& vm = getVM(owner());
getVM 427 libcore/asobj/Sound_as.cpp VM& vm = getVM(owner());
getVM 562 libcore/asobj/Sound_as.cpp VM& vm = getVM(owner());
getVM 860 libcore/asobj/Sound_as.cpp VM& vm = getVM(o);
getVM 916 libcore/asobj/Sound_as.cpp as_object* obj = toObject(arg0, getVM(fn));
getVM 946 libcore/asobj/Sound_as.cpp secondOffset = toNumber(fn.arg(0), getVM(fn));
getVM 949 libcore/asobj/Sound_as.cpp loop = (int) toNumber(fn.arg(1), getVM(fn)) - 1;
getVM 1154 libcore/asobj/Sound_as.cpp streaming = toBool(fn.arg(1), getVM(fn));
getVM 1196 libcore/asobj/Sound_as.cpp int volume = (int) toNumber(fn.arg(0), getVM(fn));
getVM 61 libcore/asobj/Stage_as.cpp VM& vm = getVM(o);
getVM 206 libcore/asobj/Stage_as.cpp const bool state = toBool(fn.arg(0), getVM(fn));
getVM 86 libcore/asobj/String_as.cpp VM& vm = getVM(global);
getVM 112 libcore/asobj/String_as.cpp VM& vm = getVM(where);
getVM 135 libcore/asobj/String_as.cpp VM& vm = getVM(o);
getVM 182 libcore/asobj/String_as.cpp size_t start = validIndex(wstr, toInt(fn.arg(0), getVM(fn)));
getVM 188 libcore/asobj/String_as.cpp end = validIndex(wstr, toInt(fn.arg(1), getVM(fn)));
getVM 264 libcore/asobj/String_as.cpp int limit = toInt(fn.arg(1), getVM(fn));
getVM 297 libcore/asobj/String_as.cpp int limit = toInt(fn.arg(1), getVM(fn));
getVM 355 libcore/asobj/String_as.cpp start = toInt(fn.arg(1), getVM(fn));
getVM 388 libcore/asobj/String_as.cpp int start = validIndex(wstr, toInt(fn.arg(0), getVM(fn)));
getVM 394 libcore/asobj/String_as.cpp num = toInt(fn.arg(1), getVM(fn));
getVM 428 libcore/asobj/String_as.cpp int start = toInt(s, getVM(fn));
getVM 440 libcore/asobj/String_as.cpp int num = toInt(fn.arg(1), getVM(fn));
getVM 490 libcore/asobj/String_as.cpp int start_arg = toInt(saval, getVM(fn));
getVM 527 libcore/asobj/String_as.cpp static_cast<boost::uint16_t>(toInt(fn.arg(i), getVM(fn)));
getVM 547 libcore/asobj/String_as.cpp static_cast<boost::uint16_t>(toInt(fn.arg(i), getVM(fn)));
getVM 581 libcore/asobj/String_as.cpp size_t index = static_cast<size_t>(toNumber(fn.arg(0), getVM(fn)));
getVM 603 libcore/asobj/String_as.cpp const size_t index = static_cast<size_t>(toInt(fn.arg(0), getVM(fn)));
getVM 71 libcore/asobj/System_as.cpp VM& vm = getVM(where);
getVM 92 libcore/asobj/System_as.cpp VM& vm = getVM(o);
getVM 114 libcore/asobj/System_as.cpp VM& vm = getVM(o);
getVM 282 libcore/asobj/System_as.cpp VM& vm = getVM(proto);
getVM 404 libcore/asobj/System_as.cpp std::string lang = getVM(proto).getSystemLanguage();
getVM 96 libcore/asobj/TextField_as.cpp as_environment env(getVM(gl));
getVM 126 libcore/asobj/TextField_as.cpp VM& vm = getVM(global);
getVM 226 libcore/asobj/TextField_as.cpp const int depth = toInt(fn.arg(1), getVM(fn));
getVM 227 libcore/asobj/TextField_as.cpp const int x = toInt(fn.arg(2), getVM(fn));
getVM 228 libcore/asobj/TextField_as.cpp const int y = toInt(fn.arg(3), getVM(fn));
getVM 230 libcore/asobj/TextField_as.cpp int width = toInt(fn.arg(4), getVM(fn));
getVM 239 libcore/asobj/TextField_as.cpp int height = toInt(fn.arg(5), getVM(fn));
getVM 261 libcore/asobj/TextField_as.cpp VM& vm = getVM(fn);
getVM 288 libcore/asobj/TextField_as.cpp ptr->setDrawBackground(toBool(fn.arg(0), getVM(fn)));
getVM 303 libcore/asobj/TextField_as.cpp ptr->setDrawBorder(toBool(fn.arg(0), getVM(fn)));
getVM 319 libcore/asobj/TextField_as.cpp newColor.parseRGB(static_cast<boost::uint32_t>(toInt(fn.arg(0), getVM(fn))));
getVM 336 libcore/asobj/TextField_as.cpp newColor.parseRGB(static_cast<boost::uint32_t>(toNumber(fn.arg(0), getVM(fn))));
getVM 356 libcore/asobj/TextField_as.cpp newColor.parseRGB(static_cast<boost::uint32_t>(toNumber(fn.arg(0), getVM(fn))));
getVM 373 libcore/asobj/TextField_as.cpp ptr->setEmbedFonts(toBool(fn.arg(0), getVM(fn)));
getVM 386 libcore/asobj/TextField_as.cpp ptr->setWordWrap(toBool(fn.arg(0), getVM(fn)));
getVM 401 libcore/asobj/TextField_as.cpp ptr->setHtml( toBool(fn.arg(0), getVM(fn)) );
getVM 418 libcore/asobj/TextField_as.cpp ptr->setSelectable( toBool(fn.arg(0), getVM(fn)) );
getVM 510 libcore/asobj/TextField_as.cpp if (toBool(arg, getVM(fn))) {
getVM 689 libcore/asobj/TextField_as.cpp if (!isNativeType(toObject(fn.arg(0), getVM(fn)), tf)) {
getVM 746 libcore/asobj/TextField_as.cpp text->password(toBool(fn.arg(0), getVM(fn)));
getVM 760 libcore/asobj/TextField_as.cpp text->multiline(toBool(fn.arg(0), getVM(fn)));
getVM 847 libcore/asobj/TextField_as.cpp text->maxChars(toInt(fn.arg(0), getVM(fn)));
getVM 935 libcore/asobj/TextField_as.cpp text->setScroll(int(toNumber(fn.arg(0), getVM(fn))) - 1);
getVM 953 libcore/asobj/TextField_as.cpp text->setHScroll(int(toNumber(fn.arg(0), getVM(fn))));
getVM 989 libcore/asobj/TextField_as.cpp int userEnd = toInt(fn.arg(1), getVM(fn));
getVM 1000 libcore/asobj/TextField_as.cpp wstring::size_type start = toInt(fn.arg(0), getVM(fn));
getVM 1107 libcore/asobj/TextField_as.cpp VM& vm = getVM(o);
getVM 1135 libcore/asobj/TextField_as.cpp VM& vm = getVM(o);
getVM 65 libcore/asobj/TextFormat_as.cpp return pixelsToTwips(std::max<int>(toInt(val, getVM(fn())), 0));
getVM 75 libcore/asobj/TextFormat_as.cpp return pixelsToTwips(toNumber(val, getVM(fn())));
getVM 85 libcore/asobj/TextFormat_as.cpp return toBool(val, getVM(fn()));
getVM 186 libcore/asobj/TextFormat_as.cpp _v.push_back(toNumber(val, getVM(_fn)));
getVM 242 libcore/asobj/TextFormat_as.cpp VM& vm = getVM(o);
getVM 409 libcore/asobj/TextFormat_as.cpp tf->leadingSet(pixelsToTwips(toInt(fn.arg(12), getVM(fn))));
getVM 411 libcore/asobj/TextFormat_as.cpp tf->indentSet(pixelsToTwips(toInt(fn.arg(11), getVM(fn))));
getVM 413 libcore/asobj/TextFormat_as.cpp tf->rightMarginSet(pixelsToTwips(toInt(fn.arg(10), getVM(fn))));
getVM 415 libcore/asobj/TextFormat_as.cpp tf->leftMarginSet(pixelsToTwips(toInt(fn.arg(9), getVM(fn))));
getVM 423 libcore/asobj/TextFormat_as.cpp tf->underlinedSet(toBool(fn.arg(5), getVM(fn)));
getVM 425 libcore/asobj/TextFormat_as.cpp tf->italicSet(toBool(fn.arg(4), getVM(fn)));
getVM 427 libcore/asobj/TextFormat_as.cpp tf->boldSet(toBool(fn.arg(3), getVM(fn)));
getVM 431 libcore/asobj/TextFormat_as.cpp col.parseRGB(toInt(fn.arg(2), getVM(fn)));
getVM 435 libcore/asobj/TextFormat_as.cpp tf->sizeSet(pixelsToTwips(toInt(fn.arg(1), getVM(fn))));
getVM 451 libcore/asobj/TextFormat_as.cpp VM& vm = getVM(fn);
getVM 490 libcore/asobj/TextFormat_as.cpp as_object* arg = toObject(fn.arg(0), getVM(fn));
getVM 516 libcore/asobj/TextFormat_as.cpp newcolor.parseRGB(toInt(fn.arg(0), getVM(fn)));
getVM 578 libcore/asobj/TextFormat_as.cpp pixelsToTwips(toNumber(fn.arg(1), getVM(fn))) : 0;
getVM 646 libcore/asobj/TextFormat_as.cpp VM& vm = getVM(o);
getVM 417 libcore/asobj/TextSnapshot_as.cpp VM& vm = getVM(global);
getVM 476 libcore/asobj/TextSnapshot_as.cpp VM& vm = getVM(o);
getVM 501 libcore/asobj/TextSnapshot_as.cpp toInt(fn.arg(0), getVM(fn)));
getVM 503 libcore/asobj/TextSnapshot_as.cpp toInt(fn.arg(1), getVM(fn)));
getVM 527 libcore/asobj/TextSnapshot_as.cpp boost::int32_t start = toInt(fn.arg(0), getVM(fn));
getVM 532 libcore/asobj/TextSnapshot_as.cpp const bool ignoreCase = !toBool(fn.arg(2), getVM(fn));
getVM 567 libcore/asobj/TextSnapshot_as.cpp toInt(fn.arg(0), getVM(fn)));
getVM 569 libcore/asobj/TextSnapshot_as.cpp toInt(fn.arg(1), getVM(fn)));
getVM 586 libcore/asobj/TextSnapshot_as.cpp const bool newlines = fn.nargs ? toBool(fn.arg(0), getVM(fn)) : false;
getVM 607 libcore/asobj/TextSnapshot_as.cpp const boost::int32_t start = toInt(fn.arg(0), getVM(fn));
getVM 608 libcore/asobj/TextSnapshot_as.cpp const boost::int32_t end = toInt(fn.arg(1), getVM(fn));
getVM 610 libcore/asobj/TextSnapshot_as.cpp const bool newline = (fn.nargs > 2) ? toBool(fn.arg(2), getVM(fn)) : false;
getVM 653 libcore/asobj/TextSnapshot_as.cpp toInt(fn.arg(0), getVM(fn)));
getVM 655 libcore/asobj/TextSnapshot_as.cpp toInt(fn.arg(1), getVM(fn)));
getVM 657 libcore/asobj/TextSnapshot_as.cpp const bool selected = (fn.nargs > 2) ? toBool(fn.arg(2), getVM(fn)) : true;
getVM 127 libcore/asobj/XMLNode_as.cpp toObject(getMember(_global, NSV::CLASS_XMLNODE), getVM(_global));
getVM 148 libcore/asobj/XMLNode_as.cpp VM& vm = getVM(_global);
getVM 292 libcore/asobj/XMLNode_as.cpp VM& vm = getVM(_global);
getVM 487 libcore/asobj/XMLNode_as.cpp VM& vm = getVM(where);
getVM 516 libcore/asobj/XMLNode_as.cpp VM& vm = getVM(o);
getVM 566 libcore/asobj/XMLNode_as.cpp xml->nodeTypeSet(XMLNode_as::NodeType(toInt(fn.arg(0), getVM(fn))));
getVM 604 libcore/asobj/XMLNode_as.cpp if (!isNativeType(toObject(fn.arg(0), getVM(fn)), node)) {
getVM 628 libcore/asobj/XMLNode_as.cpp if (fn.nargs > 0) deep = toBool(fn.arg(0), getVM(fn));
getVM 652 libcore/asobj/XMLNode_as.cpp if (!isNativeType(toObject(fn.arg(0), getVM(fn)), newnode)) {
getVM 663 libcore/asobj/XMLNode_as.cpp if (!isNativeType(toObject(fn.arg(1), getVM(fn)), pos)) {
getVM 289 libcore/asobj/XMLSocket_as.cpp VM& vm = getVM(global);
getVM 327 libcore/asobj/XMLSocket_as.cpp const double port = toNumber(fn.arg(1), getVM(fn));
getVM 417 libcore/asobj/XMLSocket_as.cpp VM& vm = getVM(o);
getVM 522 libcore/asobj/XML_as.cpp getURI(getVM(_global), "ignoreWhite");
getVM 530 libcore/asobj/XML_as.cpp return toBool(val, getVM(*obj));
getVM 550 libcore/asobj/XML_as.cpp constructInstance(*ctor, as_environment(getVM(where)), args);
getVM 562 libcore/asobj/XML_as.cpp VM& vm = getVM(where);
getVM 594 libcore/asobj/XML_as.cpp VM& vm = getVM(o);
getVM 625 libcore/asobj/XML_as.cpp as_object* other = toObject(fn.arg(0), getVM(fn));
getVM 664 libcore/asobj/XML_as.cpp static_cast<XML_as::LoadStatus>(toBool(fn.arg(0), getVM(fn))));
getVM 677 libcore/asobj/XML_as.cpp const double status = toNumber(fn.arg(0), getVM(fn));
getVM 317 libcore/asobj/flash/display/BitmapData_as.cpp VM& vm = getVM(global);
getVM 448 libcore/asobj/flash/display/BitmapData_as.cpp as_object* o = toObject(fn.arg(0), getVM(fn));
getVM 462 libcore/asobj/flash/display/BitmapData_as.cpp as_object* o = toObject(fn.arg(1), getVM(fn));
getVM 466 libcore/asobj/flash/display/BitmapData_as.cpp as_object* o = toObject(fn.arg(2), getVM(fn));
getVM 497 libcore/asobj/flash/display/BitmapData_as.cpp as_object* obj = toObject(arg, getVM(fn));
getVM 507 libcore/asobj/flash/display/BitmapData_as.cpp const boost::uint32_t color = toInt(fn.arg(1), getVM(fn));
getVM 509 libcore/asobj/flash/display/BitmapData_as.cpp ptr->fillRect(toInt(x, getVM(fn)), toInt(y, getVM(fn)),
getVM 510 libcore/asobj/flash/display/BitmapData_as.cpp toInt(w, getVM(fn)), toInt(h, getVM(fn)), color);
getVM 533 libcore/asobj/flash/display/BitmapData_as.cpp const int x = toInt(fn.arg(0), getVM(fn));
getVM 534 libcore/asobj/flash/display/BitmapData_as.cpp const int y = toInt(fn.arg(1), getVM(fn));
getVM 540 libcore/asobj/flash/display/BitmapData_as.cpp const boost::uint32_t fill = toInt(fn.arg(2), getVM(fn));
getVM 583 libcore/asobj/flash/display/BitmapData_as.cpp const int x = toInt(fn.arg(0), getVM(fn));
getVM 584 libcore/asobj/flash/display/BitmapData_as.cpp const int y = toInt(fn.arg(1), getVM(fn));
getVM 608 libcore/asobj/flash/display/BitmapData_as.cpp const int x = toInt(fn.arg(0), getVM(fn));
getVM 609 libcore/asobj/flash/display/BitmapData_as.cpp const int y = toInt(fn.arg(1), getVM(fn));
getVM 687 libcore/asobj/flash/display/BitmapData_as.cpp const double x = toNumber(fn.arg(0), getVM(fn));
getVM 688 libcore/asobj/flash/display/BitmapData_as.cpp const double y = toNumber(fn.arg(1), getVM(fn));
getVM 695 libcore/asobj/flash/display/BitmapData_as.cpp const boost::uint32_t color = toInt(fn.arg(2), getVM(fn));
getVM 711 libcore/asobj/flash/display/BitmapData_as.cpp const double x = toNumber(fn.arg(0), getVM(fn));
getVM 712 libcore/asobj/flash/display/BitmapData_as.cpp const double y = toNumber(fn.arg(1), getVM(fn));
getVM 719 libcore/asobj/flash/display/BitmapData_as.cpp const boost::uint32_t color = toInt(fn.arg(2), getVM(fn));
getVM 884 libcore/asobj/flash/display/BitmapData_as.cpp size_t width = toInt(fn.arg(0), getVM(fn));
getVM 885 libcore/asobj/flash/display/BitmapData_as.cpp size_t height = toInt(fn.arg(1), getVM(fn));
getVM 886 libcore/asobj/flash/display/BitmapData_as.cpp const bool transparent = fn.nargs > 2 ? toBool(fn.arg(2), getVM(fn)) : true;
getVM 887 libcore/asobj/flash/display/BitmapData_as.cpp boost::uint32_t fillColor = fn.nargs > 3 ? toInt(fn.arg(3), getVM(fn)) : 0xffffffff;
getVM 923 libcore/asobj/flash/display/BitmapData_as.cpp VM& vm = getVM(o);
getVM 958 libcore/asobj/flash/display/BitmapData_as.cpp VM& vm = getVM(o);
getVM 43 libcore/asobj/flash/display/display_pkg.cpp VM& vm = getVM(fn);
getVM 110 libcore/asobj/flash/external/ExternalInterface_as.cpp VM& vm = getVM(_fn);
getVM 138 libcore/asobj/flash/external/ExternalInterface_as.cpp VM& vm = getVM(_fn);
getVM 154 libcore/asobj/flash/external/ExternalInterface_as.cpp VM& vm = getVM(global);
getVM 182 libcore/asobj/flash/external/ExternalInterface_as.cpp VM& vm = getVM(o);
getVM 261 libcore/asobj/flash/external/ExternalInterface_as.cpp as_object* asCallback = toObject(fn.arg(1), getVM(fn));
getVM 368 libcore/asobj/flash/external/ExternalInterface_as.cpp VM& vm = getVM(fn);
getVM 418 libcore/asobj/flash/external/ExternalInterface_as.cpp VM& vm = getVM(fn);
getVM 431 libcore/asobj/flash/external/ExternalInterface_as.cpp newAdd(ret, "</arguments>", getVM(fn));
getVM 469 libcore/asobj/flash/external/ExternalInterface_as.cpp as_object *obj = toObject(fn.arg(0), getVM(fn));
getVM 476 libcore/asobj/flash/external/ExternalInterface_as.cpp newAdd(ret, "</array>", getVM(fn));
getVM 539 libcore/asobj/flash/external/ExternalInterface_as.cpp VM& vm = getVM(fn);
getVM 544 libcore/asobj/flash/external/ExternalInterface_as.cpp as_object* obj = toObject(fn.arg(0), getVM(fn));
getVM 595 libcore/asobj/flash/external/ExternalInterface_as.cpp VM& vm = getVM(fn);
getVM 637 libcore/asobj/flash/external/ExternalInterface_as.cpp as_object* o = toObject(arg, getVM(fn));
getVM 643 libcore/asobj/flash/external/ExternalInterface_as.cpp VM& vm = getVM(fn);
getVM 658 libcore/asobj/flash/external/ExternalInterface_as.cpp if (equals(nn, as_value("string"), getVM(fn))) {
getVM 665 libcore/asobj/flash/external/ExternalInterface_as.cpp if (equals(nn, as_value("false"), getVM(fn))) {
getVM 668 libcore/asobj/flash/external/ExternalInterface_as.cpp if (equals(nn, as_value("true"), getVM(fn))) {
getVM 671 libcore/asobj/flash/external/ExternalInterface_as.cpp if (equals(nn, as_value("null"), getVM(fn))) {
getVM 676 libcore/asobj/flash/external/ExternalInterface_as.cpp if (equals(nn, as_value("undefined"), getVM(fn))) {
getVM 679 libcore/asobj/flash/external/ExternalInterface_as.cpp if (equals(nn, as_value("object"), getVM(fn))) {
getVM 684 libcore/asobj/flash/external/ExternalInterface_as.cpp if (equals(nn, as_value("array"), getVM(fn))) {
getVM 689 libcore/asobj/flash/external/ExternalInterface_as.cpp if (equals(nn, as_value("class"), getVM(fn))) {
getVM 44 libcore/asobj/flash/external/external_pkg.cpp VM& vm = getVM(fn);
getVM 103 libcore/asobj/flash/filters/BevelFilter_as.cpp float sp_distance = toNumber(fn.arg(0), getVM(fn));
getVM 115 libcore/asobj/flash/filters/BevelFilter_as.cpp double sp_angle = toNumber(fn.arg(0), getVM(fn));
getVM 127 libcore/asobj/flash/filters/BevelFilter_as.cpp boost::uint32_t sp_highlightColor = toNumber(fn.arg(0), getVM(fn));
getVM 139 libcore/asobj/flash/filters/BevelFilter_as.cpp boost::uint8_t sp_highlightAlpha = toNumber(fn.arg(0), getVM(fn));
getVM 151 libcore/asobj/flash/filters/BevelFilter_as.cpp boost::uint32_t sp_shadowColor = toNumber(fn.arg(0), getVM(fn));
getVM 163 libcore/asobj/flash/filters/BevelFilter_as.cpp boost::uint8_t sp_shadowAlpha = toNumber(fn.arg(0), getVM(fn));
getVM 175 libcore/asobj/flash/filters/BevelFilter_as.cpp float sp_blurX = toNumber(fn.arg(0), getVM(fn));
getVM 187 libcore/asobj/flash/filters/BevelFilter_as.cpp float sp_blurY = toNumber(fn.arg(0), getVM(fn));
getVM 199 libcore/asobj/flash/filters/BevelFilter_as.cpp float sp_strength = toNumber(fn.arg(0), getVM(fn));
getVM 211 libcore/asobj/flash/filters/BevelFilter_as.cpp boost::uint8_t sp_quality = toNumber(fn.arg(0), getVM(fn));
getVM 223 libcore/asobj/flash/filters/BevelFilter_as.cpp const bool sp_knockout = toBool(fn.arg(0), getVM(fn));
getVM 65 libcore/asobj/flash/filters/BitmapFilter_as.cpp VM& vm = getVM(global);
getVM 76 libcore/asobj/flash/filters/BitmapFilter_as.cpp VM& vm = getVM(where);
getVM 88 libcore/asobj/flash/filters/BitmapFilter_as.cpp VM& vm = getVM(where);
getVM 110 libcore/asobj/flash/filters/BitmapFilter_as.cpp VM& vm = getVM(o);
getVM 119 libcore/asobj/flash/filters/BitmapFilter_as.cpp VM& vm = getVM(fn);
getVM 70 libcore/asobj/flash/filters/BlurFilter_as.cpp float sp_blurX = toNumber(fn.arg(0), getVM(fn));
getVM 82 libcore/asobj/flash/filters/BlurFilter_as.cpp float sp_blurY = toNumber(fn.arg(0), getVM(fn));
getVM 94 libcore/asobj/flash/filters/BlurFilter_as.cpp boost::uint8_t sp_quality = toNumber(fn.arg(0), getVM(fn));
getVM 100 libcore/asobj/flash/filters/DropShadowFilter_as.cpp float sp_distance = toNumber(fn.arg(0), getVM(fn));
getVM 112 libcore/asobj/flash/filters/DropShadowFilter_as.cpp double sp_color = toNumber(fn.arg(0), getVM(fn));
getVM 124 libcore/asobj/flash/filters/DropShadowFilter_as.cpp double sp_alpha = toNumber(fn.arg(0), getVM(fn));
getVM 136 libcore/asobj/flash/filters/DropShadowFilter_as.cpp double sp_angle = toNumber(fn.arg(0), getVM(fn));
getVM 148 libcore/asobj/flash/filters/DropShadowFilter_as.cpp float sp_blurX = toNumber(fn.arg(0), getVM(fn));
getVM 160 libcore/asobj/flash/filters/DropShadowFilter_as.cpp float sp_blurY = toNumber(fn.arg(0), getVM(fn));
getVM 172 libcore/asobj/flash/filters/DropShadowFilter_as.cpp float sp_strength = toNumber(fn.arg(0), getVM(fn));
getVM 184 libcore/asobj/flash/filters/DropShadowFilter_as.cpp boost::uint8_t sp_quality = toNumber(fn.arg(0), getVM(fn));
getVM 196 libcore/asobj/flash/filters/DropShadowFilter_as.cpp const bool sp_knockout = toBool(fn.arg(0), getVM(fn));
getVM 208 libcore/asobj/flash/filters/DropShadowFilter_as.cpp const bool sp_inner = toBool(fn.arg(0), getVM(fn));
getVM 221 libcore/asobj/flash/filters/DropShadowFilter_as.cpp const bool sp_hideObject = toBool(fn.arg(0), getVM(fn));
getVM 90 libcore/asobj/flash/filters/GlowFilter_as.cpp boost::uint32_t sp_inner = toNumber(fn.arg(0), getVM(fn));
getVM 102 libcore/asobj/flash/filters/GlowFilter_as.cpp float sp_color = toNumber(fn.arg(0), getVM(fn));
getVM 114 libcore/asobj/flash/filters/GlowFilter_as.cpp float sp_alpha = toNumber(fn.arg(0), getVM(fn));
getVM 126 libcore/asobj/flash/filters/GlowFilter_as.cpp float sp_blurX = toNumber(fn.arg(0), getVM(fn));
getVM 138 libcore/asobj/flash/filters/GlowFilter_as.cpp float sp_blurY = toNumber(fn.arg(0), getVM(fn));
getVM 150 libcore/asobj/flash/filters/GlowFilter_as.cpp float sp_strength = toNumber(fn.arg(0), getVM(fn));
getVM 162 libcore/asobj/flash/filters/GlowFilter_as.cpp boost::uint8_t sp_quality = toNumber(fn.arg(0), getVM(fn));
getVM 174 libcore/asobj/flash/filters/GlowFilter_as.cpp const bool sp_knockout = toBool(fn.arg(0), getVM(fn));
getVM 100 libcore/asobj/flash/filters/GradientBevelFilter_as.cpp float sp_distance = toNumber(fn.arg(0), getVM(fn));
getVM 112 libcore/asobj/flash/filters/GradientBevelFilter_as.cpp double sp_angle = toNumber(fn.arg(0), getVM(fn));
getVM 148 libcore/asobj/flash/filters/GradientBevelFilter_as.cpp float sp_blurX = toNumber(fn.arg(0), getVM(fn));
getVM 160 libcore/asobj/flash/filters/GradientBevelFilter_as.cpp float sp_blurY = toNumber(fn.arg(0), getVM(fn));
getVM 172 libcore/asobj/flash/filters/GradientBevelFilter_as.cpp float sp_strength = toNumber(fn.arg(0), getVM(fn));
getVM 184 libcore/asobj/flash/filters/GradientBevelFilter_as.cpp boost::uint8_t sp_quality = toNumber(fn.arg(0), getVM(fn));
getVM 196 libcore/asobj/flash/filters/GradientBevelFilter_as.cpp const bool sp_knockout = toBool(fn.arg(0), getVM(fn));
getVM 100 libcore/asobj/flash/filters/GradientGlowFilter_as.cpp float sp_distance = toNumber(fn.arg(0), getVM(fn));
getVM 112 libcore/asobj/flash/filters/GradientGlowFilter_as.cpp double sp_angle = toNumber(fn.arg(0), getVM(fn));
getVM 149 libcore/asobj/flash/filters/GradientGlowFilter_as.cpp float sp_blurX = toNumber(fn.arg(0), getVM(fn));
getVM 161 libcore/asobj/flash/filters/GradientGlowFilter_as.cpp float sp_blurY = toNumber(fn.arg(0), getVM(fn));
getVM 173 libcore/asobj/flash/filters/GradientGlowFilter_as.cpp float sp_strength = toNumber(fn.arg(0), getVM(fn));
getVM 185 libcore/asobj/flash/filters/GradientGlowFilter_as.cpp boost::uint8_t sp_quality = toNumber(fn.arg(0), getVM(fn));
getVM 197 libcore/asobj/flash/filters/GradientGlowFilter_as.cpp const bool sp_knockout = toBool(fn.arg(0), getVM(fn));
getVM 52 libcore/asobj/flash/filters/filters_pkg.cpp VM& vm = getVM(fn);
getVM 45 libcore/asobj/flash/flash_pkg.cpp VM& vm = getVM(fn);
getVM 99 libcore/asobj/flash/geom/ColorTransform_as.cpp VM& vm = getVM(global);
getVM 122 libcore/asobj/flash/geom/ColorTransform_as.cpp VM& vm = getVM(o);
getVM 160 libcore/asobj/flash/geom/ColorTransform_as.cpp relay->setAlphaMultiplier(toNumber(fn.arg(0), getVM(fn)));
getVM 172 libcore/asobj/flash/geom/ColorTransform_as.cpp relay->setAlphaOffset(toNumber(fn.arg(0), getVM(fn)));
getVM 184 libcore/asobj/flash/geom/ColorTransform_as.cpp relay->setBlueMultiplier(toNumber(fn.arg(0), getVM(fn)));
getVM 196 libcore/asobj/flash/geom/ColorTransform_as.cpp relay->setBlueOffset(toNumber(fn.arg(0), getVM(fn)));
getVM 208 libcore/asobj/flash/geom/ColorTransform_as.cpp relay->setGreenMultiplier(toNumber(fn.arg(0), getVM(fn)));
getVM 221 libcore/asobj/flash/geom/ColorTransform_as.cpp relay->setGreenOffset(toNumber(fn.arg(0), getVM(fn)));
getVM 234 libcore/asobj/flash/geom/ColorTransform_as.cpp relay->setRedMultiplier(toNumber(fn.arg(0), getVM(fn)));
getVM 249 libcore/asobj/flash/geom/ColorTransform_as.cpp relay->setRedOffset(toNumber(fn.arg(0), getVM(fn)));
getVM 263 libcore/asobj/flash/geom/ColorTransform_as.cpp as_object* o = toObject(fn.arg(0), getVM(fn));
getVM 280 libcore/asobj/flash/geom/ColorTransform_as.cpp VM& vm = getVM(fn);
getVM 339 libcore/asobj/flash/geom/ColorTransform_as.cpp boost::uint32_t rgb = toInt(fn.arg(0), getVM(fn));
getVM 386 libcore/asobj/flash/geom/ColorTransform_as.cpp obj->setRelay(new ColorTransform_as(toNumber(fn.arg(0), getVM(fn)),
getVM 387 libcore/asobj/flash/geom/ColorTransform_as.cpp toNumber(fn.arg(1), getVM(fn)),
getVM 388 libcore/asobj/flash/geom/ColorTransform_as.cpp toNumber(fn.arg(2), getVM(fn)),
getVM 389 libcore/asobj/flash/geom/ColorTransform_as.cpp toNumber(fn.arg(3), getVM(fn)),
getVM 390 libcore/asobj/flash/geom/ColorTransform_as.cpp toNumber(fn.arg(4), getVM(fn)),
getVM 391 libcore/asobj/flash/geom/ColorTransform_as.cpp toNumber(fn.arg(5), getVM(fn)),
getVM 392 libcore/asobj/flash/geom/ColorTransform_as.cpp toNumber(fn.arg(6), getVM(fn)),
getVM 393 libcore/asobj/flash/geom/ColorTransform_as.cpp toNumber(fn.arg(7), getVM(fn))));
getVM 204 libcore/asobj/flash/geom/Matrix_as.cpp as_object* obj = toObject(arg, getVM(fn));
getVM 274 libcore/asobj/flash/geom/Matrix_as.cpp rotation = toNumber(fn.arg(2), getVM(fn));
getVM 277 libcore/asobj/flash/geom/Matrix_as.cpp scaleY = toNumber(fn.arg(1), getVM(fn));
getVM 278 libcore/asobj/flash/geom/Matrix_as.cpp scaleX = toNumber(fn.arg(0), getVM(fn));
getVM 334 libcore/asobj/flash/geom/Matrix_as.cpp rotation = toNumber(fn.arg(2), getVM(fn));
getVM 337 libcore/asobj/flash/geom/Matrix_as.cpp widthY = toNumber(fn.arg(1), getVM(fn));
getVM 338 libcore/asobj/flash/geom/Matrix_as.cpp widthX = toNumber(fn.arg(0), getVM(fn));
getVM 359 libcore/asobj/flash/geom/Matrix_as.cpp VM& vm = getVM(fn);
getVM 407 libcore/asobj/flash/geom/Matrix_as.cpp as_object* obj = toObject(arg, getVM(fn));
getVM 528 libcore/asobj/flash/geom/Matrix_as.cpp const double rot = toNumber(fn.arg(0), getVM(fn));
getVM 547 libcore/asobj/flash/geom/Matrix_as.cpp currentMatrix(0, 0) = toNumber(a, getVM(fn));
getVM 548 libcore/asobj/flash/geom/Matrix_as.cpp currentMatrix(0, 1) = toNumber(b, getVM(fn));
getVM 549 libcore/asobj/flash/geom/Matrix_as.cpp currentMatrix(1, 0) = toNumber(c, getVM(fn));
getVM 550 libcore/asobj/flash/geom/Matrix_as.cpp currentMatrix(1, 1) = toNumber(d, getVM(fn));
getVM 571 libcore/asobj/flash/geom/Matrix_as.cpp translation(0) = toNumber(tx, getVM(fn));
getVM 572 libcore/asobj/flash/geom/Matrix_as.cpp translation(1) = toNumber(ty, getVM(fn));
getVM 602 libcore/asobj/flash/geom/Matrix_as.cpp const double scaleX = toNumber(fn.arg(0), getVM(fn));
getVM 603 libcore/asobj/flash/geom/Matrix_as.cpp const double scaleY = toNumber(fn.arg(1), getVM(fn));
getVM 622 libcore/asobj/flash/geom/Matrix_as.cpp currentMatrix(0, 0) = toNumber(a, getVM(fn));
getVM 623 libcore/asobj/flash/geom/Matrix_as.cpp currentMatrix(0, 1) = toNumber(b, getVM(fn));
getVM 624 libcore/asobj/flash/geom/Matrix_as.cpp currentMatrix(1, 0) = toNumber(c, getVM(fn));
getVM 625 libcore/asobj/flash/geom/Matrix_as.cpp currentMatrix(1, 1) = toNumber(d, getVM(fn));
getVM 645 libcore/asobj/flash/geom/Matrix_as.cpp ptr->set_member(NSV::PROP_TX, as_value(toNumber(tx, getVM(fn)) * scaleX));
getVM 646 libcore/asobj/flash/geom/Matrix_as.cpp ptr->set_member(NSV::PROP_TY, as_value(toNumber(ty, getVM(fn)) * scaleY));
getVM 666 libcore/asobj/flash/geom/Matrix_as.cpp VM& vm = getVM(fn);
getVM 715 libcore/asobj/flash/geom/Matrix_as.cpp as_object* obj = toObject(arg, getVM(fn));
getVM 745 libcore/asobj/flash/geom/Matrix_as.cpp args += point(0) + toNumber(tx, getVM(fn)), point(1) + toNumber(ty, getVM(fn));
getVM 776 libcore/asobj/flash/geom/Matrix_as.cpp double transX = toNumber(fn.arg(0), getVM(fn)) + toNumber(tx, getVM(fn));
getVM 777 libcore/asobj/flash/geom/Matrix_as.cpp double transY = toNumber(fn.arg(1), getVM(fn)) + toNumber(ty, getVM(fn));
getVM 806 libcore/asobj/flash/geom/Matrix_as.cpp VM& vm = getVM(pointObject);
getVM 845 libcore/asobj/flash/geom/Matrix_as.cpp VM& vm = getVM(matrixObject);
getVM 872 libcore/asobj/flash/geom/Matrix_as.cpp const ObjectURI& identity = getURI(getVM(fn), "identity");
getVM 132 libcore/asobj/flash/geom/Point_as.cpp as_object* o = toObject(arg1, getVM(fn));
getVM 161 libcore/asobj/flash/geom/Point_as.cpp VM& vm = getVM(fn);
getVM 203 libcore/asobj/flash/geom/Point_as.cpp as_object* o = toObject(arg1, getVM(fn));
getVM 223 libcore/asobj/flash/geom/Point_as.cpp return as_value(equals(x, x1, getVM(fn)) && equals(y, y1, getVM(fn)));
getVM 255 libcore/asobj/flash/geom/Point_as.cpp double newlen = toNumber(argval, getVM(fn));
getVM 261 libcore/asobj/flash/geom/Point_as.cpp double x = toNumber(xval, getVM(fn));
getVM 263 libcore/asobj/flash/geom/Point_as.cpp double y = toNumber(yval, getVM(fn));
getVM 272 libcore/asobj/flash/geom/Point_as.cpp xval.set_double( toNumber(xval, getVM(fn)) * fact );
getVM 273 libcore/asobj/flash/geom/Point_as.cpp yval.set_double( toNumber(yval, getVM(fn)) * fact );
getVM 296 libcore/asobj/flash/geom/Point_as.cpp VM& vm = getVM(fn);
getVM 333 libcore/asobj/flash/geom/Point_as.cpp as_object* o = toObject(arg1, getVM(fn));
getVM 362 libcore/asobj/flash/geom/Point_as.cpp x.set_double(toNumber(x, getVM(fn)) - toNumber(x1, getVM(fn)));
getVM 363 libcore/asobj/flash/geom/Point_as.cpp y.set_double(toNumber(y, getVM(fn)) - toNumber(y1, getVM(fn)));
getVM 377 libcore/asobj/flash/geom/Point_as.cpp VM& vm = getVM(fn);
getVM 398 libcore/asobj/flash/geom/Point_as.cpp double x = toNumber(xval, getVM(fn));
getVM 399 libcore/asobj/flash/geom/Point_as.cpp double y = toNumber(yval, getVM(fn));
getVM 443 libcore/asobj/flash/geom/Point_as.cpp as_object* o1 = toObject(arg1, getVM(fn));
getVM 455 libcore/asobj/flash/geom/Point_as.cpp as_object* o2 = toObject(arg2, getVM(fn));
getVM 461 libcore/asobj/flash/geom/Point_as.cpp double x1 = toNumber(x1val, getVM(fn));
getVM 466 libcore/asobj/flash/geom/Point_as.cpp double y1 = toNumber(y1val, getVM(fn));
getVM 471 libcore/asobj/flash/geom/Point_as.cpp double x2 = toNumber(x2val, getVM(fn));
getVM 476 libcore/asobj/flash/geom/Point_as.cpp double y2 = toNumber(y2val, getVM(fn));
getVM 515 libcore/asobj/flash/geom/Point_as.cpp as_object* p0 = toObject(p0val, getVM(fn));
getVM 530 libcore/asobj/flash/geom/Point_as.cpp as_object* p1 = toObject(p1val, getVM(fn));
getVM 548 libcore/asobj/flash/geom/Point_as.cpp double x0 = toNumber(x0val, getVM(fn));
getVM 549 libcore/asobj/flash/geom/Point_as.cpp double y0 = toNumber(y0val, getVM(fn));
getVM 550 libcore/asobj/flash/geom/Point_as.cpp double x1 = toNumber(x1val, getVM(fn));
getVM 551 libcore/asobj/flash/geom/Point_as.cpp double y1 = toNumber(y1val, getVM(fn));
getVM 552 libcore/asobj/flash/geom/Point_as.cpp double mu = toNumber(muval, getVM(fn));
getVM 557 libcore/asobj/flash/geom/Point_as.cpp VM& vm = getVM(fn);
getVM 594 libcore/asobj/flash/geom/Point_as.cpp double len = toNumber(lval, getVM(fn));
getVM 595 libcore/asobj/flash/geom/Point_as.cpp double angle = toNumber(aval, getVM(fn));
getVM 163 libcore/asobj/flash/geom/Rectangle_as.cpp VM& vm = getVM(fn);
getVM 204 libcore/asobj/flash/geom/Rectangle_as.cpp as_object* arg = (fn.nargs > 0) ? toObject(fn.arg(0), getVM(fn)) : 0;
getVM 206 libcore/asobj/flash/geom/Rectangle_as.cpp VM& vm = getVM(fn);
getVM 258 libcore/asobj/flash/geom/Rectangle_as.cpp as_object* comp = toObject(fn.arg(0), getVM(fn));
getVM 267 libcore/asobj/flash/geom/Rectangle_as.cpp getMember(*ptr, NSV::PROP_X), getVM(fn))) {
getVM 272 libcore/asobj/flash/geom/Rectangle_as.cpp getMember(*ptr, NSV::PROP_Y), getVM(fn))) {
getVM 277 libcore/asobj/flash/geom/Rectangle_as.cpp getMember(*ptr, NSV::PROP_WIDTH), getVM(fn))) {
getVM 282 libcore/asobj/flash/geom/Rectangle_as.cpp getMember(*ptr, NSV::PROP_HEIGHT), getVM(fn))) {
getVM 336 libcore/asobj/flash/geom/Rectangle_as.cpp double wn = toNumber(w, getVM(fn));
getVM 339 libcore/asobj/flash/geom/Rectangle_as.cpp double hn = toNumber(h, getVM(fn));
getVM 354 libcore/asobj/flash/geom/Rectangle_as.cpp newAdd(x, xdelta, getVM(fn));
getVM 358 libcore/asobj/flash/geom/Rectangle_as.cpp newAdd(y, ydelta, getVM(fn));
getVM 369 libcore/asobj/flash/geom/Rectangle_as.cpp as_object* arg = (fn.nargs > 0) ? toObject(fn.arg(0), getVM(fn)) : 0;
getVM 376 libcore/asobj/flash/geom/Rectangle_as.cpp newAdd(x, xdelta, getVM(fn));
getVM 380 libcore/asobj/flash/geom/Rectangle_as.cpp newAdd(y, ydelta, getVM(fn));
getVM 407 libcore/asobj/flash/geom/Rectangle_as.cpp VM& vm = getVM(fn);
getVM 439 libcore/asobj/flash/geom/Rectangle_as.cpp newAdd(b, height, getVM(fn));
getVM 444 libcore/asobj/flash/geom/Rectangle_as.cpp subtract(height, y, getVM(fn));
getVM 462 libcore/asobj/flash/geom/Rectangle_as.cpp VM& vm = getVM(fn);
getVM 506 libcore/asobj/flash/geom/Rectangle_as.cpp VM& vm = getVM(fn);
getVM 522 libcore/asobj/flash/geom/Rectangle_as.cpp newAdd(r, width, getVM(fn));
getVM 529 libcore/asobj/flash/geom/Rectangle_as.cpp subtract(width, x, getVM(fn));
getVM 583 libcore/asobj/flash/geom/Rectangle_as.cpp VM& vm = getVM(fn);
getVM 633 libcore/asobj/flash/geom/Rectangle_as.cpp const ObjectURI& setEmpty = getURI(getVM(fn), "setEmpty");
getVM 150 libcore/asobj/flash/geom/Transform_as.cpp as_object* obj = toObject(fn.arg(0), getVM(fn));
getVM 310 libcore/asobj/flash/geom/Transform_as.cpp as_object* obj = toObject(fn.arg(0), getVM(fn));
getVM 361 libcore/asobj/flash/geom/Transform_as.cpp as_object* o = toObject(fn.arg(0), getVM(fn));
getVM 46 libcore/asobj/flash/geom/geom_pkg.cpp VM& vm = getVM(fn);
getVM 42 libcore/asobj/flash/net/net_pkg.cpp VM& vm = getVM(fn);
getVM 40 libcore/asobj/flash/text/text_pkg.cpp VM& vm = getVM(fn);
getVM 69 libcore/builtin_function.h FrameGuard guard(getVM(fn), *this);
getVM 1521 libcore/movie_root.cpp VM &vm = getVM();
getVM 1529 libcore/movie_root.cpp VM &vm = getVM();
getVM 1831 libcore/movie_root.cpp const ObjectURI& key = getURI(getVM(), name);
getVM 2517 libcore/movie_root.cpp Global_as& gl = *mr.getVM().getGlobal();
getVM 2521 libcore/movie_root.cpp return toObject(val, mr.getVM());
getVM 377 libcore/movie_root.h VM& getVM() { return _vm; }
getVM 53 libcore/swf/DoABCTag.h VM& vm = getVM(*getObject(m));
getVM 47 libcore/swf/SymbolClassTag.h VM& vm = getVM(*getObject(m));
getVM 534 libcore/vm/ASHandlers.cpp VM& vm = getVM(thread.env);
getVM 690 libcore/vm/ASHandlers.cpp const double operand2 = toNumber(env.top(0), getVM(env));
getVM 691 libcore/vm/ASHandlers.cpp const double operand1 = toNumber(env.top(1), getVM(env));
getVM 700 libcore/vm/ASHandlers.cpp subtract(env.top(1), env.top(0), getVM(env));
getVM 709 libcore/vm/ASHandlers.cpp const double operand2 = toNumber(env.top(0), getVM(env));
getVM 710 libcore/vm/ASHandlers.cpp const double operand1 = toNumber(env.top(1), getVM(env));
getVM 725 libcore/vm/ASHandlers.cpp const double operand2 = toNumber(env.top(0), getVM(env));
getVM 726 libcore/vm/ASHandlers.cpp const double operand1 = toNumber(env.top(1), getVM(env));
getVM 761 libcore/vm/ASHandlers.cpp const double op1 = toNumber(env.top(0), getVM(env));
getVM 762 libcore/vm/ASHandlers.cpp const double op2 = toNumber(env.top(1), getVM(env));
getVM 767 libcore/vm/ASHandlers.cpp if (env.get_version() < 5) convertToNumber(env.top(1), getVM(env));
getVM 778 libcore/vm/ASHandlers.cpp const double d2 = toNumber(env.top(1), getVM(env));
getVM 779 libcore/vm/ASHandlers.cpp const double d1 = toNumber(env.top(0), getVM(env));
getVM 784 libcore/vm/ASHandlers.cpp if (env.get_version() < 5) convertToNumber(env.top(1), getVM(env));
getVM 795 libcore/vm/ASHandlers.cpp env.top(1).set_bool(toBool(env.top(1), getVM(env)) &&
getVM 796 libcore/vm/ASHandlers.cpp toBool(env.top(0), getVM(env)));
getVM 806 libcore/vm/ASHandlers.cpp env.top(1).set_bool(toBool(env.top(1), getVM(env)) ||
getVM 807 libcore/vm/ASHandlers.cpp toBool(env.top(0), getVM(env)));
getVM 816 libcore/vm/ASHandlers.cpp env.top(0).set_bool(!toBool(env.top(0), getVM(env)));
getVM 819 libcore/vm/ASHandlers.cpp if (env.get_version() < 5) convertToNumber(env.top(0), getVM(env));
getVM 865 libcore/vm/ASHandlers.cpp int size = toInt(env.top(0), getVM(env));
getVM 866 libcore/vm/ASHandlers.cpp int start = toInt(env.top(1), getVM(env));
getVM 942 libcore/vm/ASHandlers.cpp env.top(0).set_double(toInt(env.top(0), getVM(env)));
getVM 1052 libcore/vm/ASHandlers.cpp unsigned int prop_number = toNumber(env.top(0), getVM(env));
getVM 1076 libcore/vm/ASHandlers.cpp unsigned int prop_number = toNumber(env.top(1), getVM(env));
getVM 1099 libcore/vm/ASHandlers.cpp const double depth = toNumber(env.top(0), getVM(env)) +
getVM 1208 libcore/vm/ASHandlers.cpp st.setLockCentered(toBool(env.top(1), getVM(env)));
getVM 1211 libcore/vm/ASHandlers.cpp if (toBool(env.top(2), getVM(env))) {
getVM 1215 libcore/vm/ASHandlers.cpp boost::int32_t y1 = pixelsToTwips(toNumber(env.top(3), getVM(env)));
getVM 1216 libcore/vm/ASHandlers.cpp boost::int32_t x1 = pixelsToTwips(toNumber(env.top(4), getVM(env)));
getVM 1217 libcore/vm/ASHandlers.cpp boost::int32_t y0 = pixelsToTwips(toNumber(env.top(5), getVM(env)));
getVM 1218 libcore/vm/ASHandlers.cpp boost::int32_t x0 = pixelsToTwips(toNumber(env.top(6), getVM(env)));
getVM 1242 libcore/vm/ASHandlers.cpp VM& vm = getVM(env);
getVM 1288 libcore/vm/ASHandlers.cpp as_object* instance = safeToObject(getVM(thread.env), env.top(0));
getVM 1291 libcore/vm/ASHandlers.cpp as_object* super = safeToObject(getVM(thread.env), env.top(1));
getVM 1330 libcore/vm/ASHandlers.cpp as_object* obj = safeToObject(getVM(thread.env), objval);
getVM 1331 libcore/vm/ASHandlers.cpp int count = toNumber(env.pop(), getVM(env));
getVM 1348 libcore/vm/ASHandlers.cpp obj = safeToObject(getVM(thread.env), protoval);
getVM 1367 libcore/vm/ASHandlers.cpp as_object* ctor = safeToObject(getVM(thread.env), ctorval);
getVM 1382 libcore/vm/ASHandlers.cpp as_object *inter = safeToObject(getVM(thread.env), protoval);
getVM 1413 libcore/vm/ASHandlers.cpp const unsigned int nargs = toInt(env.top(off++), getVM(env));
getVM 1445 libcore/vm/ASHandlers.cpp int max = toInt(env.top(0), getVM(env));
getVM 1450 libcore/vm/ASHandlers.cpp VM::RNG& rnd = getVM(env).randomNumberGenerator();
getVM 1507 libcore/vm/ASHandlers.cpp const boost::uint16_t c = toInt(env.top(0), getVM(env));
getVM 1539 libcore/vm/ASHandlers.cpp const VM& vm = getVM(env);
getVM 1552 libcore/vm/ASHandlers.cpp int size = toInt(env.top(0), getVM(env));
getVM 1553 libcore/vm/ASHandlers.cpp int start = toInt(env.top(1), getVM(env));
getVM 1653 libcore/vm/ASHandlers.cpp const boost::uint16_t i = toInt(env.top(0), getVM(env));
getVM 1812 libcore/vm/ASHandlers.cpp const as_value* v = getVM(env).getRegister(reg);
getVM 1932 libcore/vm/ASHandlers.cpp const bool test = toBool(env.pop(), getVM(env));
getVM 2100 libcore/vm/ASHandlers.cpp obj = safeToObject(getVM(thread.env), target);
getVM 2109 libcore/vm/ASHandlers.cpp obj = safeToObject(getVM(thread.env), env.top(1));
getVM 2123 libcore/vm/ASHandlers.cpp VM& vm = getVM(env);
getVM 2163 libcore/vm/ASHandlers.cpp as_object* obj = safeToObject(getVM(thread.env), target);
getVM 2165 libcore/vm/ASHandlers.cpp VM& vm = getVM(env);
getVM 2219 libcore/vm/ASHandlers.cpp as_object* obj = toObject(function, getVM(thread.env));
getVM 2227 libcore/vm/ASHandlers.cpp size_t nargs = toNumber(env.pop(), getVM(env));
getVM 2275 libcore/vm/ASHandlers.cpp const double y = toNumber(env.pop(), getVM(env));
getVM 2276 libcore/vm/ASHandlers.cpp const double x = toNumber(env.pop(), getVM(env));
getVM 2297 libcore/vm/ASHandlers.cpp unsigned nargs = toNumber(env.pop(), getVM(env));
getVM 2333 libcore/vm/ASHandlers.cpp const ObjectURI& name = getURI(getVM(env), varname);
getVM 2334 libcore/vm/ASHandlers.cpp VM& vm = getVM(env);
getVM 2353 libcore/vm/ASHandlers.cpp const int array_size = toInt(env.pop(), getVM(env));
getVM 2360 libcore/vm/ASHandlers.cpp VM& vm = getVM(env);
getVM 2385 libcore/vm/ASHandlers.cpp const int nmembers = toInt(env.pop(), getVM(env));
getVM 2393 libcore/vm/ASHandlers.cpp VM& vm = getVM(env);
getVM 2460 libcore/vm/ASHandlers.cpp const as_object* obj = safeToObject(getVM(thread.env), variable);
getVM 2479 libcore/vm/ASHandlers.cpp newAdd(env.top(1), env.top(0), getVM(env));
getVM 2488 libcore/vm/ASHandlers.cpp env.top(1) = newLessThan(env.top(1), env.top(0), getVM(env));
getVM 2501 libcore/vm/ASHandlers.cpp VM& vm = getVM(env);
getVM 2520 libcore/vm/ASHandlers.cpp env.top(1).set_bool(equals(op1, op2, getVM(env)));
getVM 2525 libcore/vm/ASHandlers.cpp env.top(1).set_bool(equals(env.top(1), env.top(0), getVM(env)));
getVM 2534 libcore/vm/ASHandlers.cpp convertToNumber(env.top(0), getVM(env));
getVM 2541 libcore/vm/ASHandlers.cpp convertToString(env.top(0), getVM(env));
getVM 2566 libcore/vm/ASHandlers.cpp as_object* obj = safeToObject(getVM(thread.env), target);
getVM 2582 libcore/vm/ASHandlers.cpp const ObjectURI& k = getURI(getVM(env), member_name.to_string());
getVM 2605 libcore/vm/ASHandlers.cpp as_object* obj = safeToObject(getVM(thread.env), env.top(2));
getVM 2618 libcore/vm/ASHandlers.cpp obj->set_member(getURI(getVM(env), member_name), member_value);
getVM 2645 libcore/vm/ASHandlers.cpp env.top(0).set_double(toNumber(env.top(0), getVM(env)) + 1);
getVM 2652 libcore/vm/ASHandlers.cpp env.top(0).set_double(toNumber(env.top(0), getVM(env)) - 1);
getVM 2690 libcore/vm/ASHandlers.cpp size_t nargs = toNumber(env.pop(), getVM(env));
getVM 2707 libcore/vm/ASHandlers.cpp as_object* obj = safeToObject(getVM(thread.env), obj_value);
getVM 2739 libcore/vm/ASHandlers.cpp methURI = getURI(getVM(env), method_string);
getVM 2755 libcore/vm/ASHandlers.cpp method_obj = safeToObject(getVM(thread.env), method_value);
getVM 2827 libcore/vm/ASHandlers.cpp unsigned nargs = toNumber(env.pop(), getVM(env));
getVM 2838 libcore/vm/ASHandlers.cpp as_object* obj = safeToObject(getVM(thread.env), obj_val);
getVM 2857 libcore/vm/ASHandlers.cpp const ObjectURI& k = getURI(getVM(env), method_string);
getVM 2902 libcore/vm/ASHandlers.cpp as_object* super = safeToObject(getVM(thread.env), env.top(0));
getVM 2906 libcore/vm/ASHandlers.cpp safeToObject(getVM(thread.env), env.top(1)) : 0;
getVM 2937 libcore/vm/ASHandlers.cpp as_object* obj = safeToObject(getVM(thread.env), obj_val);
getVM 2954 libcore/vm/ASHandlers.cpp const int operand1 = toInt(env.top(1), getVM(env));
getVM 2955 libcore/vm/ASHandlers.cpp const int operand2 = toInt(env.top(0), getVM(env));
getVM 2966 libcore/vm/ASHandlers.cpp const int operand1 = toInt(env.top(1), getVM(env));
getVM 2967 libcore/vm/ASHandlers.cpp const int operand2 = toInt(env.top(0), getVM(env));
getVM 2978 libcore/vm/ASHandlers.cpp const int operand1 = toInt(env.top(1), getVM(env));
getVM 2979 libcore/vm/ASHandlers.cpp const int operand2 = toInt(env.top(0), getVM(env));
getVM 2993 libcore/vm/ASHandlers.cpp boost::int32_t amount = toInt(env.top(0), getVM(env)) % 32;
getVM 2996 libcore/vm/ASHandlers.cpp boost::int32_t value = toInt(env.top(1), getVM(env));
getVM 3010 libcore/vm/ASHandlers.cpp boost::uint32_t amount = toInt(env.top(0), getVM(env));
getVM 3011 libcore/vm/ASHandlers.cpp boost::int32_t value = toInt(env.top(1), getVM(env));
getVM 3025 libcore/vm/ASHandlers.cpp boost::uint32_t amount = toInt(env.top(0), getVM(env));
getVM 3026 libcore/vm/ASHandlers.cpp boost::int32_t value = toInt(env.top(1), getVM(env));
getVM 3068 libcore/vm/ASHandlers.cpp as_object* super = toObject(env.top(0), getVM(thread.env));
getVM 3089 libcore/vm/ASHandlers.cpp toObject(getMember(*super, NSV::PROP_PROTOTYPE), getVM(thread.env));
getVM 3165 libcore/vm/ASHandlers.cpp func->add_arg(arg_register, getURI(getVM(env), arg));
getVM 3281 libcore/vm/ASHandlers.cpp as_object* with_obj = toObject(val, getVM(thread.env));
getVM 3376 libcore/vm/ASHandlers.cpp func->add_arg(0, getURI(getVM(env), arg));
getVM 3418 libcore/vm/ASHandlers.cpp getVM(env).setRegister(reg, env.top(0));
getVM 3510 libcore/vm/ASHandlers.cpp VM& vm = getVM(env);
getVM 98 libcore/vm/ActionExec.cpp CallFrame& topFrame = getVM(newEnv).currentCall();
getVM 128 libcore/vm/ActionExec.cpp VM& vm = getVM(env);
getVM 150 libcore/vm/ActionExec.cpp getVM(env).dumpState(ss, STACK_DUMP_LIMIT);
getVM 289 libcore/vm/ActionExec.cpp getVM(env).dumpState(ss, STACK_DUMP_LIMIT);
getVM 378 libcore/vm/ActionExec.cpp getVM(env).setRegister(t._registerIndex, ex);
getVM 529 libcore/vm/ActionExec.cpp VM& vm = getVM(env);
getVM 631 libcore/vm/ActionExec.cpp setLocal(getVM(env).currentCall(), getURI(getVM(env), name), val);
getVM 868 libcore/vm/Machine.cpp toNumber(_stack.top(0), getVM(fn));
getVM 957 libcore/vm/Machine.cpp toNumber(_stack.top(0), getVM(fn));
getVM 989 libcore/vm/Machine.cpp toNumber(_stack.top(0), getVM(fn));
getVM 1029 libcore/vm/Machine.cpp toNumber(_stack.top(0), getVM(fn));
getVM 2231 libcore/vm/Machine.cpp toNumber(_stack.top(0), getVM(fn)));
getVM 2242 libcore/vm/Machine.cpp _stack.top(0) = toNumber(_stack.top(0), getVM(fn));
getVM 2394 libcore/vm/Machine.cpp _stack.top(0) = -toNumber(_stack.top(0), getVM(fn));
getVM 2415 libcore/vm/Machine.cpp setRegister(foff, toNumber(getRegister(foff), getVM(fn)) + 1);
getVM 2426 libcore/vm/Machine.cpp _stack.top(0) = toNumber(_stack.top(0), getVM(fn)) - 1;
getVM 2436 libcore/vm/Machine.cpp setRegister(foff, toNumber(getRegister(foff), getVM(fn)) - 1);
getVM 2496 libcore/vm/Machine.cpp _stack.top(1) = toNumber(_stack.top(1), getVM(fn)) * toNumber(_stack.top(0), getVM(fn));
getVM 2507 libcore/vm/Machine.cpp _stack.top(1) = toNumber(_stack.top(1), getVM(fn)) / toNumber(_stack.top(0), getVM(fn));
getVM 2520 libcore/vm/Machine.cpp double result = toNumber(_stack.top(1), getVM(fn)) / toNumber(_stack.top(0), getVM(fn));
getVM 2522 libcore/vm/Machine.cpp _stack.top(1) = toNumber(_stack.top(1), getVM(fn)) -
getVM 2523 libcore/vm/Machine.cpp (trunc_result * toNumber(_stack.top(0), getVM(fn)));
getVM 2563 libcore/vm/Machine.cpp static_cast<boost::uint32_t>(toNumber(_stack.top(1), getVM(fn)))
getVM 174 libcore/vm/fn_call.h VM& getVM() const {
getVM 175 libcore/vm/fn_call.h return _env.getVM();
getVM 311 libcore/vm/fn_call.h return fn.getVM().getStringTable();
getVM 317 libcore/vm/fn_call.h return fn.getVM().getRoot();
getVM 323 libcore/vm/fn_call.h return fn.getVM().getSWFVersion();
getVM 327 libcore/vm/fn_call.h getVM(const fn_call& fn)
getVM 329 libcore/vm/fn_call.h return fn.getVM();
getVM 335 libcore/vm/fn_call.h return *fn.getVM().getGlobal();
getVM 326 testsuite/MovieTester.cpp VM& vm = getVM(*getObject(&mc));
getVM 218 testsuite/MovieTester.h return _movie_root->getVM();
getVM 87 testsuite/libcore.all/PropertyListTest.cpp VM& vm = root.getVM();
getVM 56 testsuite/misc-ming.all/DragDropTestRunner.cpp VM& vm = getVM(*getObject(root));
getVM 49 testsuite/misc-ming.all/EmbeddedSoundTest-Runner.cpp VM& vm = getVM(*getObject(root));
getVM 54 testsuite/misc-ming.all/PrototypeEventListenersTestRunner.cpp VM& vm = getVM(*getObject(root));
getVM 64 testsuite/misc-ming.all/eventSoundTest1-Runner.cpp VM& vm = getVM(*getObject(root));
getVM 204 testsuite/misc-ming.all/loading/loadMovieTestRunner.cpp VM& vm = getVM(*getObject(root));
getVM 67 testsuite/misc-swfc.all/button_test1runner.cpp VM& vm = getVM(*getObject(root));