Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Demitter.cpp199 void FunctionEmitter::GenInstructionDebugInfo(const IRNode *ins, pandasm::Ins *pandaIns) in GenInstructionDebugInfo() argument
234 auto &pandaIns = func->ins.emplace_back(); in GenFunctionInstructions() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp181 uint32_t FunctionEmitter::UpdateForReturnIns(const ir::AstNode *astNode, panda::pandasm::Ins *pandaIns) in UpdateForReturnIns() argument
209 void FunctionEmitter::GenInstructionDebugInfo(const IRNode *ins, panda::pandasm::Ins *pandaIns) in GenInstructionDebugInfo() argument
467 auto &pandaIns = func_->ins.emplace_back(); GenFunctionInstructions() local
[all...]

Completed in 3 milliseconds