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

  /external/chromium_org/v8/src/
assembler.h 752 // Static variable Heap::allocation_sites_list_address()
753 static ExternalReference allocation_sites_list_address(Isolate* isolate);
    [all...]
assembler.cc 1133 ExternalReference ExternalReference::allocation_sites_list_address( function in class:v8::internal::ExternalReference
    [all...]
code-stubs-hydrogen.cc 468 ExternalReference::allocation_sites_list_address(isolate()));
serialize.cc 580 Add(ExternalReference::allocation_sites_list_address(isolate).address(),
583 "Heap::allocation_sites_list_address()");
    [all...]
heap.h 1347 Object** allocation_sites_list_address() { return &allocation_sites_list_; } function in class:v8::internal::Heap
    [all...]

Completed in 498 milliseconds