INSTR 987 core/Interpreter.cpp INSTR(returnvoid) {
INSTR 992 core/Interpreter.cpp INSTR(returnvalue) {
INSTR 1012 core/Interpreter.cpp INSTR(nop) {
INSTR 1018 core/Interpreter.cpp INSTR(label) {
INSTR 1024 core/Interpreter.cpp INSTR(timestamp) {
INSTR 1030 core/Interpreter.cpp INSTR(coerce_a) { // no-op since interpreter only uses atoms
INSTR 1036 core/Interpreter.cpp INSTR(debugline) {
INSTR 1045 core/Interpreter.cpp INSTR(debug) {
INSTR 1053 core/Interpreter.cpp INSTR(debugfile) {
INSTR 1062 core/Interpreter.cpp INSTR(debugenter) {
INSTR 1072 core/Interpreter.cpp INSTR(debugexit) {
INSTR 1081 core/Interpreter.cpp INSTR(jump) {
INSTR 1091 core/Interpreter.cpp INSTR(pushnull) {
INSTR 1096 core/Interpreter.cpp INSTR(pushundefined) {
INSTR 1101 core/Interpreter.cpp INSTR(pushstring) {
INSTR 1107 core/Interpreter.cpp INSTR(pushint) {
INSTR 1114 core/Interpreter.cpp INSTR(pushuint) {
INSTR 1120 core/Interpreter.cpp INSTR(pushdouble) {
INSTR 1125 core/Interpreter.cpp INSTR(pushnamespace) {
INSTR 1130 core/Interpreter.cpp INSTR(getlocal) {
INSTR 1136 core/Interpreter.cpp INSTR(getlocal0) {
INSTR 1141 core/Interpreter.cpp INSTR(getlocal1) {
INSTR 1146 core/Interpreter.cpp INSTR(getlocal2) {
INSTR 1151 core/Interpreter.cpp INSTR(getlocal3) {
INSTR 1156 core/Interpreter.cpp INSTR(pushtrue) {
INSTR 1161 core/Interpreter.cpp INSTR(pushfalse) {
INSTR 1166 core/Interpreter.cpp INSTR(pushnan) {
INSTR 1171 core/Interpreter.cpp INSTR(pop) {
INSTR 1176 core/Interpreter.cpp INSTR(dup) {
INSTR 1182 core/Interpreter.cpp INSTR(swap) {
INSTR 1189 core/Interpreter.cpp INSTR(convert_s) {
INSTR 1197 core/Interpreter.cpp INSTR(esc_xelem) { // ToXMLString will call EscapeElementValue
INSTR 1203 core/Interpreter.cpp INSTR(esc_xattr) {
INSTR 1209 core/Interpreter.cpp INSTR(convert_d) {
INSTR 1219 core/Interpreter.cpp INSTR(coerce_d) {
INSTR 1224 core/Interpreter.cpp INSTR(convert_b) {
INSTR 1237 core/Interpreter.cpp INSTR(coerce_b) {
INSTR 1242 core/Interpreter.cpp INSTR(convert_o) {
INSTR 1250 core/Interpreter.cpp INSTR(negate) {
INSTR 1264 core/Interpreter.cpp INSTR(negate_i) {
INSTR 1271 core/Interpreter.cpp INSTR(kill) {
INSTR 1277 core/Interpreter.cpp INSTR(typeof) {
INSTR 1282 core/Interpreter.cpp INSTR(not) {
INSTR 1294 core/Interpreter.cpp INSTR(bitnot) {
INSTR 1305 core/Interpreter.cpp INSTR(setlocal) {
INSTR 1311 core/Interpreter.cpp INSTR(setlocal0) {
INSTR 1316 core/Interpreter.cpp INSTR(setlocal1) {
INSTR 1321 core/Interpreter.cpp INSTR(setlocal2) {
INSTR 1326 core/Interpreter.cpp INSTR(setlocal3) {
INSTR 1384 core/Interpreter.cpp INSTR(increment) {
INSTR 1395 core/Interpreter.cpp INSTR(inclocal) {
INSTR 1401 core/Interpreter.cpp INSTR(increment_i) {
INSTR 1414 core/Interpreter.cpp INSTR(inclocal_i) {
INSTR 1420 core/Interpreter.cpp INSTR(decrement) {
INSTR 1431 core/Interpreter.cpp INSTR(declocal) {
INSTR 1437 core/Interpreter.cpp INSTR(decrement_i) {
INSTR 1447 core/Interpreter.cpp INSTR(declocal_i) {
INSTR 1453 core/Interpreter.cpp INSTR(add) {
INSTR 1461 core/Interpreter.cpp INSTR(add_i) {
INSTR 1485 core/Interpreter.cpp INSTR(subtract) {
INSTR 1512 core/Interpreter.cpp INSTR(subtract_i) {
INSTR 1536 core/Interpreter.cpp INSTR(multiply) {
INSTR 1555 core/Interpreter.cpp INSTR(multiply_i) {
INSTR 1567 core/Interpreter.cpp INSTR(divide) {
INSTR 1586 core/Interpreter.cpp INSTR(modulo) {
INSTR 1613 core/Interpreter.cpp INSTR(lshift) {
INSTR 1632 core/Interpreter.cpp INSTR(rshift) {
INSTR 1648 core/Interpreter.cpp INSTR(urshift) {
INSTR 1681 core/Interpreter.cpp INSTR(bitand) {
INSTR 1691 core/Interpreter.cpp INSTR(bitor) {
INSTR 1701 core/Interpreter.cpp INSTR(bitxor) {
INSTR 1711 core/Interpreter.cpp INSTR(equals) {
INSTR 1719 core/Interpreter.cpp INSTR(strictequals) {
INSTR 1726 core/Interpreter.cpp INSTR(lookupswitch) {
INSTR 1747 core/Interpreter.cpp INSTR(iftrue) {
INSTR 1769 core/Interpreter.cpp INSTR(iffalse) {
INSTR 1811 core/Interpreter.cpp INSTR(ifeq) {
INSTR 1818 core/Interpreter.cpp INSTR(ifne) {
INSTR 1825 core/Interpreter.cpp INSTR(ifstricteq) {
INSTR 1832 core/Interpreter.cpp INSTR(ifstrictne) {
INSTR 1839 core/Interpreter.cpp INSTR(iflt) {
INSTR 1846 core/Interpreter.cpp INSTR(ifnlt) {
INSTR 1853 core/Interpreter.cpp INSTR(ifle) {
INSTR 1860 core/Interpreter.cpp INSTR(ifnle) {
INSTR 1867 core/Interpreter.cpp INSTR(ifgt) {
INSTR 1874 core/Interpreter.cpp INSTR(ifngt) {
INSTR 1881 core/Interpreter.cpp INSTR(ifge) {
INSTR 1888 core/Interpreter.cpp INSTR(ifnge) {
INSTR 1909 core/Interpreter.cpp INSTR(lessthan) {
INSTR 1914 core/Interpreter.cpp INSTR(lessequals) {
INSTR 1919 core/Interpreter.cpp INSTR(greaterthan) {
INSTR 1924 core/Interpreter.cpp INSTR(greaterequals) {
INSTR 1929 core/Interpreter.cpp INSTR(newobject) {
INSTR 1937 core/Interpreter.cpp INSTR(newarray) {
INSTR 1966 core/Interpreter.cpp INSTR(getlex) {
INSTR 1981 core/Interpreter.cpp INSTR(getproperty_fast) {
INSTR 1990 core/Interpreter.cpp INSTR(getproperty) {
INSTR 2017 core/Interpreter.cpp INSTR(setproperty) {
INSTR 2048 core/Interpreter.cpp INSTR(initproperty) {
INSTR 2063 core/Interpreter.cpp INSTR(getdescendants) {
INSTR 2076 core/Interpreter.cpp INSTR(checkfilter) {
INSTR 2082 core/Interpreter.cpp INSTR(findpropstrict) {
INSTR 2087 core/Interpreter.cpp INSTR(findproperty) {
INSTR 2102 core/Interpreter.cpp INSTR(finddef) {
INSTR 2109 core/Interpreter.cpp INSTR(nextname) {
INSTR 2119 core/Interpreter.cpp INSTR(nextvalue) {
INSTR 2129 core/Interpreter.cpp INSTR(hasnext) {
INSTR 2139 core/Interpreter.cpp INSTR(hasnext2) {
INSTR 2154 core/Interpreter.cpp INSTR(sxi1) {
INSTR 2160 core/Interpreter.cpp INSTR(sxi8) {
INSTR 2166 core/Interpreter.cpp INSTR(sxi16) {
INSTR 2203 core/Interpreter.cpp INSTR(lix8) {
INSTR 2210 core/Interpreter.cpp INSTR(lix16) {
INSTR 2218 core/Interpreter.cpp INSTR(li8) {
INSTR 2225 core/Interpreter.cpp INSTR(li16) {
INSTR 2232 core/Interpreter.cpp INSTR(li32) {
INSTR 2239 core/Interpreter.cpp INSTR(lf32) {
INSTR 2246 core/Interpreter.cpp INSTR(lf64) {
INSTR 2254 core/Interpreter.cpp INSTR(si8) {
INSTR 2262 core/Interpreter.cpp INSTR(si16) {
INSTR 2270 core/Interpreter.cpp INSTR(si32) {
INSTR 2278 core/Interpreter.cpp INSTR(sf32) {
INSTR 2286 core/Interpreter.cpp INSTR(sf64) {
INSTR 2295 core/Interpreter.cpp INSTR(deleteproperty) {
INSTR 2321 core/Interpreter.cpp INSTR(setslot) {
INSTR 2332 core/Interpreter.cpp INSTR(getslot) {
INSTR 2341 core/Interpreter.cpp INSTR(setglobalslot) {
INSTR 2355 core/Interpreter.cpp INSTR(getglobalslot) {
INSTR 2370 core/Interpreter.cpp INSTR(call) {
INSTR 2380 core/Interpreter.cpp INSTR(construct) {
INSTR 2390 core/Interpreter.cpp INSTR(newfunction) {
INSTR 2398 core/Interpreter.cpp INSTR(newclass) {
INSTR 2407 core/Interpreter.cpp INSTR(callstatic) {
INSTR 2421 core/Interpreter.cpp INSTR(callmethod) {
INSTR 2440 core/Interpreter.cpp INSTR(callproperty) {
INSTR 2463 core/Interpreter.cpp INSTR(callproplex) {
INSTR 2468 core/Interpreter.cpp INSTR(callpropvoid) {
INSTR 2473 core/Interpreter.cpp INSTR(constructprop) {
INSTR 2490 core/Interpreter.cpp INSTR(applytype) {
INSTR 2500 core/Interpreter.cpp INSTR(callsuper) {
INSTR 2522 core/Interpreter.cpp INSTR(callsupervoid) {
INSTR 2532 core/Interpreter.cpp INSTR(getsuper) {
INSTR 2552 core/Interpreter.cpp INSTR(setsuper) {
INSTR 2559 core/Interpreter.cpp INSTR(constructsuper) {
INSTR 2571 core/Interpreter.cpp INSTR(pushshort) {
INSTR 2578 core/Interpreter.cpp INSTR(astype) {
INSTR 2585 core/Interpreter.cpp INSTR(astypelate) {
INSTR 2594 core/Interpreter.cpp INSTR(coerce) {
INSTR 2603 core/Interpreter.cpp INSTR(coerce_o) {
INSTR 2609 core/Interpreter.cpp INSTR(coerce_s) {
INSTR 2621 core/Interpreter.cpp INSTR(istype) {
INSTR 2631 core/Interpreter.cpp INSTR(istypelate) {
INSTR 2641 core/Interpreter.cpp INSTR(pushbyte) {
INSTR 2647 core/Interpreter.cpp INSTR(getscopeobject) {
INSTR 2653 core/Interpreter.cpp INSTR(getouterscope) {
INSTR 2659 core/Interpreter.cpp INSTR(getglobalscope) {
INSTR 2665 core/Interpreter.cpp INSTR(pushscope) {
INSTR 2681 core/Interpreter.cpp INSTR(pushwith) {
INSTR 2700 core/Interpreter.cpp INSTR(newactivation) {
INSTR 2706 core/Interpreter.cpp INSTR(newcatch) {
INSTR 2718 core/Interpreter.cpp INSTR(popscope) {
INSTR 2733 core/Interpreter.cpp INSTR(convert_i) {
INSTR 2747 core/Interpreter.cpp INSTR(coerce_i) {
INSTR 2752 core/Interpreter.cpp INSTR(convert_u) {
INSTR 2763 core/Interpreter.cpp INSTR(coerce_u) {
INSTR 2768 core/Interpreter.cpp INSTR(throw) {
INSTR 2775 core/Interpreter.cpp INSTR(instanceof) {
INSTR 2784 core/Interpreter.cpp INSTR(in) {
INSTR 2793 core/Interpreter.cpp INSTR(dxns) {
INSTR 2800 core/Interpreter.cpp INSTR(dxnslate) {
INSTR 2812 core/Interpreter.cpp INSTR(abs_jump) {
INSTR 2849 core/Interpreter.cpp INSTR(pushbits) {
INSTR 2859 core/Interpreter.cpp INSTR(push_doublebits) {
INSTR 2894 core/Interpreter.cpp INSTR(get2locals) {
INSTR 2901 core/Interpreter.cpp INSTR(get3locals) {
INSTR 2910 core/Interpreter.cpp INSTR(get4locals) {
INSTR 2921 core/Interpreter.cpp INSTR(get5locals) {
INSTR 2934 core/Interpreter.cpp INSTR(storelocal) {
INSTR 2939 core/Interpreter.cpp INSTR(add_ll) {
INSTR 2945 core/Interpreter.cpp INSTR(add_set_lll) {
INSTR 2953 core/Interpreter.cpp INSTR(subtract_ll) {
INSTR 2959 core/Interpreter.cpp INSTR(multiply_ll) {
INSTR 2965 core/Interpreter.cpp INSTR(divide_ll) {
INSTR 2971 core/Interpreter.cpp INSTR(modulo_ll) {
INSTR 2977 core/Interpreter.cpp INSTR(bitand_ll) {
INSTR 2983 core/Interpreter.cpp INSTR(bitor_ll) {
INSTR 2989 core/Interpreter.cpp INSTR(bitxor_ll) {
INSTR 2999 core/Interpreter.cpp INSTR(add_lb) {
INSTR 3005 core/Interpreter.cpp INSTR(subtract_lb) {
INSTR 3011 core/Interpreter.cpp INSTR(multiply_lb) {
INSTR 3017 core/Interpreter.cpp INSTR(divide_lb) {
INSTR 3023 core/Interpreter.cpp INSTR(bitand_lb) {
INSTR 3029 core/Interpreter.cpp INSTR(bitor_lb) {
INSTR 3035 core/Interpreter.cpp INSTR(bitxor_lb) {
INSTR 3041 core/Interpreter.cpp INSTR(iflt_ll) {
INSTR 3046 core/Interpreter.cpp INSTR(ifnlt_ll) {
INSTR 3051 core/Interpreter.cpp INSTR(ifle_ll) {
INSTR 3056 core/Interpreter.cpp INSTR(ifnle_ll) {
INSTR 3061 core/Interpreter.cpp INSTR(ifgt_ll) {
INSTR 3066 core/Interpreter.cpp INSTR(ifngt_ll) {
INSTR 3071 core/Interpreter.cpp INSTR(ifge_ll) {
INSTR 3076 core/Interpreter.cpp INSTR(ifnge_ll) {
INSTR 3081 core/Interpreter.cpp INSTR(ifeq_ll) {
INSTR 3086 core/Interpreter.cpp INSTR(ifne_ll) {
INSTR 3091 core/Interpreter.cpp INSTR(ifstricteq_ll) {
INSTR 3096 core/Interpreter.cpp INSTR(ifstrictne_ll) {
INSTR 3101 core/Interpreter.cpp INSTR(iflt_lb) {
INSTR 3106 core/Interpreter.cpp INSTR(ifnlt_lb) {
INSTR 3111 core/Interpreter.cpp INSTR(ifle_lb) {
INSTR 3116 core/Interpreter.cpp INSTR(ifnle_lb) {
INSTR 3121 core/Interpreter.cpp INSTR(ifgt_lb) {
INSTR 3126 core/Interpreter.cpp INSTR(ifngt_lb) {
INSTR 3131 core/Interpreter.cpp INSTR(ifge_lb) {
INSTR 3136 core/Interpreter.cpp INSTR(ifnge_lb) {
INSTR 3141 core/Interpreter.cpp INSTR(ifeq_lb) {
INSTR 3146 core/Interpreter.cpp INSTR(ifne_lb) {
INSTR 3151 core/Interpreter.cpp INSTR(ifstricteq_lb) {
INSTR 3156 core/Interpreter.cpp INSTR(ifstrictne_lb) {
INSTR 3161 core/Interpreter.cpp INSTR(swap_pop) {
INSTR 3169 core/Interpreter.cpp INSTR(findpropglobal) {
INSTR 3174 core/Interpreter.cpp INSTR(findpropglobalstrict) {