Home
last modified time | relevance | path

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

/external/v8/src/
Dtransitions.h239 static int LengthFor(int number_of_transitions) { in LengthFor() function
Dtransitions.cc395 LengthFor(number_of_transitions + slack)); in Allocate()
Dobjects-debug.cc424 CHECK_LE(LengthFor(number_of_transitions()), length()); in TransitionArrayVerify()
Dobjects.h2979 static int LengthFor(int number_of_descriptors) { in LengthFor() function
4323 static int LengthFor(int size_in_bytes) { in LengthFor() function
4625 static int LengthFor(int entry_count) { return IndexForEntry(entry_count); } in TYPED_ARRAYS()
Dobjects.cc10809 Handle<FixedArray> result = factory->NewFixedArray(LengthFor(size), TENURED); in Allocate()
10934 isolate->factory()->NewFixedArray(LengthFor(deopt_entry_count), in New()