HomeSort by relevance Sort by last modified time
    Searched defs:BytecodeGenerator (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 71 class BytecodeGenerator : public FastAllocBase {
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*);
BytecodeGenerator.cpp 31 #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)
291 BytecodeGenerator::BytecodeGenerator(FunctionBodyNode* functionBody, const Debugger* debugger, const ScopeChain& sco (…)
    [all...]

Completed in 12 milliseconds