Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompileJob.h46 return &programElement_; in GetProgramElement()
51 return &programElement_; in GetProgramElement()
69 ProgramElement programElement_; variable
Demitter.h59 : cg_(cg), programElement_(programElement) in FunctionEmitter()
92 return programElement_; in GetProgramElement()
97 ProgramElement *programElement_; variable
DcompileJob.cpp26 context_->codeGenCb(context_, scope_, &programElement_); in Run()
DcodeGen.h84 programElement_(std::get<ProgramElement *>(toCompile)), in CodeGen()
179 ProgramElement *programElement_ {};
DcodeGen.cpp168 programElement_->BuffStorage().emplace_back(std::move(buf)); in AddLiteralBuffer()
338 return programElement_; in ProgElement()
Demitter.cpp234 ins->Transform(&pandaIns, programElement_, totalRegs); in GenFunctionInstructions()