Searched refs:TRACE_HEAP (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-code-manager.cc | 47 #define TRACE_HEAP(...) \ macro 787 TRACE_HEAP("Code alloc for %p: 0x%" PRIxPTR ",+%zu\n", this, in AllocateForCodeInRegion() 813 TRACE_HEAP("Set 0x%" V8PRIxPTR ":0x%" V8PRIxPTR " to RX\n", in RemoveWriter() 898 TRACE_HEAP("Set 0x%" V8PRIxPTR ":0x%" V8PRIxPTR " to RWX\n", in InsertIntoWritableRegions() 1879 TRACE_HEAP("Deleting native module: %p\n", this); in ~NativeModule() 1948 TRACE_HEAP( in Commit() 1955 TRACE_HEAP("Setting rwx permissions for 0x%" PRIxPTR ":0x%" PRIxPTR "\n", in Commit() 1978 TRACE_HEAP("Decommitting system pages 0x%" PRIxPTR ":0x%" PRIxPTR "\n", in Decommit() 2004 TRACE_HEAP("VMem alloc: 0x%" PRIxPTR ":0x%" PRIxPTR " (%zu)\n", mem.address(), in TryAllocate() 2155 TRACE_HEAP("Setting memory protection key %d to writable: %d.\n", in SetThreadWritable() [all …]
|