/external/webkit/Source/JavaScriptCore/jit/ |
D | JITOpcodes.cpp | 368 JITStubCall(this, cti_op_new_object).call(currentInstruction[1].u.operand); in emit_op_new_object() 521 JITStubCall stubCall(this, cti_op_tear_off_activation); in emit_op_tear_off_activation() 533 JITStubCall stubCall(this, cti_op_tear_off_arguments); in emit_op_tear_off_arguments() 599 JITStubCall stubCall(this, cti_op_new_array); in emit_op_new_array() 607 JITStubCall stubCall(this, cti_op_resolve); in emit_op_resolve() 630 JITStubCall stubCall(this, cti_op_strcat); in emit_op_strcat() 638 …JITStubCall stubCall(this, currentInstruction[3].u.operand ? cti_op_resolve_base_strict_put : cti_… in emit_op_resolve_base() 645 JITStubCall stubCall(this, cti_op_ensure_property_exists); in emit_op_ensure_property_exists() 653 JITStubCall stubCall(this, cti_op_resolve_skip); in emit_op_resolve_skip() 688 JITStubCall stubCall(this, cti_op_resolve_global); in emitSlow_op_resolve_global() [all …]
|
D | JITStubCall.h | 35 class JITStubCall { 37 JITStubCall(JIT* jit, JSObject* (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) in JITStubCall() function 45 JITStubCall(JIT* jit, JSPropertyNameIterator* (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) in JITStubCall() function 53 JITStubCall(JIT* jit, void* (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) in JITStubCall() function 61 JITStubCall(JIT* jit, int (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) in JITStubCall() function 69 JITStubCall(JIT* jit, bool (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) in JITStubCall() function 77 JITStubCall(JIT* jit, void (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) in JITStubCall() function 86 JITStubCall(JIT* jit, EncodedJSValue (JIT_STUB *stub)(STUB_ARGS_DECLARATION)) in JITStubCall() function
|
D | JITOpcodes32_64.cpp | 541 JITStubCall stubCall(this, cti_op_loop_if_lesseq); in emitSlow_op_loop_if_lesseq() 550 JITStubCall(this, cti_op_new_object).call(currentInstruction[1].u.operand); in emit_op_new_object() 621 JITStubCall stubCall(this, cti_op_check_has_instance); in emitSlow_op_check_has_instance() 638 JITStubCall stubCall(this, cti_op_instanceof); in emitSlow_op_instanceof() 735 JITStubCall stubCall(this, cti_op_tear_off_activation); in emit_op_tear_off_activation() 747 JITStubCall stubCall(this, cti_op_tear_off_arguments); in emit_op_tear_off_arguments() 755 JITStubCall stubCall(this, cti_op_new_array); in emit_op_new_array() 763 JITStubCall stubCall(this, cti_op_resolve); in emit_op_resolve() 790 JITStubCall stubCall(this, cti_op_to_primitive); in emitSlow_op_to_primitive() 797 JITStubCall stubCall(this, cti_op_strcat); in emit_op_strcat() [all …]
|
D | JITArithmetic.cpp | 77 JITStubCall stubCall(this, cti_op_lshift); in emitSlow_op_lshift() 124 JITStubCall stubCall(this, cti_op_rshift); in emitSlow_op_rshift() 239 JITStubCall stubCall(this, cti_op_urshift); in emitSlow_op_urshift() 308 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jnless() 336 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jnless() 362 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jnless() 390 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jnless() 461 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jless() 489 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jless() 515 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jless() [all …]
|
D | JITPropertyAccess32_64.cpp | 58 JITStubCall stubCall(this, cti_op_put_by_index); in emit_op_put_by_index() 71 JITStubCall stubCall(this, cti_op_put_getter); in emit_op_put_getter() 84 JITStubCall stubCall(this, cti_op_put_setter); in emit_op_put_setter() 97 JITStubCall stubCall(this, cti_op_del_by_id); in emit_op_del_by_id() 121 JITStubCall stubCall(this, cti_op_get_by_val); in emit_op_get_by_val() 138 JITStubCall stubCall(this, cti_op_put_by_val); in emit_op_put_by_val() 156 JITStubCall stubCall(this, cti_op_get_by_id_generic); in emit_op_get_by_id() 176 JITStubCall stubCall(this, cti_op_put_by_id_generic); in emit_op_put_by_id() 348 JITStubCall stubCall(this, cti_op_get_by_val); in emitSlow_op_get_by_val() 399 JITStubCall stubPutByValCall(this, cti_op_put_by_val); in emitSlow_op_put_by_val() [all …]
|
D | JITPropertyAccess.cpp | 135 JITStubCall stubCall(this, cti_op_get_by_val); in emitSlow_op_get_by_val() 183 JITStubCall stubCall(this, cti_op_get_by_val); in emitSlow_op_get_by_pname() 225 JITStubCall stubCall(this, cti_op_put_by_index); in emit_op_put_by_index() 234 JITStubCall stubCall(this, cti_op_put_getter); in emit_op_put_getter() 243 JITStubCall stubCall(this, cti_op_put_setter); in emit_op_put_setter() 252 JITStubCall stubCall(this, cti_op_del_by_id); in emit_op_del_by_id() 277 JITStubCall stubCall(this, cti_op_get_by_id_generic); in emit_op_get_by_id() 299 JITStubCall stubCall(this, direct ? cti_op_put_by_id_direct_generic, cti_op_put_by_id_generic); in emit_op_put_by_id() 458 JITStubCall stubCall(this, isMethodCheck ? cti_op_get_by_id_method_check : cti_op_get_by_id); in compileGetByIdSlowCase() 517 JITStubCall stubCall(this, direct ? cti_op_put_by_id_direct : cti_op_put_by_id); in emitSlow_op_put_by_id() [all …]
|
D | JITCall.cpp | 96 JITStubCall stubCall(this, cti_op_call_NotJSFunction); in compileOpCallVarargsSlowCase() 118 JITStubCall stubCall(this, cti_op_call_eval); in compileOpCall() 153 …JITStubCall stubCall(this, opcodeID == op_construct ? cti_op_construct_NotJSConstruct : cti_op_cal… in compileOpCallSlowCase() 175 JITStubCall stubCall(this, cti_op_call_eval); in compileOpCall() 248 …JITStubCall stubCall(this, opcodeID == op_construct ? cti_op_construct_NotJSConstruct : cti_op_cal… in compileOpCallSlowCase()
|
D | JITArithmetic32_64.cpp | 82 JITStubCall stubCall(this, cti_op_negate); in emitSlow_op_negate() 169 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jnless() 256 JITStubCall stubCall(this, cti_op_jless); in emitSlow_op_jless() 344 JITStubCall stubCall(this, cti_op_jlesseq); in emitSlow_op_jlesseq() 395 JITStubCall stubCall(this, cti_op_lshift); in emitSlow_op_lshift() 496 JITStubCall stubCall(this, isUnsigned ? cti_op_urshift : cti_op_rshift); in emitRightShiftSlowCase() 561 JITStubCall stubCall(this, cti_op_bitand); in emitSlow_op_bitand() 602 JITStubCall stubCall(this, cti_op_bitor); in emitSlow_op_bitor() 643 JITStubCall stubCall(this, cti_op_bitxor); in emitSlow_op_bitxor() 669 JITStubCall stubCall(this, cti_op_bitnot); in emitSlow_op_bitnot() [all …]
|
D | JIT.cpp | 97 JITStubCall stubCall(this, cti_timeout_check); in emitTimeoutCheck() 107 JITStubCall(this, cti_timeout_check).call(timeoutCheckRegister); in emitTimeoutCheck() 121 JITStubCall stubCall(this, cti_##name); \ 130 JITStubCall stubCall(this, cti_##name); \ 140 JITStubCall stubCall(this, cti_##name); \ 149 JITStubCall stubCall(this, cti_##name); \ 497 JITStubCall(this, cti_register_file_check).call(); in privateCompile() 509 …JITStubCall(this, m_codeBlock->m_isConstructor ? cti_op_construct_arityCheck : cti_op_call_arityCh… in privateCompile()
|
D | JITCall32_64.cpp | 98 JITStubCall stubCall(this, cti_op_call_NotJSFunction); in compileOpCallVarargsSlowCase() 198 JITStubCall stubCall(this, cti_op_call_eval); in compileOpCall() 234 …JITStubCall stubCall(this, opcodeID == op_construct ? cti_op_construct_NotJSConstruct : cti_op_cal… in compileOpCallSlowCase() 255 JITStubCall stubCall(this, cti_op_call_eval); in compileOpCall() 332 …JITStubCall stubCall(this, opcodeID == op_construct ? cti_op_construct_NotJSConstruct : cti_op_cal… in compileOpCallSlowCase()
|
D | JIT.h | 169 friend class JITStubCall; variable
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSValue.h | 103 friend class JITStubCall; variable
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2010-05-24 | 972 * jit/JITStubCall.h: 973 (JSC::JITStubCall::call): 3438 * jit/JITStubCall.h: 15278 * jit/JITStubCall.h: 15279 (JSC::JITStubCall::JITStubCall): 15280 (JSC::JITStubCall::getArgument): 16734 * jit/JITStubCall.h: Ditto + change the type of m_stub 16736 (JSC::JITStubCall::JITStubCall): 16737 (JSC::JITStubCall::call): 23170 * jit/JITStubCall.h: [all …]
|
D | JavaScriptCore.gypi | 388 'jit/JITStubCall.h',
|
D | GNUmakefile.list.am | 177 Source/JavaScriptCore/jit/JITStubCall.h \
|
D | ChangeLog-2009-06-16 | 2838 Unreviewed build fix: add JITStubCall.h to files list. 2962 * jit/JITStubCall.h: 3166 * GNUmakefile.am: Added JITOpcodes.cpp and JITStubCall.h to the project. 3173 JITOpcodes.cpp and JITStubCall.h to the project. 3181 Moved JITStubCall* into its own header. 3183 Modified JITStubCall to ASSERT that its return value is handled correctly. 3200 * jit/JITStubCall.h: Copied from jit/JIT.h. 3201 (JSC::JITStubCall::JITStubCall): 3202 (JSC::JITStubCall::addArgument): 3203 (JSC::JITStubCall::call): [all …]
|
D | ChangeLog | 3611 * jit/JITStubCall.h: 3612 (JSC::JITStubCall::addArgument):
|
D | ChangeLog-2011-02-16 | 24548 than using JITStubCall.h.
|
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/ |
D | project.pbxproj | 341 …0626960FB8EC02009798AB /* JITStubCall.h in Headers */ = {isa = PBXBuildFile; fileRef = 960626950FB… 1031 …B8EC02009798AB /* JITStubCall.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 1447 960626950FB8EC02009798AB /* JITStubCall.h */, 2313 960626960FB8EC02009798AB /* JITStubCall.h in Headers */,
|