HomeSort by relevance Sort by last modified time
    Searched refs:JITStubCall (Results 1 - 8 of 8) sorted by null

  /external/webkit/JavaScriptCore/jit/
JITStubCall.h 35 class JITStubCall {
37 JITStubCall(JIT* jit, JSObject* (JIT_STUB *stub)(STUB_ARGS_DECLARATION))
45 JITStubCall(JIT* jit, JSPropertyNameIterator* (JIT_STUB *stub)(STUB_ARGS_DECLARATION))
53 JITStubCall(JIT* jit, void* (JIT_STUB *stub)(STUB_ARGS_DECLARATION))
61 JITStubCall(JIT* jit, int (JIT_STUB *stub)(STUB_ARGS_DECLARATION))
69 JITStubCall(JIT* jit, bool (JIT_STUB *stub)(STUB_ARGS_DECLARATION))
77 JITStubCall(JIT* jit, void (JIT_STUB *stub)(STUB_ARGS_DECLARATION))
86 JITStubCall(JIT* jit, EncodedJSValue (JIT_STUB *stub)(STUB_ARGS_DECLARATION))
JITOpcodes.cpp 32 #include "JITStubCall.h"
406 JITStubCall(this, cti_op_end).call();
457 JITStubCall stubCall(this, cti_op_loop_if_lesseq);
466 JITStubCall(this, cti_op_new_object).call(currentInstruction[1].u.operand);
524 JITStubCall stubCall(this, cti_op_instanceof);
533 JITStubCall stubCall(this, cti_op_new_func);
607 JITStubCall stubCall(this, cti_op_tear_off_activation);
614 JITStubCall(this, cti_op_tear_off_arguments).call();
619 JITStubCall stubCall(this, cti_op_new_array);
627 JITStubCall stubCall(this, cti_op_resolve)
    [all...]
JITCall.cpp 33 #include "JITStubCall.h"
132 JITStubCall stubCall(this, cti_op_call_NotJSFunction);
145 JITStubCall(this, cti_op_ret_scopeChain).call();
211 JITStubCall stubCall(this, cti_op_load_varargs);
241 JITStubCall stubCall(this, cti_op_call_eval);
261 JITStubCall(this, cti_op_construct_JSConstruct).call(registerOffset - RegisterFile::CallFrameHeaderSize - argCount);
288 JITStubCall stubCall(this, opcodeID == op_construct ? cti_op_construct_NotJSConstruct : cti_op_call_NotJSFunction);
307 JITStubCall stubCall(this, cti_op_call_eval);
338 JITStubCall stubCall(this, cti_op_construct_JSConstruct);
394 JITStubCall(this, cti_op_construct_JSConstruct).call(registerOffset - RegisterFile::CallFrameHeaderSize - argC (…)
    [all...]
JITArithmetic.cpp 33 #include "JITStubCall.h"
84 JITStubCall stubCall(this, cti_op_negate);
145 JITStubCall stubCall(this, cti_op_jless);
208 JITStubCall stubCall(this, cti_op_jless);
271 JITStubCall stubCall(this, cti_op_jlesseq);
312 JITStubCall stubCall(this, cti_op_lshift);
352 JITStubCall stubCall(this, cti_op_rshift);
393 JITStubCall stubCall(this, cti_op_bitand);
434 JITStubCall stubCall(this, cti_op_bitor);
475 JITStubCall stubCall(this, cti_op_bitxor)
    [all...]
JIT.cpp 40 #include "JITStubCall.h"
99 JITStubCall stubCall(this, cti_timeout_check);
109 JITStubCall(this, cti_timeout_check).call(timeoutCheckRegister);
123 JITStubCall stubCall(this, cti_##name); \
132 JITStubCall stubCall(this, cti_##name); \
142 JITStubCall stubCall(this, cti_##name); \
151 JITStubCall stubCall(this, cti_##name); \
477 JITStubCall(this, cti_register_file_check).call();
JITPropertyAccess.cpp 33 #include "JITStubCall.h"
59 JITStubCall stubCall(this, cti_op_put_by_index);
72 JITStubCall stubCall(this, cti_op_put_getter);
85 JITStubCall stubCall(this, cti_op_put_setter);
98 JITStubCall stubCall(this, cti_op_del_by_id);
122 JITStubCall stubCall(this, cti_op_get_by_val);
139 JITStubCall stubCall(this, cti_op_put_by_val);
157 JITStubCall stubCall(this, cti_op_get_by_id_generic);
177 JITStubCall stubCall(this, cti_op_put_by_id_generic);
306 JITStubCall stubCall(this, cti_op_get_by_val)
    [all...]
JIT.h 176 friend class JITStubCall;
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSValue.h 68 friend class JITStubCall;

Completed in 57 milliseconds