Home
last modified time | relevance | path

Searched defs:pandaIns (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp161 …32_t FunctionEmitter::UpdateForReturnIns(const ir::AstNode *astNode, panda::pandasm::Ins *pandaIns) in UpdateForReturnIns()
189 void FunctionEmitter::GenInstructionDebugInfo(const IRNode *ins, panda::pandasm::Ins *pandaIns) in GenInstructionDebugInfo()
217 auto &pandaIns = func_->ins.emplace_back(); in GenFunctionInstructions() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.cpp198 void FunctionEmitter::GenInstructionDebugInfo(const IRNode *ins, pandasm::Ins *pandaIns) in GenInstructionDebugInfo()
232 auto &pandaIns = func->ins.emplace_back(); in GenFunctionInstructions() local