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

/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h349 PassRefPtr<Label> emitJumpIfNotFunctionApply(RegisterID* cond, Label* target);
H A DBytecodeGenerator.cpp933 PassRefPtr<Label> BytecodeGenerator::emitJumpIfNotFunctionApply(RegisterID* cond, Label* target) function in class:JSC::BytecodeGenerator
H A DNodesCodegen.cpp467 generator.emitJumpIfNotFunctionApply(function.get(), realCall.get());

Completed in 28 milliseconds