Home
last modified time | relevance | path

Searched defs:stubCall (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/JavaScriptCore/jit/
DJITOpcodes.cpp521 JITStubCall stubCall(this, cti_op_tear_off_activation); in emit_op_tear_off_activation() local
533 JITStubCall stubCall(this, cti_op_tear_off_arguments); in emit_op_tear_off_arguments() local
599 JITStubCall stubCall(this, cti_op_new_array); in emit_op_new_array() local
607 JITStubCall stubCall(this, cti_op_resolve); in emit_op_resolve() local
630 JITStubCall stubCall(this, cti_op_strcat); in emit_op_strcat() local
638 …JITStubCall stubCall(this, currentInstruction[3].u.operand ? cti_op_resolve_base_strict_put : cti_… in emit_op_resolve_base() local
645 JITStubCall stubCall(this, cti_op_ensure_property_exists); in emit_op_ensure_property_exists() local
653 JITStubCall stubCall(this, cti_op_resolve_skip); in emit_op_resolve_skip() local
688 JITStubCall stubCall(this, cti_op_resolve_global); in emitSlow_op_resolve_global() local
816 JITStubCall stubCall(this, cti_op_resolve_with_base); in emit_op_resolve_with_base() local
[all …]
DJITArithmetic.cpp77 JITStubCall stubCall(this, cti_op_lshift); in emitSlow_op_lshift() local
124 JITStubCall stubCall(this, cti_op_rshift); in emitSlow_op_rshift() local
239 JITStubCall stubCall(this, cti_op_urshift); in emitSlow_op_urshift() local
308 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jnless() local
336 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jnless() local
362 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jnless() local
390 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jnless() local
461 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jless() local
489 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jless() local
515 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jless() local
[all …]
DJITOpcodes32_64.cpp541 JITStubCall stubCall(this, cti_op_loop_if_lesseq); in emitSlow_op_loop_if_lesseq() local
621 JITStubCall stubCall(this, cti_op_check_has_instance); in emitSlow_op_check_has_instance() local
638 JITStubCall stubCall(this, cti_op_instanceof); in emitSlow_op_instanceof() local
735 JITStubCall stubCall(this, cti_op_tear_off_activation); in emit_op_tear_off_activation() local
747 JITStubCall stubCall(this, cti_op_tear_off_arguments); in emit_op_tear_off_arguments() local
755 JITStubCall stubCall(this, cti_op_new_array); in emit_op_new_array() local
763 JITStubCall stubCall(this, cti_op_resolve); in emit_op_resolve() local
790 JITStubCall stubCall(this, cti_op_to_primitive); in emitSlow_op_to_primitive() local
797 JITStubCall stubCall(this, cti_op_strcat); in emit_op_strcat() local
805 …JITStubCall stubCall(this, currentInstruction[3].u.operand ? cti_op_resolve_base_strict_put : cti_… in emit_op_resolve_base() local
[all …]
DJITCall.cpp96 JITStubCall stubCall(this, cti_op_call_NotJSFunction); in compileOpCallVarargsSlowCase() local
118 JITStubCall stubCall(this, cti_op_call_eval); in compileOpCall() local
153 …JITStubCall stubCall(this, opcodeID == op_construct ? cti_op_construct_NotJSConstruct : cti_op_cal… in compileOpCallSlowCase() local
175 JITStubCall stubCall(this, cti_op_call_eval); in compileOpCall() local
248 …JITStubCall stubCall(this, opcodeID == op_construct ? cti_op_construct_NotJSConstruct : cti_op_cal… in compileOpCallSlowCase() local
DJITArithmetic32_64.cpp82 JITStubCall stubCall(this, cti_op_negate); in emitSlow_op_negate() local
169 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jnless() local
256 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jless() local
344 JITStubCall stubCall(this, cti_op_jlesseq); in emitSlow_op_jlesseq() local
395 JITStubCall stubCall(this, cti_op_lshift); in emitSlow_op_lshift() local
496 JITStubCall stubCall(this, isUnsigned ? cti_op_urshift : cti_op_rshift); in emitRightShiftSlowCase() local
561 JITStubCall stubCall(this, cti_op_bitand); in emitSlow_op_bitand() local
602 JITStubCall stubCall(this, cti_op_bitor); in emitSlow_op_bitor() local
643 JITStubCall stubCall(this, cti_op_bitxor); in emitSlow_op_bitxor() local
669 JITStubCall stubCall(this, cti_op_bitnot); in emitSlow_op_bitnot() local
[all …]
DJITPropertyAccess32_64.cpp58 JITStubCall stubCall(this, cti_op_put_by_index); in emit_op_put_by_index() local
71 JITStubCall stubCall(this, cti_op_put_getter); in emit_op_put_getter() local
84 JITStubCall stubCall(this, cti_op_put_setter); in emit_op_put_setter() local
97 JITStubCall stubCall(this, cti_op_del_by_id); in emit_op_del_by_id() local
121 JITStubCall stubCall(this, cti_op_get_by_val); in emit_op_get_by_val() local
138 JITStubCall stubCall(this, cti_op_put_by_val); in emit_op_put_by_val() local
156 JITStubCall stubCall(this, cti_op_get_by_id_generic); in emit_op_get_by_id() local
176 JITStubCall stubCall(this, cti_op_put_by_id_generic); in emit_op_put_by_id() local
348 JITStubCall stubCall(this, cti_op_get_by_val); in emitSlow_op_get_by_val() local
473 JITStubCall stubCall(this, isMethodCheck ? cti_op_get_by_id_method_check : cti_op_get_by_id); in compileGetByIdSlowCase() local
[all …]
DJITPropertyAccess.cpp135 JITStubCall stubCall(this, cti_op_get_by_val); in emitSlow_op_get_by_val() local
183 JITStubCall stubCall(this, cti_op_get_by_val); in emitSlow_op_get_by_pname() local
225 JITStubCall stubCall(this, cti_op_put_by_index); in emit_op_put_by_index() local
234 JITStubCall stubCall(this, cti_op_put_getter); in emit_op_put_getter() local
243 JITStubCall stubCall(this, cti_op_put_setter); in emit_op_put_setter() local
252 JITStubCall stubCall(this, cti_op_del_by_id); in emit_op_del_by_id() local
277 JITStubCall stubCall(this, cti_op_get_by_id_generic); in emit_op_get_by_id() local
299 JITStubCall stubCall(this, direct ? cti_op_put_by_id_direct_generic, cti_op_put_by_id_generic); in emit_op_put_by_id() local
458 JITStubCall stubCall(this, isMethodCheck ? cti_op_get_by_id_method_check : cti_op_get_by_id); in compileGetByIdSlowCase() local
517 JITStubCall stubCall(this, direct ? cti_op_put_by_id_direct : cti_op_put_by_id); in emitSlow_op_put_by_id() local
[all …]
DJITCall32_64.cpp98 JITStubCall stubCall(this, cti_op_call_NotJSFunction); in compileOpCallVarargsSlowCase() local
198 JITStubCall stubCall(this, cti_op_call_eval); in compileOpCall() local
234 …JITStubCall stubCall(this, opcodeID == op_construct ? cti_op_construct_NotJSConstruct : cti_op_cal… in compileOpCallSlowCase() local
255 JITStubCall stubCall(this, cti_op_call_eval); in compileOpCall() local
332 …JITStubCall stubCall(this, opcodeID == op_construct ? cti_op_construct_NotJSConstruct : cti_op_cal… in compileOpCallSlowCase() local
DJIT.cpp97 JITStubCall stubCall(this, cti_timeout_check); in emitTimeoutCheck() local