Home
last modified time | relevance | path

Searched refs:emitJumpSlowToHot (Results 1 – 4 of 4) sorted by relevance

/external/webkit/JavaScriptCore/jit/
DJIT.cpp1325 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_get_by_val)); in privateCompileSlowCases()
1361 emitJumpSlowToHot(jnz32(X86::eax), target + 3); in privateCompileSlowCases()
1368 emitJumpSlowToHot(jnz32(X86::eax), target + 3); in privateCompileSlowCases()
1388 emitJumpSlowToHot(jnz32(X86::eax), target + 3); in privateCompileSlowCases()
1395 emitJumpSlowToHot(jnz32(X86::eax), target + 3); in privateCompileSlowCases()
1415 emitJumpSlowToHot(jump(), OPCODE_LENGTH(op_put_by_val)); in privateCompileSlowCases()
1433 emitJumpSlowToHot(jnz32(X86::eax), target + 2); in privateCompileSlowCases()
1448 emitJumpSlowToHot(jz32(X86::eax), target + 3); in privateCompileSlowCases()
1455 emitJumpSlowToHot(jz32(X86::eax), target + 3); in privateCompileSlowCases()
1472 emitJumpSlowToHot(jz32(X86::eax), target + 2); // inverted! in privateCompileSlowCases()
[all …]
DJITInlineMethods.h423 ALWAYS_INLINE void JIT::emitJumpSlowToHot(Jump jump, int relativeOffset) in emitJumpSlowToHot() function
DJIT.h385 void emitJumpSlowToHot(Jump, int);
/external/webkit/JavaScriptCore/
DChangeLog5346 (JSC::JIT::emitJumpSlowToHot):
5445 (JSC::JIT::emitJumpSlowToHot):