Home
last modified time | relevance | path

Searched refs:DCHECK_NE (Results 1 – 25 of 62) sorted by relevance

123

/art/compiler/utils/
Darray_ref.h143 DCHECK_NE(size_, 0u); in front()
148 DCHECK_NE(size_, 0u); in front()
153 DCHECK_NE(size_, 0u); in back()
158 DCHECK_NE(size_, 0u); in back()
Dswap_space.cc60 DCHECK_NE(chunk.size, 0u); in InsertChunk()
/art/runtime/arch/arm/
Dcontext_arm.cc74 DCHECK_NE(gprs_[reg], &gZero); // Can't overwrite this static value since they are never reset. in SetGPR()
85 DCHECK_NE(fprs_[reg], &gZero); // Can't overwrite this static value since they are never reset. in SetFPR()
/art/runtime/
Dthread-inl.h51 DCHECK_NE(new_state, kRunnable); in SetState()
82 DCHECK_NE(new_state, kRunnable); in TransitionFromRunnableToSuspended()
116 DCHECK_NE(static_cast<ThreadState>(old_state), kRunnable); in TransitionFromSuspendedToRunnable()
Dvmap_table.h111 DCHECK_NE(spill_mask, 0u); in ComputeRegister()
Dsignal_catcher.cc203 DCHECK_NE(self->GetState(), kRunnable); in Run()
Dhandle_scope.h70 DCHECK_NE(this, link); in SetLink()
Dscoped_thread_state_change.h133 DCHECK_NE((reinterpret_cast<uintptr_t>(obj) & 0xffff0000), 0xebad0000); in AddLocalReference()
Dstack.h184 DCHECK_NE(this, frame); in SetLink()
675 DCHECK_NE(reg, static_cast<int>(kVRegInvalid)); in GetVRegOffset()
/art/compiler/llvm/
Dir_builder.h120 DCHECK_NE(special_ty, kTBAAConstJObject) << "ConstJObject is read only!"; in CreateStore()
130 DCHECK_NE(special_ty, kTBAAConstJObject) << "ConstJObject is read only!"; in CreateStore()
145 DCHECK_NE(special_ty, kTBAAConstJObject) << "ConstJObject is read only!"; in StoreToObjectOffset()
160 DCHECK_NE(special_ty, kTBAAConstJObject) << "ConstJObject is read only!"; in StoreToObjectOffset()
170 DCHECK_NE(special_ty, kTBAAConstJObject) << "ConstJObject is read only!"; in CompareExchangeObjectOffset()
Dmd_builder.cc78 DCHECK_NE(jty_id, kVoid) << "Can't load/store Void type!"; in GetTBAAMemoryJType()
Dintrinsic_helper.cc151 DCHECK_NE(fn, static_cast< ::llvm::Function*>(NULL)) << "Intrinsic `" in IntrinsicHelper()
/art/compiler/dex/
Dmir_field_info.cc36 DCHECK_NE(count, 0u); in Resolve()
80 DCHECK_NE(count, 0u); in Resolve()
Dssa_transformation.cc302 DCHECK_NE(block1, NOTVISITED); in FindCommonParent()
306 DCHECK_NE(block2, NOTVISITED); in FindCommonParent()
346 DCHECK_NE(idom, NOTVISITED); in ComputeblockIDom()
370 DCHECK_NE(idom_dfs_idx, NOTVISITED); in SetDominators()
Dmir_method_info.cc34 DCHECK_NE(count, 0u); in Resolve()
/art/runtime/arch/arm64/
Dcontext_arm64.cc78 DCHECK_NE(gprs_[reg], &gZero); // Can't overwrite this static value since they are never reset. in SetGPR()
89 DCHECK_NE(fprs_[reg], &gZero); // Can't overwrite this static value since they are never reset. in SetFPR()
/art/compiler/dex/quick/
Dgen_loadstore.cc161 DCHECK_NE(rl_src.s_reg_low, INVALID_SREG); in LoadValue()
248 DCHECK_NE(rl_src.s_reg_low, INVALID_SREG); in LoadValueWide()
249 DCHECK_NE(GetSRegHi(rl_src.s_reg_low), INVALID_SREG); in LoadValueWide()
Dralloc_util.cc306 DCHECK_NE(cu_->instruction_set, kThumb2); in RecordFpPromotion()
325 DCHECK_NE(cu_->instruction_set, kThumb2); in AllocPreservedFpReg()
458 DCHECK_NE(reg_class, kRefReg); // NOTE: the Dalvik width of a reference is always 32 bits. in AllocTypedTempWide()
1097 DCHECK_NE(loc.s_reg_low, INVALID_SREG); in EvalLocWide()
1098 DCHECK_NE(GetSRegHi(loc.s_reg_low), INVALID_SREG); in EvalLocWide()
1137 DCHECK_NE(loc.s_reg_low, INVALID_SREG); in EvalLoc()
/art/runtime/base/
Dlogging.h83 #define DCHECK_NE(x, y) CHECK_NE(x, y) macro
102 #define DCHECK_NE(val1, val2) \ macro
/art/compiler/optimizing/
Dssa_phi_elimination.cc92 DCHECK_NE(phi, candidate); in Run()
Dparallel_move_resolver.cc170 DCHECK_NE(blocked, if_scratch); in AllocateScratchRegister()
/art/compiler/dex/quick/arm64/
Dfp_arm64.cc181 DCHECK_NE(src_reg_class, kInvalidRegClass); in GenConversion()
182 DCHECK_NE(dst_reg_class, kInvalidRegClass); in GenConversion()
183 DCHECK_NE(op, kA64Brk1d); in GenConversion()
/art/compiler/driver/
Dcompiler_driver-inl.h254 DCHECK_NE(*invoke_type, kSuper) << PrettyMethod(resolved_method); in IsFastInvoke()
290 DCHECK_NE(*invoke_type, kSuper); in IsFastInvoke()
/art/runtime/mirror/
Dclass-inl.h76 DCHECK_NE(0, new_direct_methods->GetLength()); in SetDirectMethods()
105 DCHECK_NE(0, new_virtual_methods->GetLength()); in SetVirtualMethods()
474 DCHECK_NE(NumInstanceFields(), 0U); in GetInstanceField()
/art/runtime/gc/allocator/
Drosalloc.cc676 DCHECK_NE(thread_local_run, dedicated_full_run_); in AllocFromRun()
872 DCHECK_NE(*alloc_bitmap_ptr & mask, 0U); in AllocSlot()
909 DCHECK_NE(*vec & mask, 0U); in FreeSlot()
1023 DCHECK_NE(*vec & mask, 0U); in MarkFreeBitMapShared()
1036 DCHECK_NE(remain, kBitsPerVec); in GetBitmapLastVectorMask()
1044 DCHECK_NE(num_vec, 0U); in IsAllFree()
1092 DCHECK_NE(num_vec, 0U); in SetAllocBitMapBitsForInvalidSlots()
1387 DCHECK_NE(num_running_empty_pages, static_cast<size_t>(0)); in DumpPageMap()

123