Lines Matching full:stub
541 Add JIT entry/thow trampolines, add macro to add thunk wrapper around stub routines.
762 Change the implementation of op_throw so the stub function always modifies its
770 remove return code generated after the stub call (this is now
1110 methods; move property storage reallocation into a standard stub function.
1130 Move property storage reallocation into a standard stub function.
1210 to work with the stub functions from assembler code (since the names no longer
2278 - tighten up the code for the load_varargs stub
3782 Removed the last non-call-related manually managed JIT stub call.
4666 Added the return address of a stub function to the JITStackFrame abstraction.
4933 Added some abstraction around the JIT stub calling convention by creating
5248 Moved all the JIT stub related code into one place.
10772 from JIT code to the stub functions in Interpreter will be incorrectly
14230 line number, the stub will do the accessing if it gets called.
17280 (JSC::JIT::privateCompileMainPass): Don't pass unnecessary vPC to stub.
17283 (JSC::JIT::compileOpCallEvalSetupArgs): Don't pass unnecessary vPC to stub..
17730 and then we would lookup the native code stub using
19430 Fix debug build by adding a stub method.
19820 Previously the access is performed in a function stub, in the repatch form
37789 Implement op_push_new_scope and stub out op_catch. This fixes 11 Mozilla tests.