Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.h97 void AddColumnNumber(const Inst *inst, const uint32_t idx);
Dcodegen.cpp90 AddColumnNumber(inst, i); in RunImpl()
228 void BytecodeGen::AddColumnNumber(const Inst *inst, const uint32_t idx) in AddColumnNumber() function in panda::bytecodeopt::BytecodeGen