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/
H A 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/
H A 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/
H A Dcombine_access_chains.cpp264 auto IsInBounds = [](spv::Op opcode) { in UpdateOpcode() local
270 if (!IsInBounds(base_opcode)) return spv::Op::OpPtrAccessChain; in UpdateOpcode()
272 if (!IsInBounds(base_opcode)) return spv::Op::OpAccessChain; in UpdateOpcode()
/third_party/node/deps/v8/src/wasm/
H A 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()
H A Dinit-expr-interface.cc209 if (!base::IsInBounds<uint32_t>(offset, length_in_bytes, in ArrayInitFromData()
H A 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()
H A 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()
H A Dwasm-objects.h186 static bool IsInBounds(Isolate* isolate, Handle<WasmTableObject> table,
H A 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/
H A 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/
H A Dbounds.h32 inline constexpr bool IsInBounds(T index, T length, T max) { in IsInBounds() function
/third_party/node/deps/v8/src/runtime/
H A 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/
H A DConstants.cpp2123 unsigned SubClassOptionalData = InBounds ? GEPOperator::IsInBounds : 0; in getGetElementPtr()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc2801 !base::IsInBounds<uintptr_t>(offset, access_size,
2972 || !base::IsInBounds<uintptr_t>(effective_offset, access_size,
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc3816 !base::IsInBounds<uintptr_t>(offset, access_size, in BoundsCheckMem()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp36816 IsInBounds(const From aFrom)
36845 do { static_assert(mozilla::detail::AssertionConditionType<decltype((detail::IsInBounds<From, To>(aFrom)))>::isValid, "invalid assertion condition"); if ((__builtin_expect(!!(!(!!((detail::IsInBounds<From, To>(aFrom))))), 0))) { do { } while (0); AnnotateMozCrashReason("MOZ_RELEASE_ASSERT(" "(detail::IsInBounds<From, To>(aFrom))" ")"); do { *((volatile int*) __null) = 250; ::abort(); } while (0); } } while (0);
[all...]

Completed in 67 milliseconds