Home
last modified time | relevance | path

Searched refs:dest_space (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dserialize.cc759 Space* dest_space; \
761 dest_space = isolate->heap()->new_space(); \
763 dest_space = isolate->heap()->old_pointer_space(); \
765 dest_space = isolate->heap()->old_data_space(); \
767 dest_space = isolate->heap()->code_space(); \
769 dest_space = isolate->heap()->map_space(); \
771 dest_space = isolate->heap()->cell_space(); \
774 dest_space = isolate->heap()->lo_space(); \
809 ReadObject(space_number, dest_space, current); \ in ReadChunk()
815 ReadObject(space_number, dest_space, &new_object); \ in ReadChunk()
/external/chromium_org/content/child/npapi/
Dplugin_instance.h183 NPCoordinateSpace dest_space);
Dplugin_instance.cc590 NPCoordinateSpace dest_space) { in ConvertPoint() argument
622 switch(dest_space) { in ConvertPoint()