Home
last modified time | relevance | path

Searched refs:programElement_ (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompileJob.h43 return &programElement_; in GetProgramElement()
48 return &programElement_; in GetProgramElement()
66 ProgramElement programElement_; variable
Demitter.h55 : cg_(cg), programElement_(programElement) in FunctionEmitter()
86 return programElement_; in GetProgramElement()
91 ProgramElement *programElement_; variable
DcompileJob.cpp27 context_->GetCodeGenCb()(context_, scope_, &programElement_); in Run()
DcodeGen.h84 programElement_(programElement), in CodeGen()
179 ProgramElement *programElement_ {};
DcodeGen.cpp168 programElement_->BuffStorage().emplace_back(std::move(buf)); in AddLiteralBuffer()
338 return programElement_; in ProgElement()
Demitter.cpp216 ins->Transform(&pandaIns, programElement_, totalRegs); in GenFunctionInstructions()