HomeSort by relevance Sort by last modified time
    Searched refs:DCHECK_EQ (Results 126 - 150 of 899) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/src/
lookup.cc 148 DCHECK_EQ(ACCESS_CHECK, state_);
240 DCHECK_EQ(kData, property_details_.kind());
391 DCHECK_EQ(TRANSITION, state_);
607 DCHECK_EQ(kData, property_details_.kind());
621 DCHECK_EQ(kField, property_details_.location());
622 DCHECK_EQ(kConst, property_details_.constness());
654 DCHECK_EQ(kField, property_details_.location());
655 DCHECK_EQ(kData, property_details_.kind());
662 DCHECK_EQ(kDescriptor, property_details_.location());
663 DCHECK_EQ(kAccessor, property_details_.kind())
    [all...]
  /art/runtime/
art_method-inl.h 117 DCHECK_EQ(type == nullptr, Thread::Current()->IsExceptionPending());
476 DCHECK_EQ(java_flags, (GetAccessFlags() & kAccJavaFlagsMask));
477 DCHECK_EQ(is_constructor, IsConstructor());
478 DCHECK_EQ(is_synchronized, IsSynchronized());
479 DCHECK_EQ(skip_access_checks, SkipAccessChecks());
480 DCHECK_EQ(is_fast_native, IsFastNative());
481 DCHECK_EQ(is_critical_native, IsCriticalNative());
482 DCHECK_EQ(is_copied, IsCopied());
483 DCHECK_EQ(is_miranda, IsMiranda());
484 DCHECK_EQ(is_default, IsDefault())
    [all...]
subtype_check.h 311 DCHECK_EQ(SubtypeCheckInfo::kAssigned, GetSubtypeCheckInfo(klass).GetState());
324 DCHECK_EQ(SubtypeCheckInfo::kAssigned, GetSubtypeCheckInfo(klass).GetState());
381 DCHECK_EQ(SubtypeCheckInfo::kAssigned, GetSubtypeCheckInfo(klass).GetState())
443 DCHECK_EQ(0, memcmp(&tmp, &current_bits_and_status, sizeof(tmp))) << int32_data;
481 DCHECK_EQ(int32_data, new_value.int32_alias_) << int32_data;
483 DCHECK_EQ(old_status, new_value.status_)
556 DCHECK_EQ(depth, klass->Depth());
  /external/v8/src/compiler/
common-operator-reducer.cc 75 DCHECK_EQ(IrOpcode::kBranch, node->opcode());
161 DCHECK_EQ(IrOpcode::kMerge, node->opcode());
183 DCHECK_EQ(IrOpcode::kBranch, branch->opcode());
197 DCHECK_EQ(IrOpcode::kEffectPhi, node->opcode());
203 DCHECK_EQ(effect_input_count, merge->InputCount());
210 DCHECK_EQ(IrOpcode::kLoop, merge->opcode());
222 DCHECK_EQ(IrOpcode::kPhi, node->opcode());
228 DCHECK_EQ(value_input_count, merge->InputCount());
277 DCHECK_EQ(IrOpcode::kLoop, merge->opcode());
288 DCHECK_EQ(IrOpcode::kReturn, node->opcode())
    [all...]
schedule.cc 197 DCHECK_EQ(BasicBlock::kNone, block->control());
222 DCHECK_EQ(BasicBlock::kNone, block->control());
233 DCHECK_EQ(BasicBlock::kNone, block->control());
234 DCHECK_EQ(IrOpcode::kBranch, branch->opcode());
244 DCHECK_EQ(BasicBlock::kNone, block->control());
245 DCHECK_EQ(IrOpcode::kSwitch, sw->opcode());
255 DCHECK_EQ(BasicBlock::kNone, block->control());
263 DCHECK_EQ(BasicBlock::kNone, block->control());
271 DCHECK_EQ(BasicBlock::kNone, block->control());
279 DCHECK_EQ(BasicBlock::kNone, block->control())
    [all...]
redundancy-elimination.cc 196 DCHECK_EQ(1, node->op()->EffectInputCount());
197 DCHECK_EQ(1, node->op()->EffectOutputCount());
230 DCHECK_EQ(IrOpcode::kMerge, control->opcode());
263 DCHECK_EQ(0, node->op()->EffectInputCount());
264 DCHECK_EQ(0, node->op()->EffectOutputCount());
269 DCHECK_EQ(1, node->op()->EffectOutputCount());
  /external/v8/src/wasm/
wasm-code-specialization.cc 20 DCHECK_EQ(static_cast<int>(kExprCallFunction), static_cast<int>(*pc));
47 DCHECK_EQ(2, deopt_data->length());
115 DCHECK_EQ(wasm_functions->size() +
133 DCHECK_EQ(Code::JS_TO_WASM_FUNCTION, export_wrapper->kind());
154 DCHECK_EQ(1, num_wasm_calls);
157 DCHECK_EQ(code_table->length(), func_index);
164 DCHECK_EQ(Code::WASM_FUNCTION, code->kind());
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 194 DCHECK_EQ(literal_offset & 3u, 0u);
195 DCHECK_EQ(patch_offset & 3u, 0u);
196 DCHECK_EQ(target_offset & 3u, 0u);
198 DCHECK_EQ(displacement & 3u, 0u);
204 DCHECK_EQ(GetInsn(code, literal_offset) & 0xfc000000u, 0x94000000u);
213 DCHECK_EQ(patch_offset & 3u, 0u);
214 DCHECK_EQ(target_offset & 3u, 0u);
223 DCHECK_EQ((insn & 0xffffffe0u), 0x90000000u)
234 DCHECK_EQ(out_disp & 3u, 0u);
240 DCHECK_EQ(back_disp & 3u, 0u)
    [all...]
  /external/v8/src/runtime/
runtime-array.cc 22 DCHECK_EQ(1, args.length());
65 DCHECK_EQ(0, args.length());
88 DCHECK_EQ(2, args.length());
97 DCHECK_EQ(3, args.length());
108 DCHECK_EQ(2, args.length());
125 DCHECK_EQ(2, args.length());
137 DCHECK_EQ(2, args.length());
160 DCHECK_EQ(1, args.length());
203 DCHECK_EQ(2, args.length());
360 DCHECK_EQ(1, args.length())
    [all...]
runtime-scopes.cc 120 DCHECK_EQ(*global, *it.GetHolder<Object>());
148 DCHECK_EQ(1, BoolToInt(is_var) + BoolToInt(is_function));
191 DCHECK_EQ(3, args.length());
204 DCHECK_EQ(3, args.length());
216 DCHECK_EQ(3, args.length());
290 DCHECK_EQ(NONE, attributes);
337 DCHECK_EQ(2, args.length());
345 DCHECK_EQ(1, args.length());
527 DCHECK_EQ(1, args.length());
541 DCHECK_EQ(1, args.length())
    [all...]
runtime-interpreter.cc 24 DCHECK_EQ(4, args.length());
113 DCHECK_EQ(3, args.length());
141 DCHECK_EQ(3, args.length());
165 DCHECK_EQ(2, args.length());
171 DCHECK_EQ(offset, it.current_offset());
runtime-i18n.cc 76 DCHECK_EQ(1, args.length());
113 DCHECK_EQ(1, args.length());
158 DCHECK_EQ(0, args.length());
179 DCHECK_EQ(1, args.length());
263 DCHECK_EQ(1, args.length());
279 DCHECK_EQ(2, args.length());
297 DCHECK_EQ(2, args.length());
312 DCHECK_EQ(3, args.length());
345 DCHECK_EQ(2, args.length());
446 DCHECK_EQ(2, args.length())
    [all...]
  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 60 DCHECK_EQ(literal_offset & 1u, 0u);
61 DCHECK_EQ(patch_offset & 1u, 0u);
62 DCHECK_EQ(target_offset & 1u, 1u); // Thumb2 mode bit.
65 DCHECK_EQ(displacement & 1u, 0u);
78 DCHECK_EQ(GetInsn32(code, literal_offset) & 0xf800d000, 0xf000d000);
93 DCHECK_EQ(insn & 0xff7ff0ffu, 0xf2400000u); // MOVW/MOVT, unpatched (imm16 == 0).
111 DCHECK_EQ(insn, 0xf0408000); // BNE +0 (unpatched)
215 DCHECK_EQ(entrypoint.GetCode(), Thumb2RelativePatcher::kBakerCcEntrypointRegister);
217 DCHECK_EQ(ip.GetCode(), 12u);
286 DCHECK_EQ(kInvalidEncodedReg, BakerReadBarrierSecondRegField::Decode(encoded_data))
    [all...]
  /art/dex2oat/linker/
multi_oat_relative_patcher_test.cc 282 DCHECK_EQ(method1_literal_offset, mock_->last_literal_offset_);
283 DCHECK_EQ(method1_patch_offset + adjustment1, mock_->last_patch_offset_);
284 DCHECK_EQ(method1_target_offset + adjustment1, mock_->last_target_offset_);
293 DCHECK_EQ(method2_literal_offset, mock_->last_literal_offset_);
294 DCHECK_EQ(method2_patch_offset + adjustment1, mock_->last_patch_offset_);
295 DCHECK_EQ(method2_target_offset + adjustment1, mock_->last_target_offset_);
304 DCHECK_EQ(method3_literal_offset, mock_->last_literal_offset_);
305 DCHECK_EQ(method3_patch_offset + adjustment2, mock_->last_patch_offset_);
306 DCHECK_EQ(method3_target_offset + adjustment2, mock_->last_target_offset_);
  /art/runtime/arch/
instruction_set_features.cc 225 DCHECK_EQ(InstructionSet::kArm, GetInstructionSet());
230 DCHECK_EQ(InstructionSet::kArm64, GetInstructionSet());
235 DCHECK_EQ(InstructionSet::kMips, GetInstructionSet());
240 DCHECK_EQ(InstructionSet::kMips64, GetInstructionSet());
251 DCHECK_EQ(InstructionSet::kX86_64, GetInstructionSet());
  /external/tensorflow/tensorflow/cc/framework/
while_gradients.cc 78 DCHECK_EQ(inputs.size(), 1);
108 DCHECK_EQ(inputs.size(), 1);
117 DCHECK_EQ(inputs.size(), 1);
141 DCHECK_EQ(grad_inputs.size(), while_ctx->body_outputs().size());
142 DCHECK_EQ(while_ctx->body_inputs().size(), while_ctx->body_outputs().size());
  /external/v8/src/heap/
memory-reducer.cc 58 DCHECK_EQ(kTimer, event.type);
59 DCHECK_EQ(kWait, state_.action);
97 DCHECK_EQ(kMarkCompact, event.type);
114 DCHECK_EQ(kPossibleGarbage, event.type);
153 DCHECK_EQ(kPossibleGarbage, event.type);
  /external/v8/src/parsing/
scanner-character-streams.cc 50 DCHECK_EQ(buffer_start_, buffer_);
56 DCHECK_EQ(pos(), position);
289 DCHECK_EQ(buffer_start_, buffer_cursor_);
297 DCHECK_EQ(cursor, buffer_end_);
343 DCHECK_EQ(current_.chunk_no, chunks_.size());
361 DCHECK_EQ(current_.chunk_no, 0u);
362 DCHECK_EQ(current_.pos.bytes, 0u);
363 DCHECK_EQ(current_.pos.chars, 0u);
405 DCHECK_EQ(position, current_.pos.chars);
412 DCHECK_EQ(chunk_no, chunks_.size() - 1)
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 217 DCHECK_EQ(0, offset_immediate_);
413 DCHECK_EQ(SetRC, i.OutputRCBit()); \
421 DCHECK_EQ(SetRC, i.OutputRCBit()); \
444 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \
458 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \
473 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \
571 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \
585 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \
601 DCHECK_EQ(LeaveRC, i.OutputRCBit()); \
616 DCHECK_EQ(LeaveRC, i.OutputRCBit());
    [all...]
  /art/compiler/optimizing/
select_generator.cc 168 DCHECK_EQ(block->GetSingleSuccessor(), false_block);
171 DCHECK_EQ(only_two_predecessors, phi->GetBlock() == nullptr);
172 DCHECK_EQ(block->GetSingleSuccessor(), merge_block);
  /art/libdexfile/dex/
dex_instruction_iterator.h 90 DCHECK_EQ(lhs.Instructions(), rhs.Instructions()) << "Comparing different code items.";
101 DCHECK_EQ(lhs.Instructions(), rhs.Instructions()) << "Comparing different code items.";
166 DCHECK_EQ(start.Instructions(), end.Instructions())
  /art/openjdkjvmti/
ti_phase.cc 125 DCHECK_EQ(0u, static_cast<size_t>(PhaseUtil::current_phase_));
130 DCHECK_EQ(static_cast<size_t>(JVMTI_PHASE_ONLOAD), static_cast<size_t>(PhaseUtil::current_phase_));
135 DCHECK_EQ(static_cast<size_t>(0), static_cast<size_t>(PhaseUtil::current_phase_));
  /external/tensorflow/tensorflow/compiler/xla/
index_util.cc 31 DCHECK_EQ(shape.dimensions_size(), multi_index.size());
33 DCHECK_EQ(0, shape.layout().padded_dimensions_size());
98 DCHECK_EQ(0, shape.layout().padded_dimensions_size());
  /external/tensorflow/tensorflow/contrib/coder/kernels/
range_coder.cc 191 DCHECK_EQ(base_ >> 16, 0xFFFF);
233 DCHECK_EQ(static_cast<uint64>(base_ + size_minus1_) >> 32, 0);
285 DCHECK_EQ(mid & 0xFFFF, mid);
  /external/libchrome/base/metrics/
sparse_histogram_unittest.cc 231 DCHECK_EQ(histogram_count, StatisticsRecorder::GetHistogramCount());
252 DCHECK_EQ(histogram_count, StatisticsRecorder::GetHistogramCount());
257 DCHECK_EQ(original, duplicate);
258 DCHECK_EQ(histogram_count, StatisticsRecorder::GetHistogramCount());
266 DCHECK_EQ(2, snapshot_orig->GetCount(2));
267 DCHECK_EQ(2, snapshot_dup->GetCount(1));

Completed in 1143 milliseconds

1 2 3 4 56 7 8 91011>>