Home
last modified time | relevance | path

Searched refs:IsFixedArray (Results 1 – 25 of 41) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
Dcompilation-cache-table.cc31 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()
Ddebug-objects.cc245 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()
Ddebug-objects-inl.h75 return !call_site_infos_or_formatted_stack().IsFixedArray(); in BIT_FIELD_ACCESSORS()
Dscript-inl.h48 return eval_from_shared_or_wrapped_arguments_or_sfi_table().IsFixedArray() && in NEVER_READ_ONLY_SPACE_IMPL()
Dfeedback-vector-inl.h173 return heap_object.IsFixedArray() && !heap_object.IsHashTable(); in IsOfLegacyType()
Djs-regexp.cc201 DCHECK(data().IsFixedArray()); in MarkedForTierUp()
Dcontexts.cc498 CHECK(extension.IsFixedArray()); in VerifyExtensionSlot()
Dfixed-array-inl.h98 DCHECK(IsFixedArray()); in set()
Djs-objects-inl.h639 DCHECK(fixed_array.IsFixedArray(cage_base)); in ACCESSORS()
/third_party/node/deps/v8/include/
Dv8-data.h33 bool IsFixedArray() const;
/third_party/node/deps/v8/src/codegen/
Dcompilation-cache.cc265 if (result->IsFixedArray()) break; in Lookup()
267 if (result->IsFixedArray()) { in Lookup()
/third_party/node/deps/v8/src/execution/
Dexecution.cc117 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()
Dmessages.cc302 DCHECK(raw_stack->IsFixedArray()); in FormatStackTrace()
1019 if (error_stack->IsFixedArray()) { in GetFormattedStack()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-array.cc667 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/
Dlarge-spaces.cc408 object.IsFixedArray(cage_base) || // in Verify()
441 } else if (object.IsFixedArray(cage_base)) { in Verify()
/third_party/node/deps/v8/src/runtime/
Druntime-regexp.cc338 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()
Druntime-test-wasm.cc317 CHECK(values_obj->IsFixedArray()); // Only called with correct input. in RUNTIME_FUNCTION()
Druntime-literals.cc477 DCHECK(!fixed_array_values->get(i).IsFixedArray()); in CreateArrayLiteral()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc1148 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/
Dregexp.cc265 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/
Dstring-stream.cc393 } else if (printee.IsFixedArray()) { in PrintMentionedObjectCache()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc899 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/
Ddebug-interface.cc524 CHECK(script->line_ends().IsFixedArray()); in GetPossibleBreakpoints()
580 CHECK(script->line_ends().IsFixedArray()); in GetSourceOffset()
Ddebug.cc617 if (!break_points->IsFixedArray()) { in IsBreakOnInstrumentation()
1024 if (!break_points->IsFixedArray()) { in GetHitBreakPoints()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc2336 container->IsFixedArray() || container->IsJSFunction() || in AddDeferredReference()
2405 } else if (InstanceTypeChecker::IsFixedArray(instance_type)) { in ProcessDeferredReferences()

12