Home
last modified time | relevance | path

Searched defs:symbolTable (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/
Des2panda.cpp60 util::SymbolTable *symbolTable) in Compile()
121 util::SymbolTable *symbolTable) in InitPatchFixHelper()
160 util::SymbolTable *symbolTable = nullptr; in CompileFiles() local
193 util::SymbolTable *symbolTable) in CompileFile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.h77 util::SymbolTable *symbolTable, panda::ArenaAllocator *allocator) in CompileFileJob()
113 util::SymbolTable *symbolTable, panda::ArenaAllocator *allocator) in CompileFileQueue()
/arkcompiler/ets_runtime/ecmascript/tests/
Dsymbol_table_test.cpp163 JSHandle<SymbolTable> symbolTable = SymbolTable::Create(thread, numberOfElements); in HWTEST_F_L0() local
183 JSHandle<SymbolTable> symbolTable = SymbolTable::Create(thread, numberOfElements); in HWTEST_F_L0() local
217 JSHandle<SymbolTable> symbolTable = SymbolTable::Create(thread, numberOfElements); in HWTEST_F_L0() local
247 JSHandle<SymbolTable> symbolTable = SymbolTable::Create(thread, numberOfElements); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.h46 util::SymbolTable *symbolTable) in PatchFix()
DsymbolTable.cpp68 bool SymbolTable::ReadSymbolTable(const std::string &symbolTable) in ReadSymbolTable()