OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentAllocationAddress
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/v8/test/cctest/
test-serialize.cc
237
ser.
CurrentAllocationAddress
(NEW_SPACE),
238
ser.
CurrentAllocationAddress
(OLD_POINTER_SPACE),
239
ser.
CurrentAllocationAddress
(OLD_DATA_SPACE),
240
ser.
CurrentAllocationAddress
(CODE_SPACE),
241
ser.
CurrentAllocationAddress
(MAP_SPACE),
242
ser.
CurrentAllocationAddress
(CELL_SPACE),
243
ser.
CurrentAllocationAddress
(PROPERTY_CELL_SPACE));
430
p_ser.
CurrentAllocationAddress
(NEW_SPACE),
431
p_ser.
CurrentAllocationAddress
(OLD_POINTER_SPACE),
432
p_ser.
CurrentAllocationAddress
(OLD_DATA_SPACE)
[
all
...]
/external/chromium_org/v8/src/
mksnapshot.cc
386
partial_ser.
CurrentAllocationAddress
(i::NEW_SPACE),
387
partial_ser.
CurrentAllocationAddress
(i::OLD_POINTER_SPACE),
388
partial_ser.
CurrentAllocationAddress
(i::OLD_DATA_SPACE),
389
partial_ser.
CurrentAllocationAddress
(i::CODE_SPACE),
390
partial_ser.
CurrentAllocationAddress
(i::MAP_SPACE),
391
partial_ser.
CurrentAllocationAddress
(i::CELL_SPACE),
392
partial_ser.
CurrentAllocationAddress
(i::PROPERTY_CELL_SPACE));
395
ser.
CurrentAllocationAddress
(i::NEW_SPACE),
396
ser.
CurrentAllocationAddress
(i::OLD_POINTER_SPACE),
397
ser.
CurrentAllocationAddress
(i::OLD_DATA_SPACE)
[
all
...]
serialize.h
473
int
CurrentAllocationAddress
(int space) {
serialize.cc
[
all
...]
/external/v8/src/
mksnapshot.cc
340
partial_ser.
CurrentAllocationAddress
(i::NEW_SPACE),
341
partial_ser.
CurrentAllocationAddress
(i::OLD_POINTER_SPACE),
342
partial_ser.
CurrentAllocationAddress
(i::OLD_DATA_SPACE),
343
partial_ser.
CurrentAllocationAddress
(i::CODE_SPACE),
344
partial_ser.
CurrentAllocationAddress
(i::MAP_SPACE),
345
partial_ser.
CurrentAllocationAddress
(i::CELL_SPACE),
346
partial_ser.
CurrentAllocationAddress
(i::LO_SPACE));
serialize.h
464
int
CurrentAllocationAddress
(int space) {
serialize.cc
[
all
...]
/external/v8/test/cctest/
test-serialize.cc
390
partial_sink.WriteSpaceUsed(p_ser.
CurrentAllocationAddress
(NEW_SPACE),
391
p_ser.
CurrentAllocationAddress
(OLD_POINTER_SPACE),
392
p_ser.
CurrentAllocationAddress
(OLD_DATA_SPACE),
393
p_ser.
CurrentAllocationAddress
(CODE_SPACE),
394
p_ser.
CurrentAllocationAddress
(MAP_SPACE),
395
p_ser.
CurrentAllocationAddress
(CELL_SPACE),
396
p_ser.
CurrentAllocationAddress
(LO_SPACE));
509
partial_sink.WriteSpaceUsed(p_ser.
CurrentAllocationAddress
(NEW_SPACE),
510
p_ser.
CurrentAllocationAddress
(OLD_POINTER_SPACE),
511
p_ser.
CurrentAllocationAddress
(OLD_DATA_SPACE)
[
all
...]
Completed in 34 milliseconds