HomeSort by relevance Sort by last modified time
    Searched defs:AllocateEntry (Results 1 - 2 of 2) sorted by null

  /external/v8/src/interpreter/
constant-array-builder.cc 126 return (entry == nullptr) ? AllocateEntry(object) : *entry;
129 ConstantArrayBuilder::index_t ConstantArrayBuilder::AllocateEntry(
183 index = AllocateEntry(object);
  /external/v8/src/profiler/
heap-snapshot-generator.cc 781 HeapEntry* V8HeapExplorer::AllocateEntry(HeapThing ptr) {
887 HeapEntry* entry = allocator->AllocateEntry(ptr);
    [all...]

Completed in 64 milliseconds