Searched refs:BoundsCheckMem (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/ |
D | wasm-compiler.h | 280 void BoundsCheckMem(MachineType memtype, Node* index, uint32_t offset,
|
D | wasm-compiler.cc | 3140 void WasmGraphBuilder::BoundsCheckMem(MachineType memtype, Node* index, in BoundsCheckMem() function in v8::internal::compiler::WasmGraphBuilder 3203 BoundsCheckMem(memtype, index, offset, position); in LoadMem() 3257 BoundsCheckMem(memtype, index, offset, position); in StoreMem()
|