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

  /external/v8/src/
external-reference-table.cc 165 Add(ExternalReference::allocation_sites_list_address(isolate).address(),
166 "Heap::allocation_sites_list_address()");
assembler.cc 1215 ExternalReference ExternalReference::allocation_sites_list_address( function in class:v8::internal::ExternalReference
    [all...]
assembler.h 908 // Static variable Heap::allocation_sites_list_address()
909 static ExternalReference allocation_sites_list_address(Isolate* isolate);
    [all...]
code-stub-assembler.cc     [all...]
  /external/v8/src/heap/
heap.h 786 Object** allocation_sites_list_address() { return &allocation_sites_list_; } function in class:v8::internal::GarbageCollectionReason::Heap
    [all...]

Completed in 1100 milliseconds