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

1 2 3 4 5 6 78 91011>>

  /external/libmojo/mojo/public/cpp/bindings/lib/
message_buffer.cc 48 DCHECK_EQ(result, MOJO_RESULT_OK);
serialization_context.cc 21 DCHECK_EQ(rv, MOJO_RESULT_OK);
string_traits_wtf.cc 37 DCHECK_EQ(adaptor->original_size_in_bytes, input.charactersSizeInBytes());
  /external/tensorflow/tensorflow/core/framework/
unique_tensor_references.cc 62 DCHECK_EQ(kInVector, referenced_tensors_set_->size());
  /external/v8/src/crankshaft/
hydrogen-check-elimination.h 27 DCHECK_EQ(kStringMapsSize, string_maps_.size());
lithium-codegen.cc 253 DCHECK_EQ(1, translation_size);
254 DCHECK_EQ(0, height);
268 DCHECK_EQ(2, translation_size);
269 DCHECK_EQ(0, height);
283 DCHECK_EQ(0, translation_size);
386 DCHECK_EQ(0, deoptimization_literals_.length());
  /external/v8/src/
log-utils.h 115 DCHECK_EQ(length, rv);
  /external/v8/src/parsing/
preparse-data.cc 40 DCHECK_EQ(4, PreparseDataConstants::kHeaderSize);
expression-classifier.h 296 DCHECK_EQ(inner->reported_errors_, reported_errors_);
297 DCHECK_EQ(inner->reported_errors_begin_, reported_errors_end_);
298 DCHECK_EQ(inner->reported_errors_end_, reported_errors_->length());
299 DCHECK_EQ(inner->non_patterns_to_rewrite_, non_patterns_to_rewrite_);
347 DCHECK_EQ(reported_errors_end_, i+1);
378 DCHECK_EQ(reported_errors_begin_, reported_errors_end_);
407 DCHECK_EQ(reported_errors_end_, reported_errors_->length());
  /external/v8/src/runtime/
runtime-forin.cc 108 DCHECK_EQ(1, args.length());
116 DCHECK_EQ(1, args.length());
145 DCHECK_EQ(2, args.length());
156 DCHECK_EQ(2, args.length());
runtime-proxy.cc 138 DCHECK_EQ(1, args.length());
146 DCHECK_EQ(1, args.length());
154 DCHECK_EQ(1, args.length());
162 DCHECK_EQ(1, args.length());
  /art/compiler/optimizing/
dead_code_elimination.cc 52 DCHECK_EQ(live_successors[0], if_instruction->IfTrueSuccessor());
56 DCHECK_EQ(live_successors[0], if_instruction->IfFalseSuccessor());
72 DCHECK_EQ(live_successors[0], block->GetSuccessors()[switch_index]);
75 DCHECK_EQ(live_successors[0], switch_instruction->GetDefaultBlock());
251 DCHECK_EQ(block->GetSuccessors().size(), 1u);
440 DCHECK_EQ(size, graph_->GetReversePostOrder().size());
441 DCHECK_EQ(block, graph_->GetReversePostOrder()[i]);
builder.cc 218 DCHECK_EQ(bdt_result, kAnalysisSuccess);
225 DCHECK_EQ(build_ssa_result, kAnalysisSuccess);
  /external/v8/src/interpreter/
bytecode-array-writer.cc 38 DCHECK_EQ(0, unbound_jumps_);
180 DCHECK_EQ(Bytecodes::GetOperandType(jump_bytecode, 0), OperandType::kUImm);
183 DCHECK_EQ(bytecodes()->at(operand_location), k8BitJumpPlaceholder);
195 DCHECK_EQ(Bytecodes::SizeForUnsignedOperand(static_cast<uint32_t>(entry)),
208 DCHECK_EQ(Bytecodes::GetOperandType(jump_bytecode, 0), OperandType::kUImm);
285 DCHECK_EQ(0u, node->operand(0));
299 DCHECK_EQ(Bytecode::kJumpLoop, node->bytecode());
  /art/runtime/
art_field-inl.h 117 DCHECK_EQ(Primitive::kPrim ## type, GetTypeAsPrimitiveType()) << PrettyField(); \
155 DCHECK_EQ(Primitive::kPrimByte, GetTypeAsPrimitiveType()) << PrettyField();
180 DCHECK_EQ(Primitive::kPrimShort, GetTypeAsPrimitiveType()) << PrettyField();
230 DCHECK_EQ(Primitive::kPrimFloat, GetTypeAsPrimitiveType()) << PrettyField();
238 DCHECK_EQ(Primitive::kPrimFloat, GetTypeAsPrimitiveType()) << PrettyField();
245 DCHECK_EQ(Primitive::kPrimDouble, GetTypeAsPrimitiveType()) << PrettyField();
253 DCHECK_EQ(Primitive::kPrimDouble, GetTypeAsPrimitiveType()) << PrettyField();
260 DCHECK_EQ(Primitive::kPrimNot, GetTypeAsPrimitiveType()) << PrettyField();
266 DCHECK_EQ(Primitive::kPrimNot, GetTypeAsPrimitiveType()) << PrettyField();
324 DCHECK_EQ(type == nullptr, Thread::Current()->IsExceptionPending())
    [all...]
  /external/v8/src/compiler/
memory-optimizer.cc 104 DCHECK_EQ(0, node->op()->EffectOutputCount());
110 DCHECK_EQ(IrOpcode::kAllocate, node->opcode());
137 DCHECK_EQ(NOT_TENURED, pretenure);
319 DCHECK_EQ(IrOpcode::kCall, node->opcode());
329 DCHECK_EQ(IrOpcode::kLoadElement, node->opcode());
338 DCHECK_EQ(IrOpcode::kLoadField, node->opcode());
348 DCHECK_EQ(IrOpcode::kStoreElement, node->opcode());
363 DCHECK_EQ(IrOpcode::kStoreField, node->opcode());
445 DCHECK_EQ(IrOpcode::kEffectPhi, node->opcode());
453 DCHECK_EQ(IrOpcode::kMerge, control->opcode())
    [all...]
state-values-utils.cc 196 DCHECK_EQ(*values_idx, count);
202 DCHECK_EQ(input_mask & ((1 << previous_input_count) - 1), 0u);
222 DCHECK_EQ((*node_buffer)[0]->opcode(), IrOpcode::kStateValues);
295 DCHECK_EQ(values_idx, count);
298 DCHECK_EQ(tree->opcode(), IrOpcode::kStateValues);
384 DCHECK_EQ(IrOpcode::kTypedStateValues, parent->opcode());
js-operator.cc 45 DCHECK_EQ(IrOpcode::kJSConvertReceiver, op->opcode());
51 DCHECK_EQ(IrOpcode::kJSToBoolean, op->opcode());
75 DCHECK_EQ(IrOpcode::kJSConstruct, op->opcode());
100 DCHECK_EQ(IrOpcode::kJSConstructWithSpread, op->opcode());
111 DCHECK_EQ(IrOpcode::kJSCall, op->opcode());
122 DCHECK_EQ(IrOpcode::kJSCallForwardVarargs, op->opcode());
145 DCHECK_EQ(IrOpcode::kJSCallWithSpread, op->opcode());
172 DCHECK_EQ(IrOpcode::kJSCallRuntime, op->opcode());
242 DCHECK_EQ(IrOpcode::kJSCreateCatchContext, op->opcode());
273 DCHECK_EQ(IrOpcode::kJSCreateFunctionContext, op->opcode())
    [all...]
  /external/v8/src/wasm/
wasm-debug.cc 49 DCHECK_EQ(0, instance_.module->min_mem_pages);
76 DCHECK_EQ(1, interpreter()->GetThreadCount());
91 DCHECK_EQ(param_size, sizeof(ctype)); \
140 DCHECK_EQ(1, kV8MaxWasmFunctionReturns);
145 DCHECK_EQ(1 << ElementSizeLog2Of(sig->GetReturn(0)), sizeof(ctype)); \
188 DCHECK_EQ(this, GetInterpreterHandle(instance_obj->debug_info()));
241 DCHECK_EQ(1, interpreter()->GetThreadCount());
256 DCHECK_EQ(1, interpreter()->GetThreadCount());
271 DCHECK_EQ(1, interpreter()->GetThreadCount());
278 DCHECK_EQ(1, interpreter()->GetThreadCount())
    [all...]
  /external/libchrome/base/memory/
shared_memory_posix.cc 122 DCHECK_EQ(-1, mapped_file_);
276 DCHECK_EQ(0, offset);
290 DCHECK_EQ(0U,
345 DCHECK_EQ(std::string::npos, mem_name.find('/'));
346 DCHECK_EQ(std::string::npos, mem_name.find('\0'));
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
resolve_constant_binary.cc 33 DCHECK_EQ(a.size(), b.size());
47 DCHECK_EQ(input_a.size(), input_b.size());
48 DCHECK_EQ(output_a->size(), output_b->size());
49 DCHECK_EQ(input_a.size(), output_a->size());
50 DCHECK_EQ(selector.size(), input_a.size());
  /art/runtime/mirror/
object-inl.h 420 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
438 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
493 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
510 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
539 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
572 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
590 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
608 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
626 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction());
644 DCHECK_EQ(kTransactionActive, Runtime::Current()->IsActiveTransaction())
    [all...]
  /external/v8/src/ast/
modules.cc 127 DCHECK_EQ(it->second->local_name, next->second->local_name);
128 DCHECK_EQ(it->second->cell_index, next->second->cell_index);
146 DCHECK_EQ(i, count);
236 DCHECK_EQ(entry->cell_index, 0);
249 DCHECK_EQ(entry->cell_index, 0);
294 DCHECK_EQ(this, module_scope->module());
  /external/v8/src/asmjs/
asm-wasm-builder.cc 150 DCHECK_EQ(kModuleScope, scope_);
190 DCHECK_EQ(new_func_scope, decl->scope()->inner_scope());
207 DCHECK_EQ(new_func_scope, decl->scope()->inner_scope());
304 DCHECK_EQ(kFuncScope, scope_);
318 DCHECK_EQ(kFuncScope, scope_);
456 DCHECK_EQ(i, case_count - 1);
483 DCHECK_EQ(kFuncScope, scope_);
497 DCHECK_EQ(kFuncScope, scope_);
509 DCHECK_EQ(kFuncScope, scope_);
572 DCHECK_EQ(kFuncScope, scope_)
    [all...]
  /art/compiler/debug/dwarf/
debug_line_opcode_writer.h 158 DCHECK_EQ(start + size, data()->size());
241 DCHECK_EQ((offset >> code_factor_bits_) << code_factor_bits_, offset);

Completed in 697 milliseconds

1 2 3 4 5 6 78 91011>>