Home
last modified time | relevance | path

Searched refs:AddLineAndColumnNumber (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dcodegen.h108 void AddLineAndColumnNumber(const Inst *inst, size_t idx);
Dcodegen.cpp113 void BytecodeGen::AddLineAndColumnNumber(const compiler::Inst *inst, size_t idx) in AddLineAndColumnNumber() function in ark::bytecodeopt::BytecodeGen
139 AddLineAndColumnNumber(inst, i); in RunImpl()