OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sparse_
(Results
1 - 1
of
1
) sorted by null
/art/compiler/optimizing/
bytecode_utils.h
60
sparse_
(instruction.Opcode() == Instruction::SPARSE_SWITCH) {
63
DCHECK_EQ(table[0],
sparse_
? static_cast<uint16_t>(Instruction::kSparseSwitchSignature)
74
if (
sparse_
) {
97
if (
sparse_
) {
106
bool IsSparse() const { return
sparse_
; }
117
const bool
sparse_
;
member in class:art::DexSwitchTable
Completed in 117 milliseconds