Home
last modified time | relevance | path

Searched refs:stubCall (Results 1 – 24 of 24) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp138 stubCall.call(dst); in emitSlow_op_get_by_val()
186 stubCall.call(dst); in emitSlow_op_get_by_pname()
229 stubCall.call(); in emit_op_put_by_index()
238 stubCall.call(); in emit_op_put_getter()
247 stubCall.call(); in emit_op_put_setter()
303 stubCall.call(); in emit_op_put_by_id()
728 stubCall.call(); in privateCompileGetByIdProto()
736 stubCall.call(); in privateCompileGetByIdProto()
780 stubCall.call(); in privateCompileGetByIdSelfList()
788 stubCall.call(); in privateCompileGetByIdSelfList()
[all …]
H A DJITOpcodes.cpp520 stubCall.call(); in emit_op_tear_off_activation()
531 stubCall.call(); in emit_op_tear_off_arguments()
865 stubCall.call(); in emit_op_throw()
973 stubCall.call(); in emit_op_next_pname()
1066 stubCall.call(); in emit_op_jmp_scopes()
1084 stubCall.call(); in emit_op_switch_imm()
1102 stubCall.call(); in emit_op_switch_char()
1119 stubCall.call(); in emit_op_switch_string()
1127 stubCall.call(); in emit_op_throw_reference_error()
1140 stubCall.call(); in emit_op_debug()
[all …]
H A DJITArithmetic.cpp80 stubCall.call(result); in emitSlow_op_lshift()
148 stubCall.call(result); in emitSlow_op_rshift()
242 stubCall.call(dst); in emitSlow_op_urshift()
311 stubCall.call(); in emitSlow_op_jnless()
339 stubCall.call(); in emitSlow_op_jnless()
365 stubCall.call(); in emitSlow_op_jnless()
393 stubCall.call(); in emitSlow_op_jnless()
464 stubCall.call(); in emitSlow_op_jless()
492 stubCall.call(); in emitSlow_op_jless()
518 stubCall.call(); in emitSlow_op_jless()
[all …]
H A DJITPropertyAccess32_64.cpp62 stubCall.call(); in emit_op_put_by_index()
75 stubCall.call(); in emit_op_put_getter()
88 stubCall.call(); in emit_op_put_setter()
100 stubCall.call(dst); in emit_op_del_by_id()
124 stubCall.call(dst); in emit_op_get_by_val()
142 stubCall.call(); in emit_op_put_by_val()
159 stubCall.call(dst); in emit_op_get_by_id()
180 stubCall.call(); in emit_op_put_by_id()
351 stubCall.call(dst); in emitSlow_op_get_by_val()
755 stubCall.call(); in privateCompileGetByIdProto()
[all …]
H A DJITCall.cpp97 stubCall.addArgument(regT0); in compileOpCallVarargsSlowCase()
98 stubCall.addArgument(regT2); in compileOpCallVarargsSlowCase()
99 stubCall.addArgument(regT1); in compileOpCallVarargsSlowCase()
100 stubCall.call(); in compileOpCallVarargsSlowCase()
119 stubCall.addArgument(callee, regT0); in compileOpCall()
122 stubCall.call(); in compileOpCall()
154 stubCall.addArgument(regT0); in compileOpCallSlowCase()
157 stubCall.call(); in compileOpCallSlowCase()
179 stubCall.call(); in compileOpCall()
249 stubCall.addArgument(regT0); in compileOpCallSlowCase()
[all …]
H A DJITOpcodes32_64.cpp544 stubCall.call(); in emitSlow_op_loop_if_lesseq()
623 stubCall.call(); in emitSlow_op_check_has_instance()
738 stubCall.call(); in emit_op_tear_off_activation()
749 stubCall.call(); in emit_op_tear_off_arguments()
923 stubCall.call(); in emitSlow_op_jfalse()
959 stubCall.call(); in emitSlow_op_jtrue()
1269 stubCall.call(); in emit_op_throw()
1375 stubCall.call(); in emit_op_next_pname()
1453 stubCall.call(); in emit_op_jmp_scopes()
1471 stubCall.call(); in emit_op_switch_imm()
[all …]
H A DJITCall32_64.cpp100 stubCall.addArgument(regT3); in compileOpCallVarargsSlowCase()
101 stubCall.addArgument(regT2); in compileOpCallVarargsSlowCase()
102 stubCall.call(); in compileOpCallVarargsSlowCase()
199 stubCall.addArgument(callee); in compileOpCall()
202 stubCall.call(); in compileOpCall()
235 stubCall.addArgument(callee); in compileOpCallSlowCase()
238 stubCall.call(); in compileOpCallSlowCase()
256 stubCall.addArgument(callee); in compileOpCall()
259 stubCall.call(); in compileOpCall()
333 stubCall.addArgument(callee); in compileOpCallSlowCase()
[all …]
H A DJITArithmetic32_64.cpp84 stubCall.call(dst); in emitSlow_op_negate()
172 stubCall.call(); in emitSlow_op_jnless()
259 stubCall.call(); in emitSlow_op_jless()
347 stubCall.call(); in emitSlow_op_jlesseq()
398 stubCall.call(dst); in emitSlow_op_lshift()
499 stubCall.call(dst); in emitRightShiftSlowCase()
564 stubCall.call(dst); in emitSlow_op_bitand()
605 stubCall.call(dst); in emitSlow_op_bitor()
646 stubCall.call(dst); in emitSlow_op_bitxor()
671 stubCall.call(dst); in emitSlow_op_bitnot()
[all …]
H A DJIT.cpp96 JITStubCall stubCall(this, cti_timeout_check); in emitTimeoutCheck() local
98 stubCall.call(timeoutCheckRegister); in emitTimeoutCheck()
120 JITStubCall stubCall(this, cti_##name); \
121 stubCall.addArgument(currentInstruction[2].u.operand); \
123 stubCall.call(currentInstruction[1].u.operand); \
129 JITStubCall stubCall(this, cti_##name); \
131 stubCall.call(currentInstruction[1].u.operand); \
139 JITStubCall stubCall(this, cti_##name); \
142 stubCall.call(currentInstruction[1].u.operand); \
148 JITStubCall stubCall(this, cti_##name); \
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITOpcodes.cpp453 stubCall.call(); in emitSlow_op_loop_if_lesseq()
602 stubCall.call(); in emit_op_tear_off_activation()
779 stubCall.call(); in emitSlow_op_jfalse()
820 stubCall.call(); in emitSlow_op_jtrue()
1151 stubCall.call(); in emit_op_throw()
1255 stubCall.call(); in emit_op_next_pname()
1328 stubCall.call(); in emit_op_catch()
1336 stubCall.call(); in emit_op_jmp_scopes()
1354 stubCall.call(); in emit_op_switch_imm()
1372 stubCall.call(); in emit_op_switch_char()
[all …]
H A DJITArithmetic.cpp85 stubCall.call(dst); in emitSlow_op_negate()
147 stubCall.call(); in emitSlow_op_jnless()
210 stubCall.call(); in emitSlow_op_jless()
273 stubCall.call(); in emitSlow_op_jnlesseq()
314 stubCall.call(dst); in emitSlow_op_lshift()
354 stubCall.call(dst); in emitSlow_op_rshift()
395 stubCall.call(dst); in emitSlow_op_bitand()
436 stubCall.call(dst); in emitSlow_op_bitor()
477 stubCall.call(dst); in emitSlow_op_bitxor()
502 stubCall.call(dst); in emitSlow_op_bitnot()
[all …]
H A DJITCall.cpp145 stubCall.addArgument(Imm32(dst)); in emit_op_ret()
146 stubCall.call(); in emit_op_ret()
219 stubCall.call(); in emit_op_load_varargs()
248 stubCall.addArgument(callee); in compileOpCall()
251 stubCall.call(); in compileOpCall()
314 stubCall.addArgument(callee); in compileOpCall()
317 stubCall.call(); in compileOpCall()
348 stubCall.addArgument(proto); in compileOpCall()
349 stubCall.call(thisRegister); in compileOpCall()
546 stubCall.call();
[all …]
H A DJITPropertyAccess.cpp63 stubCall.call(); in emit_op_put_by_index()
76 stubCall.call(); in emit_op_put_getter()
89 stubCall.call(); in emit_op_put_setter()
101 stubCall.call(dst); in emit_op_del_by_id()
125 stubCall.call(dst); in emit_op_get_by_val()
143 stubCall.call(); in emit_op_put_by_val()
160 stubCall.call(dst); in emit_op_get_by_id()
181 stubCall.call(); in emit_op_put_by_id()
1155 stubCall.call();
1164 stubCall.call();
[all …]
H A DJIT.cpp99 JITStubCall stubCall(this, cti_timeout_check); in emitTimeoutCheck() local
101 stubCall.call(timeoutCheckRegister); in emitTimeoutCheck()
123 JITStubCall stubCall(this, cti_##name); \
124 stubCall.addArgument(currentInstruction[2].u.operand); \
126 stubCall.call(currentInstruction[1].u.operand); \
132 JITStubCall stubCall(this, cti_##name); \
134 stubCall.call(currentInstruction[1].u.operand); \
142 JITStubCall stubCall(this, cti_##name); \
145 stubCall.call(currentInstruction[1].u.operand); \
151 JITStubCall stubCall(this, cti_##name); \
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITOpcodes.cpp453 stubCall.call(); in emitSlow_op_loop_if_lesseq()
602 stubCall.call(); in emit_op_tear_off_activation()
779 stubCall.call(); in emitSlow_op_jfalse()
820 stubCall.call(); in emitSlow_op_jtrue()
1151 stubCall.call(); in emit_op_throw()
1255 stubCall.call(); in emit_op_next_pname()
1328 stubCall.call(); in emit_op_catch()
1336 stubCall.call(); in emit_op_jmp_scopes()
1354 stubCall.call(); in emit_op_switch_imm()
1372 stubCall.call(); in emit_op_switch_char()
[all …]
H A DJITArithmetic.cpp85 stubCall.call(dst); in emitSlow_op_negate()
147 stubCall.call(); in emitSlow_op_jnless()
210 stubCall.call(); in emitSlow_op_jless()
273 stubCall.call(); in emitSlow_op_jnlesseq()
314 stubCall.call(dst); in emitSlow_op_lshift()
354 stubCall.call(dst); in emitSlow_op_rshift()
395 stubCall.call(dst); in emitSlow_op_bitand()
436 stubCall.call(dst); in emitSlow_op_bitor()
477 stubCall.call(dst); in emitSlow_op_bitxor()
502 stubCall.call(dst); in emitSlow_op_bitnot()
[all …]
H A DJITCall.cpp145 stubCall.addArgument(Imm32(dst)); in emit_op_ret()
146 stubCall.call(); in emit_op_ret()
219 stubCall.call(); in emit_op_load_varargs()
248 stubCall.addArgument(callee); in compileOpCall()
251 stubCall.call(); in compileOpCall()
314 stubCall.addArgument(callee); in compileOpCall()
317 stubCall.call(); in compileOpCall()
348 stubCall.addArgument(proto); in compileOpCall()
349 stubCall.call(thisRegister); in compileOpCall()
546 stubCall.call();
[all …]
H A DJITPropertyAccess.cpp63 stubCall.call(); in emit_op_put_by_index()
76 stubCall.call(); in emit_op_put_getter()
89 stubCall.call(); in emit_op_put_setter()
101 stubCall.call(dst); in emit_op_del_by_id()
125 stubCall.call(dst); in emit_op_get_by_val()
143 stubCall.call(); in emit_op_put_by_val()
160 stubCall.call(dst); in emit_op_get_by_id()
181 stubCall.call(); in emit_op_put_by_id()
1155 stubCall.call();
1164 stubCall.call();
[all …]
H A DJIT.cpp99 JITStubCall stubCall(this, cti_timeout_check); in emitTimeoutCheck() local
101 stubCall.call(timeoutCheckRegister); in emitTimeoutCheck()
123 JITStubCall stubCall(this, cti_##name); \
124 stubCall.addArgument(currentInstruction[2].u.operand); \
126 stubCall.call(currentInstruction[1].u.operand); \
132 JITStubCall stubCall(this, cti_##name); \
134 stubCall.call(currentInstruction[1].u.operand); \
142 JITStubCall stubCall(this, cti_##name); \
145 stubCall.call(currentInstruction[1].u.operand); \
151 JITStubCall stubCall(this, cti_##name); \
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/jit/
H A DJITOpcodes.cpp453 stubCall.call(); in emitSlow_op_loop_if_lesseq()
602 stubCall.call(); in emit_op_tear_off_activation()
779 stubCall.call(); in emitSlow_op_jfalse()
820 stubCall.call(); in emitSlow_op_jtrue()
1151 stubCall.call(); in emit_op_throw()
1255 stubCall.call(); in emit_op_next_pname()
1328 stubCall.call(); in emit_op_catch()
1336 stubCall.call(); in emit_op_jmp_scopes()
1354 stubCall.call(); in emit_op_switch_imm()
1372 stubCall.call(); in emit_op_switch_char()
[all …]
H A DJITArithmetic.cpp85 stubCall.call(dst); in emitSlow_op_negate()
147 stubCall.call(); in emitSlow_op_jnless()
210 stubCall.call(); in emitSlow_op_jless()
273 stubCall.call(); in emitSlow_op_jnlesseq()
314 stubCall.call(dst); in emitSlow_op_lshift()
354 stubCall.call(dst); in emitSlow_op_rshift()
395 stubCall.call(dst); in emitSlow_op_bitand()
436 stubCall.call(dst); in emitSlow_op_bitor()
477 stubCall.call(dst); in emitSlow_op_bitxor()
502 stubCall.call(dst); in emitSlow_op_bitnot()
[all …]
H A DJITCall.cpp145 stubCall.addArgument(Imm32(dst)); in emit_op_ret()
146 stubCall.call(); in emit_op_ret()
219 stubCall.call(); in emit_op_load_varargs()
248 stubCall.addArgument(callee); in compileOpCall()
251 stubCall.call(); in compileOpCall()
314 stubCall.addArgument(callee); in compileOpCall()
317 stubCall.call(); in compileOpCall()
348 stubCall.addArgument(proto); in compileOpCall()
349 stubCall.call(thisRegister); in compileOpCall()
546 stubCall.call();
[all …]
H A DJITPropertyAccess.cpp63 stubCall.call(); in emit_op_put_by_index()
76 stubCall.call(); in emit_op_put_getter()
89 stubCall.call(); in emit_op_put_setter()
101 stubCall.call(dst); in emit_op_del_by_id()
125 stubCall.call(dst); in emit_op_get_by_val()
143 stubCall.call(); in emit_op_put_by_val()
160 stubCall.call(dst); in emit_op_get_by_id()
181 stubCall.call(); in emit_op_put_by_id()
1155 stubCall.call();
1164 stubCall.call();
[all …]
H A DJIT.cpp99 JITStubCall stubCall(this, cti_timeout_check); in emitTimeoutCheck() local
101 stubCall.call(timeoutCheckRegister); in emitTimeoutCheck()
123 JITStubCall stubCall(this, cti_##name); \
124 stubCall.addArgument(currentInstruction[2].u.operand); \
126 stubCall.call(currentInstruction[1].u.operand); \
132 JITStubCall stubCall(this, cti_##name); \
134 stubCall.call(currentInstruction[1].u.operand); \
142 JITStubCall stubCall(this, cti_##name); \
145 stubCall.call(currentInstruction[1].u.operand); \
151 JITStubCall stubCall(this, cti_##name); \
[all …]