Home
last modified time | relevance | path

Searched refs:symbolTable_ (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dassembler_module.h35 for (auto it : symbolTable_) { in ~AssemblerModule()
44 return symbolTable_.size(); in GetFunctionCount()
60 return symbolTable_.at(id); in GetFunctionLabel()
95 std::map<int, panda::ecmascript::Label *> symbolTable_; variable
Dassembler_module.cpp78 symbolTable_[cs->GetID()] = new panda::ecmascript::Label(); in SetUpForAsmStubs()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.h78 …: src_(src), options_(options), progsInfo_(progsInfo), symbolTable_(symbolTable), allocator_(alloc… in CompileFileJob()
90 util::SymbolTable *symbolTable_; variable
115 symbolTable_(symbolTable), allocator_(allocator) {} in CompileFileQueue()
126 util::SymbolTable *symbolTable_; variable
DcompileQueue.cpp99 auto *prog = compiler.CompileFile(*options_, src_, symbolTable_); in Run()
144 auto *fileJob = new CompileFileJob(&input, options_, progsInfo_, symbolTable_, allocator_); in Schedule()
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.h49 symbolTable_(symbolTable), in PatchFix()
58 originFunctionInfo_ = symbolTable_->GetOriginFunctionInfo(); in PatchFix()
59 originModuleInfo_ = symbolTable_->GetOriginModuleInfo(); in PatchFix()
60 originRecordHashFunctionNames_ = symbolTable_->GetOriginRecordHashFunctionNames(); in PatchFix()
124 util::SymbolTable* symbolTable_ {nullptr};
DsymbolTable.h41 : symbolTable_(inputSymbolTable), dumpSymbolTable_(dumpSymbolTable), in SymbolTable()
71 std::string symbolTable_; variable
DsymbolTable.cpp29 if (!symbolTable_.empty() && !ReadSymbolTable(symbolTable_)) { in Initialize()
30 …std::cerr << "Failed to read symbol table: " << symbolTable_ << ". Stop generating patch" << std::… in Initialize()
DpatchFix.cpp80 symbolTable_->WriteSymbolTable(ss.str()); in DumpModuleInfo()
106 symbolTable_->WriteSymbolTable(ss.str()); in DumpJsonContentRecInfo()
618 symbolTable_->WriteSymbolTable(ss.str()); in DumpFunctionInfo()