/external/protobuf/src/google/protobuf/util/internal/ |
D | object_writer.cc | 53 ow->RenderUint32(name, data.ToUint32().ValueOrDie()); in RenderDataPieceTo()
|
D | datapiece.h | 120 util::StatusOr<uint32> ToUint32() const;
|
D | datapiece.cc | 127 StatusOr<uint32> DataPiece::ToUint32() const { in ToUint32() function in google::protobuf::util::converter::DataPiece
|
D | proto_writer.cc | 145 StatusOr<uint32> u32 = data.ToUint32(); in WriteFixed32() 155 StatusOr<uint32> u32 = data.ToUint32(); in WriteUInt32()
|
D | default_value_objectwriter.cc | 451 field.default_value(), &DataPiece::ToUint32, static_cast<uint32>(0))); in CreateDefaultDataPieceForField()
|
/external/v8/src/runtime/ |
D | runtime-utils.h | 92 CHECK(args[index]->ToUint32(&name));
|
D | runtime-regexp.cc | 1545 V8_WARN_UNUSED_RESULT MaybeHandle<Object> ToUint32(Isolate* isolate, in ToUint32() function 1627 RETURN_FAILURE_ON_EXCEPTION(isolate, ToUint32(isolate, limit_obj, &limit)); in RUNTIME_FUNCTION()
|
/external/v8/src/wasm/ |
D | wasm-objects-inl.h | 105 DCHECK(array_buffer()->byte_length()->ToUint32(&buffer_size)); in address()
|
D | wasm-objects.cc | 996 CHECK(array_buffer()->byte_length()->ToUint32(&byte_length)); in current_pages() 1053 CHECK(old_buffer->byte_length()->ToUint32(&old_size)); in Grow() 1111 CHECK(buffer->byte_length()->ToUint32(&buffer_size)); in New()
|
D | wasm-debug.cc | 420 CHECK(memory_buffer->byte_length()->ToUint32(&byte_length)); in GetGlobalScopeObject()
|
D | module-compiler.cc | 1968 CHECK(buffer->byte_length()->ToUint32(&buffer_size)); in ProcessExports()
|
/external/v8/src/objects/ |
D | js-array-buffer.cc | 232 if (numeric_index->IsMinusZero() || !numeric_index->ToUint32(&index)) { in DefineOwnProperty()
|
/external/v8/src/ast/ |
D | ast.cc | 878 bool Literal::ToUint32(uint32_t* value) const { in ToUint32() function in v8::internal::Literal 894 return ToUint32(value) && *value != kMaxUInt32; in AsArrayIndex()
|
D | ast.h | 1086 bool ToUint32(uint32_t* value) const;
|
/external/v8/src/ |
D | json-stringifier.cc | 233 if (!length_obj->ToUint32(&length)) length = kMaxUInt32; in InitializeReplacer() 729 if (!length_object->ToUint32(&length)) { in SerializeJSProxy()
|
D | objects-inl.h | 628 bool Object::ToUint32(uint32_t* value) const { in ToUint32() function 696 MaybeHandle<Object> Object::ToUint32(Isolate* isolate, Handle<Object> input) { in ToUint32() function 1543 return Object::ToUint32(index); in ToArrayLength() 1547 return Object::ToUint32(index) && *index != kMaxUInt32; in ToArrayIndex()
|
D | keys.cc | 500 CHECK(element->ToUint32(&number)); in FilterForEnumerableProperties()
|
D | objects.h | 1173 inline bool ToUint32(uint32_t* value) const; 1260 V8_WARN_UNUSED_RESULT inline static MaybeHandle<Object> ToUint32(
|
D | elements.cc | 1094 if (!key->ToUint32(&index)) continue; in CollectValuesOrEntriesImpl() 1120 if (!key->ToUint32(&index)) continue; in CollectValuesOrEntriesImpl()
|
D | api.cc | 3667 MaybeLocal<Uint32> Value::ToUint32(Local<Context> context) const { in ToUint32() function in v8::Value 3671 PREPARE_FOR_EXECUTION(context, Object, ToUint32, Uint32); in ToUint32() 3673 !ToLocal<Uint32>(i::Object::ToUint32(isolate, obj), &result); in ToUint32() 4003 has_pending_exception = !i::Object::ToUint32(isolate, obj).ToHandle(&num); in Uint32Value()
|
D | code-stub-assembler.h | 1963 TNode<Number> ToUint32(SloppyTNode<Context> context,
|
D | objects.cc | 868 !array->length()->ToUint32(&length) || !array->HasFastElements() || in CreateListFromArrayLikeFastPath() 915 if (!raw_length_number->ToUint32(&len) || in CreateListFromArrayLike() 7591 if (!Object::ToUint32(isolate, length_object).ToHandle(&uint32_v)) { in AnythingToArrayLength()
|
/external/vixl/src/ |
D | utils-vixl.h | 865 Uint32 ToUint32() const { in ToUint32() function 972 Uint32::Uint32(Uint64 data) : data_(data.ToUint32().Get()) {} in Uint32()
|
/external/v8/src/builtins/ |
D | builtins-array.cc | 1012 if (!val->ToUint32(&length)) { in IterateElements()
|
D | builtins-string-gen.cc | 1932 [=] { return ToUint32(context, limit); }); in TF_BUILTIN()
|