| /third_party/node/deps/v8/src/objects/ |
| D | compilation-cache-table.cc | 31 DCHECK(!obj.IsFixedArray()); in SearchLiteralsMapEntry() 59 DCHECK(!obj.IsFixedArray()); in AddToFeedbackCellsMap() 164 if (!other.IsFixedArray()) { in IsMatch() 255 if (!table->get(index).IsFixedArray()) { in LookupScript() 278 if (!table->get(index).IsFixedArray()) return empty_result; in LookupEval() 389 } else if (key.IsFixedArray()) { in Age()
|
| D | debug-objects.cc | 245 if (!break_point_info->break_points().IsFixedArray()) { in ClearBreakPoint() 254 DCHECK(break_point_info->break_points().IsFixedArray()); in ClearBreakPoint() 282 if (!break_point_info->break_points().IsFixedArray()) { in SetBreakPoint() 317 if (!break_point_info->break_points().IsFixedArray()) { in HasBreakPoint() 339 if (!break_point_info->break_points().IsFixedArray()) { in GetBreakPointById() 362 if (!break_points().IsFixedArray()) return 1; in GetBreakPointCount()
|
| D | debug-objects-inl.h | 75 return !call_site_infos_or_formatted_stack().IsFixedArray(); in BIT_FIELD_ACCESSORS()
|
| D | script-inl.h | 48 return eval_from_shared_or_wrapped_arguments_or_sfi_table().IsFixedArray() && in NEVER_READ_ONLY_SPACE_IMPL()
|
| D | feedback-vector-inl.h | 173 return heap_object.IsFixedArray() && !heap_object.IsHashTable(); in IsOfLegacyType()
|
| D | js-regexp.cc | 201 DCHECK(data().IsFixedArray()); in MarkedForTierUp()
|
| D | contexts.cc | 498 CHECK(extension.IsFixedArray()); in VerifyExtensionSlot()
|
| D | fixed-array-inl.h | 98 DCHECK(IsFixedArray()); in set()
|
| D | js-objects-inl.h | 639 DCHECK(fixed_array.IsFixedArray(cage_base)); in ACCESSORS()
|
| /third_party/node/deps/v8/include/ |
| D | v8-data.h | 33 bool IsFixedArray() const;
|
| /third_party/node/deps/v8/src/codegen/ |
| D | compilation-cache.cc | 265 if (result->IsFixedArray()) break; in Lookup() 267 if (result->IsFixedArray()) { in Lookup()
|
| /third_party/node/deps/v8/src/execution/ |
| D | execution.cc | 117 DCHECK_IMPLIES(params.IsScript(), argv[0]->IsFixedArray()); in SetUpForCall() 140 DCHECK_IMPLIES(params.IsScript(), argv[0]->IsFixedArray()); in SetUpForTryCall() 341 DCHECK(params.argv[0]->IsFixedArray()); in Invoke()
|
| D | messages.cc | 302 DCHECK(raw_stack->IsFixedArray()); in FormatStackTrace() 1019 if (error_stack->IsFixedArray()) { in GetFormattedStack()
|
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-array.cc | 667 IsFixedArrayField::encode(storage->IsFixedArray(isolate)) | in ArrayConcatVisitor() 669 storage->IsFixedArray(isolate) || in ArrayConcatVisitor() 872 if (array->elements().IsFixedArray()) { in EstimateElementCount() 942 if (object->elements().IsFixedArray()) { in CollectElementIndices() 1150 if (array->elements().IsFixedArray()) { in IterateElements()
|
| /third_party/node/deps/v8/src/heap/ |
| D | large-spaces.cc | 408 object.IsFixedArray(cage_base) || // in Verify() 441 } else if (object.IsFixedArray(cage_base)) { in Verify()
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-regexp.cc | 338 if (maybe_capture_name_map.IsFixedArray()) { in Compile() 991 has_named_captures_ = o.IsFixedArray(); in MatchInfoBackedMatch() 1197 if (cached_answer.IsFixedArray()) { in SearchRegExpMultiple() 1267 const bool has_named_captures = maybe_capture_map->IsFixedArray(); in SearchRegExpMultiple() 1561 if (maybe_capture_map.IsFixedArray()) { in RUNTIME_FUNCTION()
|
| D | runtime-test-wasm.cc | 317 CHECK(values_obj->IsFixedArray()); // Only called with correct input. in RUNTIME_FUNCTION()
|
| D | runtime-literals.cc | 477 DCHECK(!fixed_array_values->get(i).IsFixedArray()); in CreateArrayLiteral()
|
| /third_party/node/deps/v8/src/diagnostics/ |
| D | objects-debug.cc | 1148 CHECK(elements().IsFixedArray() || elements().IsFixedDoubleArray()); in JSArrayVerify() 1158 elements().IsFixedArray()); in JSArrayVerify() 1905 CHECK(c_function_overloads().IsFixedArray() || in FunctionTemplateRareDataVerify() 1915 CHECK_IMPLIES(!call_site_infos_or_formatted_stack().IsFixedArray(), in ErrorStackDataVerify() 1916 limit_or_stack_frame_infos().IsFixedArray()); in ErrorStackDataVerify()
|
| /third_party/node/deps/v8/src/regexp/ |
| D | regexp.cc | 265 DCHECK(re->data().IsFixedArray()); in Compile() 1222 DCHECK(key_pattern.IsFixedArray()); in Lookup() 1257 DCHECK(key_pattern->IsFixedArray()); in Enter()
|
| /third_party/node/deps/v8/src/strings/ |
| D | string-stream.cc | 393 } else if (printee.IsFixedArray()) { in PrintMentionedObjectCache()
|
| /third_party/node/deps/v8/src/profiler/ |
| D | heap-snapshot-generator.cc | 899 if (InstanceTypeChecker::IsFixedArray(type) || in GetSystemEntryName() 952 if (InstanceTypeChecker::IsFixedArray(type) || in GetSystemEntryType() 1123 } else if (obj.IsFixedArray()) { in ExtractReferences() 1373 } else if (raw_transitions_or_prototype_info.IsFixedArray()) { in ExtractMapReferences()
|
| /third_party/node/deps/v8/src/debug/ |
| D | debug-interface.cc | 524 CHECK(script->line_ends().IsFixedArray()); in GetPossibleBreakpoints() 580 CHECK(script->line_ends().IsFixedArray()); in GetSourceOffset()
|
| D | debug.cc | 617 if (!break_points->IsFixedArray()) { in IsBreakOnInstrumentation() 1024 if (!break_points->IsFixedArray()) { in GetHitBreakPoints()
|
| /third_party/node/deps/v8/src/web-snapshot/ |
| D | web-snapshot.cc | 2336 container->IsFixedArray() || container->IsJSFunction() || in AddDeferredReference() 2405 } else if (InstanceTypeChecker::IsFixedArray(instance_type)) { in ProcessDeferredReferences()
|