Searched refs:AddObjectInTable (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/runtime_core/assembler/ |
D | assembly-parser.cpp | 848 AddObjectInTable(false, *label_table_); in PrepareCatchBlock() 1173 if (AddObjectInTable(true, *label_table_)) { in ParseLabel() 1296 AddObjectInTable(false, program_.function_table); in ParseOperandCall() 1695 AddObjectInTable(false, *label_table_); in ParseOperandLabel() 1719 AddObjectInTable(false, *label_table_); in ParseOperandId() 1749 AddObjectInTable(false, program_.record_table); in ParseOperandType() 1760 AddObjectInTable(false, program_.record_table); in ParseOperandType() 1829 AddObjectInTable(false, program_.record_table); in ParseOperandField() 1999 AddObjectInTable(true, program_.record_table); in SetRecordInformation() 2030 AddObjectInTable(true, program_.function_table); in SetFunctionInformation()
|
D | assembly-parser.h | 236 bool AddObjectInTable(bool flag, T &item) in AddObjectInTable() function
|