Home | History | Annotate | Download | only in bytecompiler

Lines Matching refs:realCall

410     RefPtr<Label> realCall
416 generator.emitJumpIfNotFunctionCall(function.get(), realCall.get());
438 generator.emitLabel(realCall.get());
461 RefPtr<Label> realCall = generator.newLabel();
467 generator.emitJumpIfNotFunctionApply(function.get(), realCall.get());
519 generator.emitLabel(realCall.get());