Searched refs:MemoryTracingInfo (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | memory-tracing.h | 23 struct MemoryTracingInfo { struct 32 MemoryTracingInfo(uintptr_t offset, bool is_store, MachineRepresentation rep) in MemoryTracingInfo() function 41 const MemoryTracingInfo* info,
|
D | memory-tracing.cc | 18 const MemoryTracingInfo* info, int func_index, in TraceMemoryOperation()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-test-wasm.cc | 408 wasm::MemoryTracingInfo* info = in RUNTIME_FUNCTION() 409 reinterpret_cast<wasm::MemoryTracingInfo*>(info_addr.ptr()); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 2924 __ AllocateStackSlot(info.gp(), sizeof(MemoryTracingInfo)); in TraceMemoryOperation() 2937 info.gp(), no_reg, offsetof(MemoryTracingInfo, offset), data, in TraceMemoryOperation() 2941 __ Store(info.gp(), no_reg, offsetof(MemoryTracingInfo, is_store), data, in TraceMemoryOperation() 2944 __ Store(info.gp(), no_reg, offsetof(MemoryTracingInfo, mem_rep), data, in TraceMemoryOperation() 2960 __ DeallocateStackSlot(sizeof(MemoryTracingInfo)); in TraceMemoryOperation()
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.cc | 3947 gasm_->StackSlot(sizeof(wasm::MemoryTracingInfo), kAlign); in TraceMemoryOperation() 3955 store(offsetof(wasm::MemoryTracingInfo, offset), in TraceMemoryOperation() 3957 store(offsetof(wasm::MemoryTracingInfo, is_store), in TraceMemoryOperation() 3959 store(offsetof(wasm::MemoryTracingInfo, mem_rep), in TraceMemoryOperation()
|