Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dbytecode_utils.h32 sparse_(instruction.Opcode() == Instruction::SPARSE_SWITCH) { in DexSwitchTable()
35 DCHECK_EQ(table[0], sparse_ ? static_cast<uint16_t>(Instruction::kSparseSwitchSignature) in DexSwitchTable()
46 if (sparse_) { in CheckIndex()
69 if (sparse_) { in GetFirstValueIndex()
78 bool IsSparse() const { return sparse_; } in IsSparse()
89 const bool sparse_; variable