Lines Matching refs:Instruction

389 void JIT::emit_op_mov(Instruction* currentInstruction)
403 void JIT::emit_op_end(Instruction* currentInstruction)
413 void JIT::emit_op_jmp(Instruction* currentInstruction)
419 void JIT::emit_op_loop_if_lesseq(Instruction* currentInstruction)
447 void JIT::emitSlow_op_loop_if_lesseq(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
464 void JIT::emit_op_new_object(Instruction* currentInstruction)
469 void JIT::emit_op_instanceof(Instruction* currentInstruction)
512 void JIT::emitSlow_op_instanceof(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
531 void JIT::emit_op_new_func(Instruction* currentInstruction)
538 void JIT::emit_op_get_global_var(Instruction* currentInstruction)
552 void JIT::emit_op_put_global_var(Instruction* currentInstruction)
566 void JIT::emit_op_get_scoped_var(Instruction* currentInstruction)
585 void JIT::emit_op_put_scoped_var(Instruction* currentInstruction)
605 void JIT::emit_op_tear_off_activation(Instruction* currentInstruction)
612 void JIT::emit_op_tear_off_arguments(Instruction*)
617 void JIT::emit_op_new_array(Instruction* currentInstruction)
625 void JIT::emit_op_resolve(Instruction* currentInstruction)
632 void JIT::emit_op_to_primitive(Instruction* currentInstruction)
648 void JIT::emitSlow_op_to_primitive(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
659 void JIT::emit_op_strcat(Instruction* currentInstruction)
667 void JIT::emit_op_resolve_base(Instruction* currentInstruction)
674 void JIT::emit_op_resolve_skip(Instruction* currentInstruction)
682 void JIT::emit_op_resolve_global(Instruction* currentInstruction)
707 void JIT::emitSlow_op_resolve_global(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
723 void JIT::emit_op_not(Instruction* currentInstruction)
737 void JIT::emitSlow_op_not(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
749 void JIT::emit_op_jfalse(Instruction* currentInstruction)
778 void JIT::emitSlow_op_jfalse(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
790 void JIT::emit_op_jtrue(Instruction* currentInstruction)
819 void JIT::emitSlow_op_jtrue(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
831 void JIT::emit_op_jeq_null(Instruction* currentInstruction)
858 void JIT::emit_op_jneq_null(Instruction* currentInstruction)
885 void JIT::emit_op_jneq_ptr(Instruction* currentInstruction)
896 void JIT::emit_op_jsr(Instruction* currentInstruction)
905 void JIT::emit_op_sret(Instruction* currentInstruction)
910 void JIT::emit_op_eq(Instruction* currentInstruction)
927 void JIT::emitSlow_op_eq(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
962 void JIT::emit_op_neq(Instruction* currentInstruction)
979 void JIT::emitSlow_op_neq(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
1013 void JIT::compileOpStrictEq(Instruction* currentInstruction, CompileOpStrictEqType type)
1039 void JIT::emit_op_stricteq(Instruction* currentInstruction)
1044 void JIT::emitSlow_op_stricteq(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
1059 void JIT::emit_op_nstricteq(Instruction* currentInstruction)
1064 void JIT::emitSlow_op_nstricteq(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
1079 void JIT::emit_op_eq_null(Instruction* currentInstruction)
1105 void JIT::emit_op_neq_null(Instruction* currentInstruction)
1131 void JIT::emit_op_resolve_with_base(Instruction* currentInstruction)
1139 void JIT::emit_op_new_func_exp(Instruction* currentInstruction)
1146 void JIT::emit_op_new_regexp(Instruction* currentInstruction)
1153 void JIT::emit_op_throw(Instruction* currentInstruction)
1167 void JIT::emit_op_get_pnames(Instruction* currentInstruction)
1207 void JIT::emit_op_next_pname(Instruction* currentInstruction)
1272 void JIT::emit_op_push_scope(Instruction* currentInstruction)
1279 void JIT::emit_op_pop_scope(Instruction*)
1284 void JIT::emit_op_to_jsnumber(Instruction* currentInstruction)
1300 void JIT::emitSlow_op_to_jsnumber(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
1311 void JIT::emit_op_push_new_scope(Instruction* currentInstruction)
1319 void JIT::emit_op_catch(Instruction* currentInstruction)
1334 void JIT::emit_op_jmp_scopes(Instruction* currentInstruction)
1342 void JIT::emit_op_switch_imm(Instruction* currentInstruction)
1360 void JIT::emit_op_switch_char(Instruction* currentInstruction)
1378 void JIT::emit_op_switch_string(Instruction* currentInstruction)
1395 void JIT::emit_op_new_error(Instruction* currentInstruction)
1408 void JIT::emit_op_debug(Instruction* currentInstruction)
1418 void JIT::emit_op_enter(Instruction*)
1427 void JIT::emit_op_enter_with_activation(Instruction* currentInstruction)
1434 void JIT::emit_op_create_arguments(Instruction*)
1447 void JIT::emit_op_init_arguments(Instruction*)
1452 void JIT::emit_op_convert_this(Instruction* currentInstruction)
1466 void JIT::emitSlow_op_convert_this(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
1478 void JIT::emit_op_profile_will_call(Instruction* currentInstruction)
1489 void JIT::emit_op_profile_did_call(Instruction* currentInstruction)
1854 void JIT::emit_op_mov(Instruction* currentInstruction)
1875 void JIT::emit_op_end(Instruction* currentInstruction)
1885 void JIT::emit_op_jmp(Instruction* currentInstruction)
1892 void JIT::emit_op_loop_if_lesseq(Instruction* currentInstruction)
1916 void JIT::emit_op_new_object(Instruction* currentInstruction)
1921 void JIT::emit_op_instanceof(Instruction* currentInstruction)
1964 void JIT::emit_op_new_func(Instruction* currentInstruction)
1971 void JIT::emit_op_call(Instruction* currentInstruction)
1976 void JIT::emit_op_call_eval(Instruction* currentInstruction)
1981 void JIT::emit_op_load_varargs(Instruction* currentInstruction)
1993 void JIT::emit_op_call_varargs(Instruction* currentInstruction)
1998 void JIT::emit_op_construct(Instruction* currentInstruction)
2003 void JIT::emit_op_get_global_var(Instruction* currentInstruction)
2011 void JIT::emit_op_put_global_var(Instruction* currentInstruction)
2019 void JIT::emit_op_get_scoped_var(Instruction* currentInstruction)
2032 void JIT::emit_op_put_scoped_var(Instruction* currentInstruction)
2045 void JIT::emit_op_tear_off_activation(Instruction* currentInstruction)
2052 void JIT::emit_op_tear_off_arguments(Instruction*)
2057 void JIT::emit_op_ret(Instruction* currentInstruction)
2081 void JIT::emit_op_new_array(Instruction* currentInstruction)
2089 void JIT::emit_op_resolve(Instruction* currentInstruction)
2096 void JIT::emit_op_construct_verify(Instruction* currentInstruction)
2106 void JIT::emit_op_to_primitive(Instruction* currentInstruction)
2122 void JIT::emit_op_strcat(Instruction* currentInstruction)
2130 void JIT::emit_op_resolve_base(Instruction* currentInstruction)
2137 void JIT::emit_op_resolve_skip(Instruction* currentInstruction)
2145 void JIT::emit_op_resolve_global(Instruction* currentInstruction)
2178 void JIT::emit_op_not(Instruction* currentInstruction)
2187 void JIT::emit_op_jfalse(Instruction* currentInstruction)
2201 void JIT::emit_op_jeq_null(Instruction* currentInstruction)
2222 void JIT::emit_op_jneq_null(Instruction* currentInstruction)
2244 void JIT::emit_op_jneq_ptr(Instruction* currentInstruction)
2256 void JIT::emit_op_jsr(Instruction* currentInstruction)
2267 void JIT::emit_op_sret(Instruction* currentInstruction)
2273 void JIT::emit_op_eq(Instruction* currentInstruction)
2282 void JIT::emit_op_bitnot(Instruction* currentInstruction)
2295 void JIT::emit_op_resolve_with_base(Instruction* currentInstruction)
2303 void JIT::emit_op_new_func_exp(Instruction* currentInstruction)
2310 void JIT::emit_op_jtrue(Instruction* currentInstruction)
2325 void JIT::emit_op_neq(Instruction* currentInstruction)
2336 void JIT::emit_op_bitxor(Instruction* currentInstruction)
2345 void JIT::emit_op_new_regexp(Instruction* currentInstruction)
2352 void JIT::emit_op_bitor(Instruction* currentInstruction)
2360 void JIT::emit_op_throw(Instruction* currentInstruction)
2373 void JIT::emit_op_get_pnames(Instruction* currentInstruction)
2415 void JIT::emit_op_next_pname(Instruction* currentInstruction)
2485 void JIT::emit_op_push_scope(Instruction* currentInstruction)
2492 void JIT::emit_op_pop_scope(Instruction*)
2497 void JIT::compileOpStrictEq(Instruction* currentInstruction, CompileOpStrictEqType type)
2520 void JIT::emit_op_stricteq(Instruction* currentInstruction)
2525 void JIT::emit_op_nstricteq(Instruction* currentInstruction)
2530 void JIT::emit_op_to_jsnumber(Instruction* currentInstruction)
2546 void JIT::emit_op_push_new_scope(Instruction* currentInstruction)
2554 void JIT::emit_op_catch(Instruction* currentInstruction)
2561 void JIT::emit_op_jmp_scopes(Instruction* currentInstruction)
2570 void JIT::emit_op_switch_imm(Instruction* currentInstruction)
2588 void JIT::emit_op_switch_char(Instruction* currentInstruction)
2606 void JIT::emit_op_switch_string(Instruction* currentInstruction)
2623 void JIT::emit_op_new_error(Instruction* currentInstruction)
2632 void JIT::emit_op_debug(Instruction* currentInstruction)
2641 void JIT::emit_op_eq_null(Instruction* currentInstruction)
2666 void JIT::emit_op_neq_null(Instruction* currentInstruction)
2691 void JIT::emit_op_enter(Instruction*)
2702 void JIT::emit_op_enter_with_activation(Instruction* currentInstruction)
2714 void JIT::emit_op_create_arguments(Instruction*)
2724 void JIT::emit_op_init_arguments(Instruction*)
2729 void JIT::emit_op_convert_this(Instruction* currentInstruction)
2739 void JIT::emit_op_profile_will_call(Instruction* currentInstruction)
2751 void JIT::emit_op_profile_did_call(Instruction* currentInstruction)
2765 void JIT::emitSlow_op_convert_this(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2774 void JIT::emitSlow_op_construct_verify(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2782 void JIT::emitSlow_op_to_primitive(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2791 void JIT::emitSlow_op_get_by_val(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2809 void JIT::emitSlow_op_loop_if_lesseq(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2831 void JIT::emitSlow_op_put_by_val(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2849 void JIT::emitSlow_op_not(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2858 void JIT::emitSlow_op_jfalse(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2867 void JIT::emitSlow_op_bitnot(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2875 void JIT::emitSlow_op_jtrue(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2884 void JIT::emitSlow_op_bitxor(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2893 void JIT::emitSlow_op_bitor(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2902 void JIT::emitSlow_op_eq(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2913 void JIT::emitSlow_op_neq(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2925 void JIT::emitSlow_op_stricteq(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2935 void JIT::emitSlow_op_nstricteq(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2945 void JIT::emitSlow_op_instanceof(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2963 void JIT::emitSlow_op_call(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2968 void JIT::emitSlow_op_call_eval(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2973 void JIT::emitSlow_op_call_varargs(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2978 void JIT::emitSlow_op_construct(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)
2983 void JIT::emitSlow_op_to_jsnumber(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& iter)