HomeSort by relevance Sort by last modified time
    Searched refs:DCHECK_IMPLIES (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/v8/src/
property.h 65 DCHECK_IMPLIES(key->IsPrivate(), !details.IsEnumerable());
74 DCHECK_IMPLIES(key->IsPrivate(), !details_.IsEnumerable());
86 DCHECK_IMPLIES(key->IsPrivate(), !details_.IsEnumerable());
compiler.h 200 DCHECK_IMPLIES(!can_execute_on_background_thread(),
execution.cc 221 DCHECK_IMPLIES(message_handling == MessageHandling::kKeepPending,
map-updater.cc 447 DCHECK_IMPLIES(next_constness == kMutable, next_location == kField);
514 DCHECK_IMPLIES(!FLAG_track_constant_fields, next_constness == kMutable);
compiler.cc 817 DCHECK_IMPLIES(ignition_osr, !osr_ast_id.IsNone());
818 DCHECK_IMPLIES(ignition_osr, FLAG_ignition_osr);
855 DCHECK_IMPLIES(!has_script, ShouldUseIgnition(shared, false));
    [all...]
code-stubs-hydrogen.cc 335 DCHECK_IMPLIES(IsFastHoleyElementsKind(from_kind),
contexts.cc 228 DCHECK_IMPLIES(context->IsEvalContext(),
lookup.cc 742 DCHECK_IMPLIES(
    [all...]
  /external/v8/src/ic/
handler-configuration-inl.h 108 DCHECK_IMPLIES(extend_storage, kind == kTransitionToField);
109 DCHECK_IMPLIES(field_index.is_inobject(), !extend_storage);
124 DCHECK_IMPLIES(!FLAG_track_constant_fields, constness == kMutable);
  /external/v8/src/ast/
variables.h 112 DCHECK_IMPLIES(location == VariableLocation::MODULE, index != 0);
scopes.cc     [all...]
  /external/v8/src/base/
logging.h 226 #define DCHECK_IMPLIES(v1, v2) CHECK_IMPLIES(v1, v2)
237 #define DCHECK_IMPLIES(v1, v2) ((void) 0)
  /external/v8/src/compiler/
instruction.cc 302 DCHECK_IMPLIES(kind == REGISTER && !IsFloatingPoint(rep),
304 DCHECK_IMPLIES(kind == REGISTER && rep == MachineRepresentation::kFloat32,
306 DCHECK_IMPLIES(kind == REGISTER && (rep == MachineRepresentation::kFloat64),
936 DCHECK_IMPLIES(representations_[virtual_register] != rep,
    [all...]
register-allocator.cc 265 DCHECK_IMPLIES(hint == nullptr, hint_type == UsePositionHintType::kNone);
363 DCHECK_IMPLIES(type == UsePositionType::kRequiresSlot, !register_beneficial);
869 DCHECK_IMPLIES(op.IsConstant(), GetSpillMoveInsertionLocations() == nullptr);
    [all...]
instruction.h 432 DCHECK_IMPLIES(location_kind == REGISTER, index >= 0);
701 DCHECK_IMPLIES(!destination_.IsInvalid(), !destination_.IsConstant());
708 DCHECK_IMPLIES(source_.IsInvalid(), destination_.IsInvalid());
    [all...]
  /external/v8/src/parsing/
scanner-character-streams.cc 426 DCHECK_IMPLIES(!found, !have_more_data);
427 DCHECK_IMPLIES(!found, current_.chunk_no == chunks_.size() - 1);
parser.cc     [all...]
scanner.h 121 DCHECK_IMPLIES(success, pos() == new_pos);
scanner.cc 149 DCHECK_IMPLIES(
    [all...]
  /external/v8/src/builtins/
builtins-arguments.cc 76 DCHECK_IMPLIES(empty, parameter_map_count == nullptr);
  /external/v8/src/full-codegen/
full-codegen.cc 547 DCHECK_IMPLIES(!HasStackOverflow(), operand_stack_depth_ >= 0);
553 DCHECK_IMPLIES(!HasStackOverflow(), operand_stack_depth_ >= count);
    [all...]
  /external/v8/src/interpreter/
interpreter-assembler.cc     [all...]
  /external/v8/src/base/platform/
platform-win32.cc 829 DCHECK_IMPLIES(result != nullptr, GetLastError() == 0);
    [all...]
  /external/v8/src/heap/
heap-inl.h 229 DCHECK_IMPLIES(str.length() == 0, roots_[kempty_stringRootIndex] == nullptr);
  /external/v8/src/asmjs/
asm-wasm-builder.cc     [all...]

Completed in 1918 milliseconds

1 2 3