Home
last modified time | relevance | path

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

/art/runtime/
Dbytecode_utils.h61 sparse_(instruction.Opcode() == Instruction::SPARSE_SWITCH) { in DexSwitchTable()
64 DCHECK_EQ(table[0], sparse_ ? static_cast<uint16_t>(Instruction::kSparseSwitchSignature) in DexSwitchTable()
75 if (sparse_) { in CheckIndex()
98 if (sparse_) { in GetFirstValueIndex()
107 bool IsSparse() const { return sparse_; } in IsSparse()
118 const bool sparse_; variable