Home
last modified time | relevance | path

Searched refs:IsInBounds (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcombine_access_chains.cpp263 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/
Dcombine_access_chains.cpp263 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/
Dcombine_access_chains.cpp263 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/
Dwasm-external-refs.cc490 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()
Dinit-expr-interface.cc209 if (!base::IsInBounds<uint32_t>(offset, length_in_bytes, in ArrayInitFromData()
Dwasm-objects.cc317 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()
Dmodule-instantiate.cc1028 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()
Dwasm-objects.h186 static bool IsInBounds(Isolate* isolate, Handle<WasmTableObject> table,
Dwasm-js.cc2043 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/
DOperator.h460 IsInBounds = (1 << 0), enumerator
466 (SubclassOptionalData & ~IsInBounds) | (B * IsInBounds); in setIsInBounds()
472 return SubclassOptionalData & IsInBounds; in isInBounds()
/third_party/node/deps/v8/src/base/
Dbounds.h32 inline constexpr bool IsInBounds(T index, T length, T max) { in IsInBounds() function
/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc427 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/
DConstants.cpp2123 unsigned SubClassOptionalData = InBounds ? GEPOperator::IsInBounds : 0; in getGetElementPtr()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc2801 !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/
Dwasm-compiler.cc3816 !base::IsInBounds<uintptr_t>(offset, access_size, in BoundsCheckMem()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp36816 IsInBounds(const From aFrom) in IsInBounds() function
36845 …ltype((detail::IsInBounds<From, To>(aFrom)))>::isValid, "invalid assertion condition"); if ((__bui… in ReleaseAssertedCast()