Searched refs:TRACE_BS (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | backing-store.cc | 23 #define TRACE_BS(...) \ macro 230 TRACE_BS( in ~BackingStore() 268 TRACE_BS("BS:custom deleter bs=%p mem=%p (length=%zu, capacity=%zu)\n", in ~BackingStore() 278 TRACE_BS("BS:free bs=%p mem=%p (length=%zu, capacity=%zu)\n", this, in ~BackingStore() 341 TRACE_BS("BS:alloc bs=%p mem=%p (length=%zu)\n", result, in Allocate() 394 TRACE_BS("BSw:try %zu pages, %zu max\n", initial_pages, maximum_pages); in TryAllocateAndPartiallyCommitMemory() 451 TRACE_BS("BSw:try failed to allocate pages\n"); in TryAllocateAndPartiallyCommitMemory() 475 TRACE_BS("BSw:try failed to set permissions (%p, %zu)\n", buffer_start, in TryAllocateAndPartiallyCommitMemory() 504 TRACE_BS( in TryAllocateAndPartiallyCommitMemory() 765 TRACE_BS("BS:wrap bs=%p mem=%p (length=%zu)\n", result, in WrapAllocation() [all …]
|
/third_party/node/deps/v8/src/d8/ |
D | d8.cc | 102 #define TRACE_BS(...) \ macro 5644 #undef TRACE_BS
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 164 #define TRACE_BS(...) \ macro 10724 #undef TRACE_BS
|