Home
last modified time | relevance | path

Searched refs:out_of_bounds (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer-inl.h200 size_t JSTypedArray::GetLengthOrOutOfBounds(bool& out_of_bounds) const { in GetLengthOrOutOfBounds()
201 DCHECK(!out_of_bounds); in GetLengthOrOutOfBounds()
204 return GetVariableLengthOrOutOfBounds(out_of_bounds); in GetLengthOrOutOfBounds()
210 bool out_of_bounds = false; in GetLength() local
211 return GetLengthOrOutOfBounds(out_of_bounds); in GetLength()
219 bool out_of_bounds = false; in IsOutOfBounds() local
220 GetLengthOrOutOfBounds(out_of_bounds); in IsOutOfBounds()
221 return out_of_bounds; in IsOutOfBounds()
228 bool out_of_bounds = false; in IsDetachedOrOutOfBounds() local
229 GetLengthOrOutOfBounds(out_of_bounds); in IsDetachedOrOutOfBounds()
[all...]
H A Djs-array-buffer.cc282 bool out_of_bounds = false; in DefineOwnProperty() local
283 size_t length = o->GetLengthOrOutOfBounds(out_of_bounds); in DefineOwnProperty()
284 if (o->WasDetached() || out_of_bounds || index >= length) { in DefineOwnProperty()
383 size_t JSTypedArray::GetVariableLengthOrOutOfBounds(bool& out_of_bounds) const { in GetVariableLengthOrOutOfBounds()
388 out_of_bounds = true; in GetVariableLengthOrOutOfBounds()
395 out_of_bounds = true; in GetVariableLengthOrOutOfBounds()
407 out_of_bounds = true; in GetVariableLengthOrOutOfBounds()
H A Djs-array-buffer.h305 size_t GetVariableLengthOrOutOfBounds(bool& out_of_bounds) const;
307 inline size_t GetLengthOrOutOfBounds(bool& out_of_bounds) const;
H A Delements.cc3340 bool out_of_bounds = false; in IncludesValueImpl() local
3341 size_t new_length = typed_array.GetLengthOrOutOfBounds(out_of_bounds); in IncludesValueImpl()
3342 if (V8_UNLIKELY(out_of_bounds)) { in IncludesValueImpl()
3414 bool out_of_bounds = false; in IndexOfValueImpl()
3416 typed_array.GetLengthOrOutOfBounds(out_of_bounds); in IndexOfValueImpl()
3417 if V8_UNLIKELY (out_of_bounds) { in IndexOfValueImpl()
3745 bool out_of_bounds = false; in TryCopyElementsFastNumber() local
3746 CHECK_GE(destination.GetLengthOrOutOfBounds(out_of_bounds), length); in TryCopyElementsFastNumber()
3747 CHECK(!out_of_bounds); in TryCopyElementsFastNumber()
3858 bool out_of_bounds in CopyElementsHandleSlow() local
3888 bool out_of_bounds = false; CopyElementsHandleImpl() local
3907 bool out_of_bounds = false; CopyElementsHandleImpl() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c2036 * Either clamp layer to valid values or fill in optional out_of_bounds
2044 LLVMValueRef *out_of_bounds) in lp_build_layer_coord()
2052 if (out_of_bounds) { in lp_build_layer_coord()
2058 *out_of_bounds = lp_build_or(int_coord_bld, out, out1); in lp_build_layer_coord()
3113 LLVMValueRef offset, out_of_bounds, out1; in lp_build_fetch_texel() local
3115 out_of_bounds = int_coord_bld->zero; in lp_build_fetch_texel()
3126 out_of_bound_ret_zero ? &out_of_bounds : NULL); in lp_build_fetch_texel()
3148 out_of_bounds = lp_build_or(int_coord_bld, out_of_bounds, out1); in lp_build_fetch_texel()
3164 out_of_bounds in lp_build_fetch_texel()
2040 lp_build_layer_coord(struct lp_build_sample_context *bld, unsigned texture_unit, boolean is_cube_array, LLVMValueRef layer, LLVMValueRef *out_of_bounds) lp_build_layer_coord() argument
4559 lp_build_do_atomic_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, LLVMValueRef exec_mask, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef out_of_bounds, unsigned img_op, LLVMAtomicRMWBinOp op, const LLVMValueRef rgba_in[4], const LLVMValueRef rgba2_in[4], LLVMValueRef atomic_result[4]) lp_build_do_atomic_soa() argument
4737 LLVMValueRef out_of_bounds = int_coord_bld.zero; lp_build_img_op_soa() local
[all...]
H A Dlp_bld_format.h166 LLVMValueRef out_of_bounds,
H A Dlp_bld_sample.c1046 * \param out_of_bounds returns per coord out_of_bounds mask if provided
1053 LLVMValueRef *out_of_bounds) in lp_build_nearest_mip_level()
1068 if (out_of_bounds) { in lp_build_nearest_mip_level()
1074 *out_of_bounds = out; in lp_build_nearest_mip_level()
1077 *out_of_bounds = lp_build_broadcast_scalar(&bld->int_coord_bld, out); in lp_build_nearest_mip_level()
1081 *out_of_bounds = lp_build_unpack_broadcast_aos_scalars(bld->gallivm, in lp_build_nearest_mip_level()
1086 level = lp_build_andnot(&bld->int_coord_bld, level, *out_of_bounds); in lp_build_nearest_mip_level()
1049 lp_build_nearest_mip_level(struct lp_build_sample_context *bld, unsigned texture_unit, LLVMValueRef lod_ipart, LLVMValueRef *level_out, LLVMValueRef *out_of_bounds) lp_build_nearest_mip_level() argument
H A Dlp_bld_sample.h606 LLVMValueRef *out_of_bounds);
H A Dlp_bld_format_soa.c1019 LLVMValueRef out_of_bounds, in lp_build_store_rgba_soa()
1096 LLVMValueRef should_store_mask = LLVMBuildAnd(gallivm->builder, exec_mask, LLVMBuildNot(gallivm->builder, out_of_bounds, ""), "store_mask"); in lp_build_store_rgba_soa()
1013 lp_build_store_rgba_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, LLVMValueRef exec_mask, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef out_of_bounds, const LLVMValueRef rgba_in[4]) lp_build_store_rgba_soa() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir.c38 bool out_of_bounds; in remap_tess_levels() local
46 out_of_bounds = false; in remap_tess_levels()
51 out_of_bounds = component > 0; in remap_tess_levels()
54 out_of_bounds = true; in remap_tess_levels()
64 out_of_bounds = component > 1; in remap_tess_levels()
69 out_of_bounds = component == 3 && _primitive_mode == TESS_PRIMITIVE_TRIANGLES; in remap_tess_levels()
75 if (out_of_bounds) { in remap_tess_levels()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-typed-array.cc93 bool out_of_bounds = false; in BUILTIN() local
94 int64_t new_len = array->GetLengthOrOutOfBounds(out_of_bounds); in BUILTIN()
95 if (out_of_bounds) { in BUILTIN()
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.h523 Label* unimplemented_elements_kind, Label* out_of_bounds,
H A Daccessor-assembler.cc2312 Label* unimplemented_elements_kind, Label* out_of_bounds, Label* miss, in EmitElementLoad()
2325 is_jsarray_condition, out_of_bounds); in EmitElementLoad() local
2421 out_of_bounds); in EmitElementLoad()
2423 GotoIf(IntPtrLessThan(intptr_index, IntPtrConstant(0)), out_of_bounds); in EmitElementLoad() local
2446 out_of_bounds); in EmitElementLoad() local
2484 GotoIfNot(UintPtrLessThan(intptr_index, length), out_of_bounds); in EmitElementLoad() local
2308 EmitElementLoad( TNode<HeapObject> object, TNode<Word32T> elements_kind, TNode<IntPtrT> intptr_index, TNode<BoolT> is_jsarray_condition, Label* if_hole, Label* rebox_double, TVariable<Float64T>* var_double_value, Label* unimplemented_elements_kind, Label* out_of_bounds, Label* miss, ExitPoint* exit_point, LoadAccessMode access_mode) EmitElementLoad() argument

Completed in 34 milliseconds