Searched refs:capped_offset (Results 1 – 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.cc | 3778 uintptr_t capped_offset = static_cast<uintptr_t>(offset); in CheckBoundsAndAlignment() local 3783 uintptr_t effective_offset = match.ResolvedValue() + capped_offset; in CheckBoundsAndAlignment() 3794 Node* effective_offset = gasm_->IntAdd(MemBuffer(capped_offset), index); in CheckBoundsAndAlignment() 4043 uintptr_t capped_offset = static_cast<uintptr_t>(offset); in LoadLane() local 4049 MemBuffer(capped_offset), index, value, effect(), control())); in LoadLane() 4055 TraceMemoryOperation(false, memtype.representation(), index, capped_offset, in LoadLane() 4071 uintptr_t capped_offset = static_cast<uintptr_t>(offset); in LoadTransform() local 4090 MemBuffer(capped_offset), index, effect(), control())); in LoadTransform() 4097 TraceMemoryOperation(false, memtype.representation(), index, capped_offset, in LoadTransform() 4120 uintptr_t capped_offset = static_cast<uintptr_t>(offset); in LoadMem() local [all …]
|