OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LenFromSize
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/cctest/
test-heap.cc
855
static int
LenFromSize
(int size) {
890
int allocation_len =
LenFromSize
(allocation_amount);
903
int fixed_array_len =
LenFromSize
(to_fill);
[
all
...]
/external/chromium_org/v8/test/cctest/
test-heap.cc
947
static int
LenFromSize
(int size) {
985
int allocation_len =
LenFromSize
(allocation_amount);
[
all
...]
Completed in 22 milliseconds