Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.h96 void AddLineNumber(const Inst *inst, const size_t idx);
Dcodegen.cpp89 AddLineNumber(inst, i); in RunImpl()
220 void BytecodeGen::AddLineNumber(const Inst *inst, const size_t idx) in AddLineNumber() function in panda::bytecodeopt::BytecodeGen