Lines Matching refs:VIXL_ASSERT
47 VIXL_ASSERT((*it)->IsConstVisitor());
49 VIXL_ASSERT(compiled_decoder_root_ != NULL);
122 VIXL_ASSERT(*it == registered_visitor);
143 VIXL_ASSERT(*it == registered_visitor);
169 VIXL_ASSERT(n != NULL);
173 VIXL_ASSERT(n->IsCompiled());
443 VIXL_ASSERT(bits.size() == GetPatternLength(pattern_table_[0].pattern));
495 VIXL_ASSERT(compiled_node_ != NULL);
504 VIXL_ASSERT(compiled_node_->GetNodeForBits(bits) == NULL);
519 VIXL_ASSERT(compiled_node_ != NULL);
526 VIXL_ASSERT(decoder_ != NULL);
531 VIXL_ASSERT(bit_extract_fn_ != NULL);
532 VIXL_ASSERT((instr->*bit_extract_fn_)() < decode_table_size_);
533 VIXL_ASSERT(decode_table_[(instr->*bit_extract_fn_)()] != NULL);
576 VIXL_ASSERT(GetPatternLength(result) == GetPatternLength(pattern));
577 VIXL_ASSERT(GetPatternLength(result) == sampled_bits.size());