Home
last modified time | relevance | path

Searched refs:IsLongValue (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dassembly-literals.h82 bool IsLongValue() const in IsLongValue() function
H A Dassembly-parser.cpp431 if (curr_array_elem_->IsLongValue()) { in ParseArrayElementValueInteger()
472 curr_array_elem_->IsIntegerValue() || curr_array_elem_->IsLongValue()) { in ParseArrayElementValue()
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-literals.h118 bool IsLongValue() const in IsLongValue() function
H A Dassembly-parser.cpp446 if (currArrayElem_->IsLongValue()) { in ParseArrayElementValueInteger()
487 currArrayElem_->IsIntegerValue() || currArrayElem_->IsLongValue()) { in ParseArrayElementValue()
/arkcompiler/runtime_core/static_core/abc2program/
H A Dprogram_dump.cpp328 if (lit.IsLongValue()) { in LiteralValueToString()
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp1352 if (lit.IsLongValue()) { in LiteralValueToString()

Completed in 12 milliseconds