Searched refs:continueTarget (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DLabelScope.h43 LabelScope(Type type, const Identifier* name, int scopeDepth, PassRefPtr<Label> breakTarget, PassRefPtr<Label> continueTarget) argument
49 , m_continueTarget(continueTarget)
55 Label* continueTarget() const { return m_continueTarget.get(); } function in class:JSC::LabelScope
H A DNodesCodegen.cpp1739 generator.emitLabel(scope->continueTarget());
1761 generator.emitLabel(scope->continueTarget());
1789 generator.emitLabel(scope->continueTarget());
1821 generator.emitJump(scope->continueTarget());
1895 generator.emitLabel(scope->continueTarget());
1956 LabelScopePtr scope = generator.continueTarget(m_ident);
1962 return scope->continueTarget();
1969 LabelScopePtr scope = generator.continueTarget(m_ident);
1973 generator.emitJump(scope->continueTarget());
H A DBytecodeGenerator.cpp2049 LabelScopePtr BytecodeGenerator::continueTarget(const Identifier& name) function in class:JSC::BytecodeGenerator
2062 ASSERT(scope->continueTarget());
2075 ASSERT(scope->continueTarget());
2472 emitLabel(scope->continueTarget());
2494 emitJump(scope->continueTarget());
2500 emitLabel(scope->continueTarget());
H A DBytecodeGenerator.h455 LabelScopePtr continueTarget(const Identifier&);

Completed in 218 milliseconds