Searched refs:BoundsCheckMem (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-interpreter.cc | 1401 inline Address BoundsCheckMem(uint32_t offset, uint32_t index) { in BoundsCheckMem() function in v8::internal::wasm::__anon49171a620111::ThreadImpl 1418 Address addr = BoundsCheckMem<mtype>(imm.offset, index); in ExecuteLoad() 1447 Address addr = BoundsCheckMem<mtype>(imm.offset, index); in ExecuteStore() 1474 address = BoundsCheckMem<type>(imm.offset, index); in ExtractAtomicOpParams() 2433 Address addr = BoundsCheckMem<mtype>(0, index); \ in Execute() 2458 Address addr = BoundsCheckMem<mtype>(0, index); \ in Execute()
|
/external/v8/src/compiler/ |
D | wasm-compiler.h | 353 Node* BoundsCheckMem(uint8_t access_size, Node* index, uint32_t offset,
|
D | wasm-compiler.cc | 3043 BoundsCheckMem(access_size, index, offset, position, kNeedsBoundsCheck); in CheckBoundsAndAlignment() 3060 Node* WasmGraphBuilder::BoundsCheckMem(uint8_t access_size, Node* index, in BoundsCheckMem() function in v8::internal::compiler::WasmGraphBuilder 3190 index = BoundsCheckMem(wasm::ValueTypes::MemSize(memtype), index, offset, in LoadMem() 3243 index = BoundsCheckMem(i::ElementSizeInBytes(mem_rep), index, offset, in StoreMem()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1319 bool BoundsCheckMem(FullDecoder* decoder, uint32_t access_size, in BoundsCheckMem() function in v8::internal::wasm::__anon207ad58d0111::LiftoffCompiler 1481 if (BoundsCheckMem(decoder, type.size(), imm.offset, index.gp(), pinned)) { in LoadMem() 1515 if (BoundsCheckMem(decoder, type.size(), imm.offset, index.gp(), pinned)) { in StoreMem()
|