Home
last modified time | relevance | path

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

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

Completed in 25 milliseconds