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

  /external/v8/src/heap/
local-allocator-inl.h 50 if (!new_space_lab_.TryFreeLast(object, object_size)) {
58 if (!compaction_spaces_.Get(OLD_SPACE)->TryFreeLast(object, object_size)) {
spaces-inl.h 173 bool PagedSpace::TryFreeLast(HeapObject* object, int object_size) {
493 bool LocalAllocationBuffer::TryFreeLast(HeapObject* object, int object_size) {
spaces.h     [all...]

Completed in 72 milliseconds