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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.h407 PassRefPtr<Label> emitJumpIfNotFunctionCall(RegisterID* cond, Label* target);
H A DBytecodeGenerator.cpp929 PassRefPtr<Label> BytecodeGenerator::emitJumpIfNotFunctionCall(RegisterID* cond, Label* target) function in class:JSC::BytecodeGenerator
H A DNodesCodegen.cpp554 generator.emitJumpIfNotFunctionCall(function.get(), realCall.get());

Completed in 112 milliseconds