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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.h583 ExpectedFunction emitExpectedFunctionSnippet(RegisterID* dst, RegisterID* func, ExpectedFunction, CallArguments&, Label* done);
H A DBytecodeGenerator.cpp1751 ExpectedFunction BytecodeGenerator::emitExpectedFunctionSnippet(RegisterID* dst, RegisterID* func, ExpectedFunction expectedFunction, CallArguments& callArguments, Label* done) function in class:JSC::BytecodeGenerator
1843 expectedFunction = emitExpectedFunctionSnippet(dst, func, expectedFunction, callArguments, done.get());
1961 expectedFunction = emitExpectedFunctionSnippet(dst, func, expectedFunction, callArguments, done.get());

Completed in 95 milliseconds