Searched refs:DCHECK_NE (Results 1 - 25 of 90) sorted by relevance

1234

/art/runtime/
H A Druntime-inl.h41 DCHECK_NE(method, GetImtConflictMethod());
42 DCHECK_NE(method, GetResolutionMethod());
H A Dmonitor_pool.cc93 DCHECK_NE(current_chunk_list_capacity_, 0UL);
95 DCHECK_NE(monitor_chunks_[i], static_cast<uintptr_t*>(nullptr));
98 DCHECK_NE(monitor_chunks_[i][j], 0U);
H A Dthread-inl.h82 DCHECK_NE(new_state, kRunnable);
122 DCHECK_NE(new_state, kRunnable);
176 DCHECK_NE(static_cast<ThreadState>(old_state), kRunnable);
H A Dsignal_catcher.cc190 DCHECK_NE(self->GetState(), kRunnable);
H A Dlock_word.h181 DCHECK_NE(static_cast<uint32_t>(GetState()), static_cast<uint32_t>(kForwardingAddress));
H A Dscoped_thread_state_change.h136 DCHECK_NE(obj, Runtime::Current()->GetClearedJniWeakGlobal());
/art/compiler/optimizing/
H A Dselect_generator.cc57 DCHECK_NE(index1, index2);
87 DCHECK_NE(true_block, false_block);
110 DCHECK_NE(predecessor_index_true, predecessor_index_false);
H A Dcode_generator_utils.cc27 DCHECK_NE(divisor, 0);
H A Dinstruction_simplifier_shared.cc28 DCHECK_NE(input_binop, input_other);
128 DCHECK_NE(binop_left, binop_right);
H A Doptimizing_unit_test.h112 DCHECK_NE(pos, std::string::npos)
H A Dparallel_move_resolver.cc263 DCHECK_NE(blocked, if_scratch);
457 DCHECK_NE(kind, Location::kConstant);
H A Dsharpening.cc240 DCHECK_NE(address, 0u);
/art/compiler/utils/
H A Darray_ref.h146 DCHECK_NE(size_, 0u);
151 DCHECK_NE(size_, 0u);
156 DCHECK_NE(size_, 0u);
161 DCHECK_NE(size_, 0u);
H A Dswap_space.cc55 DCHECK_NE(chunk.size, 0u);
/art/runtime/arch/arm/
H A Dcontext_arm.cc63 DCHECK_NE(gprs_[reg], &gZero); // Can't overwrite this static value since they are never reset.
70 DCHECK_NE(fprs_[reg], &gZero); // Can't overwrite this static value since they are never reset.
/art/runtime/arch/arm64/
H A Dcontext_arm64.cc64 DCHECK_NE(gprs_[reg], &gZero); // Can't overwrite this static value since they are never reset.
71 DCHECK_NE(fprs_[reg], &gZero); // Can't overwrite this static value since they are never reset.
/art/runtime/jit/
H A Ddebugger_interface.cc75 DCHECK_NE(symfile.size(), 0u);
137 DCHECK_NE(address, 0u);
H A Dprofiling_info.h155 DCHECK_NE(current_inline_uses_, std::numeric_limits<uint16_t>::max());
/art/runtime/gc/collector/
H A Dconcurrent_copying-inl.h59 DCHECK_NE(to_ref, ReadBarrier::GrayPtr())
/art/runtime/lambda/
H A Dshorty_field_type.h149 DCHECK_NE(*field_type_descriptor, '\0')
167 DCHECK_NE(*field_type_descriptor, '\0')
197 DCHECK_NE(kVoid, shorter_type) << "cannot make a ShortyFieldType from a void type";
/art/runtime/base/
H A Dbit_utils.h310 DCHECK_NE(bits_, 0u);
345 DCHECK_NE(this->bits_, 0u);
356 DCHECK_NE(this->bits_, 0u);
H A Dlogging.h184 #define DCHECK_NE(x, y) if (::art::kEnableDChecks) CHECK_NE(x, y) macro
/art/compiler/debug/dwarf/
H A Ddebug_line_opcode_writer.h48 DCHECK_NE(current_address_, 0u); // Use SetAddress for the first advance.
H A Dwriter.h159 DCHECK_NE(alignment, 0);
/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.cc137 DCHECK_NE(current_thunk_to_write_, 0u);

Completed in 485 milliseconds

1234