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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.h497 ExpectedFunction emitExpectedFunctionSnippet(RegisterID* dst, RegisterID* func, ExpectedFunction, CallArguments&, Label* done);
H A DBytecodeGenerator.cpp1652 ExpectedFunction BytecodeGenerator::emitExpectedFunctionSnippet(RegisterID* dst, RegisterID* func, ExpectedFunction expectedFunction, CallArguments& callArguments, Label* done) function in class:JSC::BytecodeGenerator
1758 expectedFunction = emitExpectedFunctionSnippet(dst, func, expectedFunction, callArguments, done.get());
1896 expectedFunction = emitExpectedFunctionSnippet(dst, func, expectedFunction, callArguments, done.get());

Completed in 126 milliseconds