/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | combine_access_chains.cpp | 263 auto IsInBounds = [](SpvOp opcode) { in UpdateOpcode() local 269 if (!IsInBounds(base_opcode)) return SpvOpPtrAccessChain; in UpdateOpcode() 271 if (!IsInBounds(base_opcode)) return SpvOpAccessChain; in UpdateOpcode()
|
/third_party/spirv-tools/source/opt/ |
D | combine_access_chains.cpp | 263 auto IsInBounds = [](SpvOp opcode) { in UpdateOpcode() local 269 if (!IsInBounds(base_opcode)) return SpvOpPtrAccessChain; in UpdateOpcode() 271 if (!IsInBounds(base_opcode)) return SpvOpAccessChain; in UpdateOpcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | combine_access_chains.cpp | 263 auto IsInBounds = [](SpvOp opcode) { in UpdateOpcode() local 269 if (!IsInBounds(base_opcode)) return SpvOpPtrAccessChain; in UpdateOpcode() 271 if (!IsInBounds(base_opcode)) return SpvOpAccessChain; in UpdateOpcode()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-external-refs.cc | 490 if (!base::IsInBounds<uint64_t>(dst, size, mem_size)) return kOutOfBounds; in memory_init_wrapper() 493 if (!base::IsInBounds<uint32_t>(src, size, seg_size)) return kOutOfBounds; in memory_init_wrapper() 512 if (!base::IsInBounds<uint64_t>(dst, size, mem_size)) return kOutOfBounds; in memory_copy_wrapper() 513 if (!base::IsInBounds<uint64_t>(src, size, mem_size)) return kOutOfBounds; in memory_copy_wrapper() 534 if (!base::IsInBounds<uint64_t>(dst, size, mem_size)) return kOutOfBounds; in memory_fill_wrapper()
|
D | init-expr-interface.cc | 209 if (!base::IsInBounds<uint32_t>(offset, length_in_bytes, in ArrayInitFromData()
|
D | wasm-objects.cc | 317 bool WasmTableObject::IsInBounds(Isolate* isolate, in IsInBounds() function in v8::internal::WasmTableObject 375 DCHECK(IsInBounds(isolate, table, index)); in Set() 413 DCHECK(IsInBounds(isolate, table, index)); in Get() 1337 if (!base::IsInBounds(dst, count, max_dst) || in CopyTableEntries() 1338 !base::IsInBounds(src, count, max_src)) { in CopyTableEntries()
|
D | module-instantiate.cc | 1028 if (!base::IsInBounds<size_t>(dest_offset, size, instance->memory_size())) { in LoadDataSegments() 2014 if (!base::IsInBounds<uint64_t>(dst, count, table_object->current_length()) || in LoadElemSegmentImpl() 2015 !base::IsInBounds<uint64_t>( in LoadElemSegmentImpl()
|
D | wasm-objects.h | 186 static bool IsInBounds(Isolate* isolate, Handle<WasmTableObject> table,
|
D | wasm-js.cc | 2043 if (!i::WasmTableObject::IsInBounds(i_isolate, receiver, index)) { in WebAssemblyTableGet() 2074 if (!i::WasmTableObject::IsInBounds(i_isolate, table_object, index)) { in WebAssemblyTableSet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Operator.h | 460 IsInBounds = (1 << 0), enumerator 466 (SubclassOptionalData & ~IsInBounds) | (B * IsInBounds); in setIsInBounds() 472 return SubclassOptionalData & IsInBounds; in isInBounds()
|
/third_party/node/deps/v8/src/base/ |
D | bounds.h | 32 inline constexpr bool IsInBounds(T index, T length, T max) { in IsInBounds() function
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-wasm.cc | 427 if (!WasmTableObject::IsInBounds(isolate, table, entry_index)) { in RUNTIME_FUNCTION() 454 if (!WasmTableObject::IsInBounds(isolate, table, entry_index)) { in RUNTIME_FUNCTION() 710 if (!base::IsInBounds<uint32_t>( in RUNTIME_FUNCTION()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 2123 unsigned SubClassOptionalData = InBounds ? GEPOperator::IsInBounds : 0; in getGetElementPtr()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 2801 !base::IsInBounds<uintptr_t>(offset, access_size, in BoundsCheckMem() 2972 || !base::IsInBounds<uintptr_t>(effective_offset, access_size, in IndexStaticallyInBounds()
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.cc | 3816 !base::IsInBounds<uintptr_t>(offset, access_size, in BoundsCheckMem()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 36816 IsInBounds(const From aFrom) in IsInBounds() function 36845 …ltype((detail::IsInBounds<From, To>(aFrom)))>::isValid, "invalid assertion condition"); if ((__bui… in ReleaseAssertedCast()
|