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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DNodesCodegen.cpp546 RefPtr<Label> realCall = generator.newLabel(); local
554 generator.emitJumpIfNotFunctionCall(function.get(), realCall.get());
592 generator.emitLabel(realCall.get());
616 RefPtr<Label> realCall = generator.newLabel(); local
625 generator.emitJumpIfNotFunctionApply(function.get(), realCall.get());
704 generator.emitLabel(realCall.get());
H A DBytecodeGenerator.cpp1654 RefPtr<Label> realCall = newLabel(); local
1665 instructions().append(realCall->bind(begin, instructions().size()));
1685 instructions().append(realCall->bind(begin, instructions().size()));
1713 emitLabel(realCall.get());

Completed in 62 milliseconds