Home
last modified time | relevance | path

Searched refs:emitSlow_op_instanceof (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/jit/
DJIT.h823 void emitSlow_op_instanceof(Instruction*, Vector<SlowCaseEntry>::iterator&);
DJITOpcodes.cpp512 void JIT::emitSlow_op_instanceof(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& … in emitSlow_op_instanceof() function in JSC::JIT
2945 void JIT::emitSlow_op_instanceof(Instruction* currentInstruction, Vector<SlowCaseEntry>::iterator& …
/external/webkit/JavaScriptCore/
DChangeLog7905 (JSC::JIT::emitSlow_op_instanceof): No need to do object type checks -
15626 (JSC::JIT::emitSlow_op_instanceof):
16265 (JSC::JIT::emitSlow_op_instanceof): Ported from TOT.
16294 (JSC::JIT::emitSlow_op_instanceof): Moved from below to be next to its
16892 (JSC::JIT::emitSlow_op_instanceof):