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.h107 void AddLineAndColumnNumber(const Inst *inst, size_t idx);
Dcodegen.cpp104 void BytecodeGen::AddLineAndColumnNumber(const compiler::Inst *inst, size_t i) in AddLineAndColumnNumber() function in panda::bytecodeopt::BytecodeGen
130 AddLineAndColumnNumber(inst, i); in RunImpl()