Home
last modified time | relevance | path

Searched refs:opcode_literal_id_index_map_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/abc2program/
H A Ddump_utils.cpp79 auto it = opcode_literal_id_index_map_.find(pa_ins.opcode); in IsMatchLiteralId()
80 return (it != opcode_literal_id_index_map_.end()); in IsMatchLiteralId()
85 auto it = opcode_literal_id_index_map_.find(pa_ins.opcode); in GetLiteralIdIndex4Ins()
86 ASSERT(it != opcode_literal_id_index_map_.end()); in GetLiteralIdIndex4Ins()
H A Ddump_utils.h88 static OpcodeLiteralIdIndexMap opcode_literal_id_index_map_; member in panda::abc2program::PandasmDumperUtils

Completed in 1 milliseconds