Home
last modified time | relevance | path

Searched refs:LengthFor (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-typedarray.cc119 ByteArray::LengthFor(kMaxRegularHeapObjectSize))) { in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/objects/
Dcode.h942 static constexpr int LengthFor(int number_of_entries) { in LengthFor() function
1202 static int LengthFor(int entry_count) { return IndexForEntry(entry_count); } in LengthFor() function
Dtransitions.h332 static int LengthFor(int number_of_transitions) { in LengthFor() function
Dcode.cc388 LengthFor(deopt_entry_count), allocation)); in New()
793 isolate->factory()->NewWeakArrayList(LengthFor(1), AllocationType::kOld)); in New()
Dfixed-array.h554 static int LengthFor(int size_in_bytes) { in LengthFor() function
/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.cc1783 ByteArray::LengthFor(slot->GetChildrenCount() * kTaggedSize); in AllocateStorageFor()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc717 CHECK_LE(LengthFor(number_of_transitions()), length()); in TransitionArrayVerify()
/third_party/node/deps/v8/src/heap/
Dfactory.cc1804 int capacity = TransitionArray::LengthFor(number_of_transitions + slack); in NewTransitionArray()