Home
last modified time | relevance | path

Searched refs:MemoryTracingInfo (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dmemory-tracing.h23 struct MemoryTracingInfo { struct
32 MemoryTracingInfo(uintptr_t offset, bool is_store, MachineRepresentation rep) in MemoryTracingInfo() function
41 const MemoryTracingInfo* info,
Dmemory-tracing.cc18 const MemoryTracingInfo* info, int func_index, in TraceMemoryOperation()
/third_party/node/deps/v8/src/runtime/
Druntime-test-wasm.cc408 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/
Dliftoff-compiler.cc2924 __ 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/
Dwasm-compiler.cc3947 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()