Searched refs:realCall (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DNodesCodegen.cpp487 RefPtr<Label> realCall = generator.newLabel(); local
493 generator.emitJumpIfNotFunctionCall(function.get(), realCall.get());
514 generator.emitLabel(realCall.get());
537 RefPtr<Label> realCall = generator.newLabel(); local
543 generator.emitJumpIfNotFunctionApply(function.get(), realCall.get());
593 generator.emitLabel(realCall.get());
H A DBytecodeGenerator.cpp1753 RefPtr<Label> realCall = newLabel(); local
1764 instructions().append(realCall->bind(begin, instructions().size()));
1784 instructions().append(realCall->bind(begin, instructions().size()));
1812 emitLabel(realCall.get());

Completed in 212 milliseconds