HomeSort by relevance Sort by last modified time
    Searched refs:DCHECK_EQ (Results 51 - 75 of 638) sorted by null

1 23 4 5 6 7 8 91011>>

  /art/runtime/arch/arm64/
context_arm64.cc 50 DCHECK_EQ(spill_pos, POPCOUNT(frame_info.CoreSpillMask()));
57 DCHECK_EQ(spill_pos, POPCOUNT(frame_info.CoreSpillMask()) + POPCOUNT(frame_info.FpSpillMask()));
131 DCHECK_EQ(SP, 31);
139 DCHECK_EQ(reinterpret_cast<uintptr_t>(Thread::Current()), gprs[TR]);
  /art/runtime/arch/x86/
context_x86.cc 44 DCHECK_EQ(1, POPCOUNT(frame_info.CoreSpillMask() & ~core_regs)); // Return address spill.
49 DCHECK_EQ(spill_pos, POPCOUNT(frame_info.CoreSpillMask()) - 1);
53 DCHECK_EQ(0u, fp_regs & (static_cast<uint32_t>(-1) << kNumberOfFloatRegisters));
62 DCHECK_EQ(spill_pos,
  /art/runtime/arch/x86_64/
context_x86_64.cc 44 DCHECK_EQ(1, POPCOUNT(frame_info.CoreSpillMask() & ~core_regs)); // Return address spill.
49 DCHECK_EQ(spill_pos, POPCOUNT(frame_info.CoreSpillMask()) - 1);
53 DCHECK_EQ(0u, fp_regs & (static_cast<uint32_t>(-1) << kNumberOfFloatRegisters));
59 DCHECK_EQ(spill_pos,
  /art/runtime/gc/allocator/
rosalloc.cc 62 DCHECK_EQ(RoundUp(capacity, kPageSize), capacity);
63 DCHECK_EQ(RoundUp(max_capacity, kPageSize), max_capacity);
85 DCHECK_EQ(footprint_, capacity_);
102 DCHECK_EQ(capacity_ % kPageSize, static_cast<size_t>(0));
133 DCHECK_EQ(fpr_byte_size % kPageSize, static_cast<size_t>(0));
149 DCHECK_EQ(remainder->ByteSize(this) % kPageSize, static_cast<size_t>(0));
158 DCHECK_EQ(fpr->ByteSize(this) % kPageSize, static_cast<size_t>(0));
186 DCHECK_EQ(increment % kPageSize, static_cast<size_t>(0));
197 DCHECK_EQ(last_free_page_run_size, last_free_page_run->ByteSize(this));
199 DCHECK_EQ(last_free_page_run->ByteSize(this) % kPageSize, static_cast<size_t>(0))
    [all...]
  /art/runtime/lambda/
art_lambda_method.cc 69 DCHECK_EQ(shorty_count, long_count)
  /art/runtime/
stride_iterator.h 39 DCHECK_EQ(stride_, other.stride_);
oat.cc 189 DCHECK_EQ(0U, length);
214 DCHECK_EQ(executable_offset_, 0U);
233 DCHECK_EQ(interpreter_to_interpreter_bridge_offset_, 0U) << offset;
251 DCHECK_EQ(interpreter_to_compiled_code_bridge_offset_, 0U) << offset;
269 DCHECK_EQ(jni_dlsym_lookup_offset_, 0U) << offset;
287 DCHECK_EQ(quick_generic_jni_trampoline_offset_, 0U) << offset;
305 DCHECK_EQ(quick_imt_conflict_trampoline_offset_, 0U) << offset;
323 DCHECK_EQ(quick_resolution_trampoline_offset_, 0U) << offset;
341 DCHECK_EQ(quick_to_interpreter_bridge_offset_, 0U) << offset;
  /external/libchrome/base/message_loop/
message_loop_task_runner.cc 21 DCHECK_EQ(kInvalidThreadId, valid_thread_id_);
  /external/libchrome/base/
thread_task_runner_handle.cc 42 DCHECK_EQ(lazy_tls_ptr.Pointer()->Get(), this);
  /external/v8/src/runtime/
runtime-object.cc 320 DCHECK_EQ(2, args.length());
330 DCHECK_EQ(2, args.length());
364 DCHECK_EQ(4, args.length());
389 DCHECK_EQ(3, args.length());
418 DCHECK_EQ(2, args.length());
435 DCHECK_EQ(4, args.length());
468 DCHECK_EQ(2, args.length());
477 DCHECK_EQ(2, args.length());
487 DCHECK_EQ(2, args.length());
582 DCHECK_EQ(2, args.length())
    [all...]
runtime-forin.cc 112 DCHECK_EQ(1, args.length());
120 DCHECK_EQ(1, args.length());
150 DCHECK_EQ(2, args.length());
161 DCHECK_EQ(2, args.length());
170 DCHECK_EQ(4, args.length());
186 DCHECK_EQ(1, args.length());
runtime-function.cc 61 DCHECK_EQ(1, args.length());
77 DCHECK_EQ(1, args.length());
230 DCHECK_EQ(1, args.length());
244 DCHECK_EQ(1, args.length());
251 DCHECK_EQ(1, args.length());
288 DCHECK_EQ(1, args.length());
296 DCHECK_EQ(1, args.length());
runtime-interpreter.cc 21 DCHECK_EQ(2, args.length());
105 DCHECK_EQ(3, args.length());
133 DCHECK_EQ(3, args.length());
157 DCHECK_EQ(0, args.length());
165 DCHECK_EQ(1, args.length());
  /art/compiler/dex/
verification_results.cc 64 DCHECK_EQ(it->second->GetDevirtMap().size(), verified_method->GetDevirtMap().size());
65 DCHECK_EQ(it->second->GetSafeCastSet().size(), verified_method->GetSafeCastSet().size());
  /art/runtime/native/
java_lang_System.cc 99 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 1U);
104 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 2U);
108 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 4U);
112 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 4U);
116 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 8U);
120 DCHECK_EQ(Primitive::ComponentSize(dstComponentPrimitiveType), 8U);
173 DCHECK_EQ(srcArray->GetClass(), dstArray->GetClass());
174 DCHECK_EQ(srcArray->GetClass()->GetComponentType()->GetPrimitiveType(), kPrimType);
  /external/compiler-rt/lib/tsan/rtl/
tsan_defs.h 125 DCHECK_EQ(align & (align - 1), 0);
131 DCHECK_EQ(align & (align - 1), 0);
  /external/v8/src/compiler/
js-frame-specialization.cc 29 DCHECK_EQ(IrOpcode::kOsrValue, node->opcode());
48 DCHECK_EQ(IrOpcode::kParameter, node->opcode());
common-operator-reducer.cc 75 DCHECK_EQ(IrOpcode::kBranch, node->opcode());
155 DCHECK_EQ(IrOpcode::kMerge, node->opcode());
177 DCHECK_EQ(IrOpcode::kBranch, branch->opcode());
191 DCHECK_EQ(IrOpcode::kEffectPhi, node->opcode());
196 DCHECK_EQ(input_count, merge->InputCount());
203 DCHECK_EQ(IrOpcode::kLoop, merge->opcode());
215 DCHECK_EQ(IrOpcode::kPhi, node->opcode());
220 DCHECK_EQ(input_count, merge->InputCount());
290 DCHECK_EQ(IrOpcode::kLoop, merge->opcode());
302 DCHECK_EQ(IrOpcode::kReturn, node->opcode())
    [all...]
  /external/v8/src/interpreter/
bytecode-array-iterator.cc 65 DCHECK_EQ(operand_type,
81 DCHECK_EQ(operand_type,
94 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index),
100 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index),
107 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index),
115 DCHECK_EQ(operand_type, OperandType::kIdx);
  /external/regex-re2/re2/
prog.cc 18 DCHECK_EQ(out_opcode_, 0);
24 DCHECK_EQ(out_opcode_, 0);
32 DCHECK_EQ(out_opcode_, 0);
38 DCHECK_EQ(out_opcode_, 0);
44 DCHECK_EQ(out_opcode_, 0);
50 DCHECK_EQ(out_opcode_, 0);
55 DCHECK_EQ(out_opcode_, 0);
  /art/compiler/linker/
multi_oat_relative_patcher_test.cc 271 DCHECK_EQ(method1_literal_offset, mock_->last_literal_offset_);
272 DCHECK_EQ(method1_patch_offset + adjustment1, mock_->last_patch_offset_);
273 DCHECK_EQ(method1_target_offset + adjustment1, mock_->last_target_offset_);
282 DCHECK_EQ(method2_literal_offset, mock_->last_literal_offset_);
283 DCHECK_EQ(method2_patch_offset + adjustment1, mock_->last_patch_offset_);
284 DCHECK_EQ(method2_target_offset + adjustment1, mock_->last_target_offset_);
293 DCHECK_EQ(method3_literal_offset, mock_->last_literal_offset_);
294 DCHECK_EQ(method3_patch_offset + adjustment2, mock_->last_patch_offset_);
295 DCHECK_EQ(method3_target_offset + adjustment2, mock_->last_target_offset_);
  /art/runtime/arch/
instruction_set_features.cc 262 DCHECK_EQ(kArm, GetInstructionSet());
267 DCHECK_EQ(kArm64, GetInstructionSet());
272 DCHECK_EQ(kMips, GetInstructionSet());
277 DCHECK_EQ(kMips64, GetInstructionSet());
287 DCHECK_EQ(kX86_64, GetInstructionSet());
  /external/libchrome/base/trace_event/
process_memory_dump.cc 39 DCHECK_EQ(0u, start_pointer % page_size);
82 DCHECK_EQ(0, result);
117 DCHECK_EQ(0ul, allocator_dumps_.count(mad->absolute_name()));
151 DCHECK_EQ(0ul, heap_dumps_.count(absolute_name));
179 DCHECK_EQ(0ul, allocator_dumps_.count(mad->absolute_name()));
  /art/compiler/optimizing/
select_generator.cc 134 DCHECK_EQ(only_two_predecessors, phi->GetBlock() == nullptr);
137 DCHECK_EQ(block->GetSingleSuccessor(), false_block);
140 DCHECK_EQ(block->GetSingleSuccessor(), merge_block);
  /art/runtime/gc/space/
region_space.h 248 DCHECK_EQ(static_cast<size_t>(end - begin), kRegionSize);
283 DCHECK_EQ(begin_, top_);
284 DCHECK_EQ(objects_allocated_, 0U);
333 DCHECK_EQ(begin_, top_);
406 DCHECK_EQ(begin_, top_);
420 DCHECK_EQ(objects_allocated_, 0U);
423 DCHECK_EQ(begin_, top_);
424 DCHECK_EQ(objects_allocated_, 0U);
456 DCHECK_EQ(objects_allocated_, 0U);
457 DCHECK_EQ(top_, end_)
    [all...]

Completed in 1653 milliseconds

1 23 4 5 6 7 8 91011>>