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

  /external/v8/src/heap/
spaces.h     [all...]
spaces.cc 375 while ((chunk = GetMemoryChunkSafe<kRegular>()) != nullptr) {
384 while ((chunk = GetMemoryChunkSafe<kPooled>()) != nullptr) {
389 while ((chunk = GetMemoryChunkSafe<kNonRegular>()) != nullptr) {
    [all...]

Completed in 68 milliseconds