HomeSort by relevance Sort by last modified time
    Searched refs:TargetSpaceId (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/v8/src/
heap-inl.h 383 AllocationSpace space = TargetSpaceId(type);
390 AllocationSpace Heap::TargetSpaceId(InstanceType type) {
437 return dst == src || dst == TargetSpaceId(type);
439 return dst == src && (dst == TargetSpaceId(type) || object->IsFiller());
441 return dst == src && dst == TargetSpaceId(type);
heap.h     [all...]
heap.cc     [all...]
hydrogen-instructions.h     [all...]
  /external/v8/src/
heap-inl.h 351 AllocationSpace space = TargetSpaceId(type);
358 AllocationSpace Heap::TargetSpaceId(InstanceType type) {
heap.h     [all...]
heap.cc     [all...]

Completed in 93 milliseconds