Searched refs:popTryAndEmitCatch (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.h502 RegisterID* popTryAndEmitCatch(TryData*, RegisterID* targetRegister, Label* end);
H A DNodesCodegen.cpp2097 RefPtr<RegisterID> exceptionRegister = generator.popTryAndEmitCatch(tryData, generator.newTemporary(), here.get());
2123 RefPtr<RegisterID> tempExceptionRegister = generator.popTryAndEmitCatch(tryData, generator.newTemporary(), preFinallyLabel.get());
H A DBytecodeGenerator.cpp2326 RegisterID* BytecodeGenerator::popTryAndEmitCatch(TryData* tryData, RegisterID* targetRegister, Label* end) function in class:JSC::BytecodeGenerator

Completed in 323 milliseconds