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

  /external/v8/test/cctest/
test-alloc.cc 105 CHECK(!heap->AllocateMap(instance_type, instance_size)->IsFailure());
107 CHECK(!heap->AllocateMap(instance_type, instance_size)->IsFailure());
test-mark-compact.cc 178 maybe_mapp = HEAP->AllocateMap(JS_OBJECT_TYPE, JSObject::kHeaderSize);
181 mapp = HEAP->AllocateMap(JS_OBJECT_TYPE,
194 Map::cast(HEAP->AllocateMap(JS_OBJECT_TYPE,
test-serialize.cc 641 Object* obj = HEAP->AllocateMap(JS_OBJECT_TYPE,
  /external/v8/src/
heap.cc     [all...]
factory.cc 446 isolate()->heap()->AllocateMap(type, instance_size, elements_kind),
    [all...]
heap.h 618 MUST_USE_RESULT MaybeObject* AllocateMap(
    [all...]
objects.cc     [all...]

Completed in 92 milliseconds