Searched refs:CompileOpStrictEqType (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJIT.h306 enum CompileOpStrictEqType { OpStrictEq, OpNStrictEq }; enum in class:JSC::JIT
307 void compileOpStrictEq(Instruction* instruction, CompileOpStrictEqType type);
H A DJITOpcodes.cpp570 void JIT::compileOpStrictEq(Instruction* currentInstruction, CompileOpStrictEqType type)
H A DJITOpcodes32_64.cpp642 void JIT::compileOpStrictEq(Instruction* currentInstruction, CompileOpStrictEqType type)

Completed in 178 milliseconds