Searched defs:BytecodeGenerator (Results 1 - 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h71 class BytecodeGenerator : public FastAllocBase { class in namespace:JSC
79 BytecodeGenerator(ProgramNode*, const Debugger*, const ScopeChain&, SymbolTable*, ProgramCodeBlock*);
80 BytecodeGenerator(FunctionBodyNode*, const Debugger*, const ScopeChain&, SymbolTable*, CodeBlock*);
81 BytecodeGenerator(EvalNode*, const Debugger*, const ScopeChain&, SymbolTable*, EvalCodeBlock*);
H A DBytecodeGenerator.cpp31 #include "BytecodeGenerator.h"
122 void BytecodeGenerator::setDumpsGeneratedCode(bool dumpsGeneratedCode)
131 bool BytecodeGenerator::dumpsGeneratedCode()
140 void BytecodeGenerator::generate()
166 bool BytecodeGenerator::addVar(const Identifier& ident, bool isConstant, RegisterID*& r0)
182 bool BytecodeGenerator::addGlobalVar(const Identifier& ident, bool isConstant, RegisterID*& r0)
199 void BytecodeGenerator::preserveLastVar()
205 BytecodeGenerator::BytecodeGenerator(ProgramNode* programNode, const Debugger* debugger, const ScopeChain& scopeChain, SymbolTable* symbolTable, ProgramCodeBlock* codeBlock) function in class:JSC::BytecodeGenerator
291 BytecodeGenerator function in class:JSC::BytecodeGenerator
373 BytecodeGenerator::BytecodeGenerator(EvalNode* evalNode, const Debugger* debugger, const ScopeChain& scopeChain, SymbolTable* symbolTable, EvalCodeBlock* codeBlock) function in class:JSC::BytecodeGenerator
[all...]

Completed in 46 milliseconds