Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
H A Dassembly-literals.h59 bool IsShortValue() const in IsShortValue() function
H A Dassembly-parser.cpp425 if (curr_array_elem_->IsShortValue()) { in ParseArrayElementValueInteger()
471 if (curr_array_elem_->IsBoolValue() || curr_array_elem_->IsByteValue() || curr_array_elem_->IsShortValue() || in ParseArrayElementValue()
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-literals.h95 bool IsShortValue() const in IsShortValue() function
H A Dassembly-parser.cpp440 if (currArrayElem_->IsShortValue()) { in ParseArrayElementValueInteger()
486 if (currArrayElem_->IsBoolValue() || currArrayElem_->IsByteValue() || currArrayElem_->IsShortValue() || in ParseArrayElementValue()
/arkcompiler/runtime_core/static_core/abc2program/
H A Dprogram_dump.cpp320 if (lit.IsShortValue()) { in LiteralValueToString()
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp1344 if (lit.IsShortValue()) { in LiteralValueToString()

Completed in 11 milliseconds