Searched refs:LengthFor (Results 1 – 8 of 8) sorted by relevance
119 ByteArray::LengthFor(kMaxRegularHeapObjectSize))) { in RUNTIME_FUNCTION()
942 static constexpr int LengthFor(int number_of_entries) { in LengthFor() function1202 static int LengthFor(int entry_count) { return IndexForEntry(entry_count); } in LengthFor() function
332 static int LengthFor(int number_of_transitions) { in LengthFor() function
388 LengthFor(deopt_entry_count), allocation)); in New()793 isolate->factory()->NewWeakArrayList(LengthFor(1), AllocationType::kOld)); in New()
554 static int LengthFor(int size_in_bytes) { in LengthFor() function
1783 ByteArray::LengthFor(slot->GetChildrenCount() * kTaggedSize); in AllocateStorageFor()
717 CHECK_LE(LengthFor(number_of_transitions()), length()); in TransitionArrayVerify()
1804 int capacity = TransitionArray::LengthFor(number_of_transitions + slack); in NewTransitionArray()