Searched refs:realFunction (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/JavaScriptCore/bytecompiler/ |
D | NodesCodegen.cpp | 422 … RefPtr<RegisterID> realFunction = generator.emitMove(generator.tempDestination(dst), base.get()); in emitBytecode() local 425 …generator.emitCall(finalDestinationOrIgnored.get(), realFunction.get(), callArguments, divot(), st… in emitBytecode() 431 … RefPtr<RegisterID> realFunction = generator.emitMove(generator.tempDestination(dst), base.get()); in emitBytecode() local 434 …generator.emitCall(finalDestinationOrIgnored.get(), realFunction.get(), callArguments, divot(), st… in emitBytecode() 476 … RefPtr<RegisterID> realFunction = generator.emitMove(generator.tempDestination(dst), base.get()); in emitBytecode() local 479 …generator.emitCall(finalDestinationOrIgnored.get(), realFunction.get(), callArguments, divot(), st… in emitBytecode() 482 … RefPtr<RegisterID> realFunction = generator.emitMove(generator.tempDestination(dst), base.get()); in emitBytecode() local 485 …generator.emitCall(finalDestinationOrIgnored.get(), realFunction.get(), callArguments, divot(), st… in emitBytecode() 489 … RefPtr<RegisterID> realFunction = generator.emitMove(generator.tempDestination(dst), base.get()); in emitBytecode() local 492 …generator.emitCall(finalDestinationOrIgnored.get(), realFunction.get(), callArguments, divot(), st… in emitBytecode() [all …]
|