/third_party/node/deps/v8/src/compiler/ |
H A D | operation-typer.cc | 1275 Type OperationTyper::CheckBounds(Type index, Type length) { in CheckBounds() argument
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-platform.h | 485 virtual bool RecommitPages(void* address, size_t length, in RecommitPages() argument 558 AllocateSharedPages( size_t length, const void* original_address) AllocateSharedPages() argument
|
H A D | v8-fast-api-calls.h | 331 size_t V8_EXPORT length() const { return length_; } in length() function 386 uint32_t length; member
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast.cc | 1064 size_t length = strlen(bigint_str); ToBooleanIsTrue() local [all...] |
/third_party/node/deps/v8/src/debug/ |
H A D | debug-wasm-objects.cc | 895 uint32_t length = WasmArray::cast(*value.to_ref()).length(); Create() local 1089 int length = table->current_length(); AddWasmTableObjectInternalProperties() local [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-array.cc | 156 double length = array->length().Number(); in GetLengthProperty() local 131 GetRelativeIndex(Isolate* isolate, double length, Handle<Object> index, double init_if_undefined) GetRelativeIndex() argument 171 SetLengthProperty( Isolate* isolate, Handle<JSReceiver> receiver, double length) SetLengthProperty() argument 265 double length; BUILTIN() local 326 double length = raw_length_number->Number(); GenericArrayPush() local 412 double length = raw_length_number->Number(); GenericArrayPop() local 516 GenericArrayShift(Isolate* isolate, Handle<JSReceiver> receiver, double length) GenericArrayShift() argument 592 double length; BUILTIN() local 752 Handle<Object> length = ToArray() local 765 Handle<Object> length = ToJSReceiver() local 843 uint32_t length = static_cast<uint32_t>(array->length().Number()); EstimateElementCount() local 931 uint32_t length = static_cast<uint32_t>(elements.length()); CollectElementIndices() local 948 uint32_t length = static_cast<uint32_t>(elements->length()); CollectElementIndices() local 976 size_t length = Handle<JSTypedArray>::cast(object)->length(); CollectElementIndices() local 1017 uint32_t length = static_cast<uint32_t>(string->length()); CollectElementIndices() local 1047 IterateElementsSlow(Isolate* isolate, Handle<JSReceiver> receiver, uint32_t length, ArrayConcatVisitor* visitor) IterateElementsSlow() argument 1075 uint32_t length = 0; IterateElements() local 1335 uint32_t length = static_cast<uint32_t>(array.length().Number()); Slow_ArrayConcat() local [all...] |
/third_party/node/deps/v8/include/ |
H A D | v8-fast-api-calls.h | 327 size_t V8_EXPORT length() const { return length_; } in length() function
|
/third_party/node/deps/v8/src/base/numbers/ |
H A D | bignum.cc | 80 int length = value.length(); in AssignDecimalString() local 105 int length = value.length(); in AssignHexString() local [all...] |
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.h | 277 int length() const { return register_count_ - 1; } in length() function in v8::internal::NeonListOperand
|
/third_party/node/deps/v8/src/heap/ |
H A D | concurrent-marking.cc | 269 Object length = object.unchecked_length(kAcquireLoad); in VisitLeftTrimmableArray() local [all...] |
H A D | incremental-marking.cc | 379 int length = retained_maps.length(); in RetainMaps() local
|
/third_party/node/deps/v8/src/ic/ |
H A D | keyed-store-generic.cc | 587 TNode<IntPtrT> length = SmiUntag(LoadFastJSArrayLength(CAST(receiver))); in EmitGenericElementStore() local
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | perf-jit.cc | 304 int length; in GetScriptName() local 214 LogRecordedBuffer( Handle<AbstractCode> abstract_code, MaybeHandle<SharedFunctionInfo> maybe_shared, const char* name, int length) LogRecordedBuffer() argument 252 LogRecordedBuffer(const wasm::WasmCode* code, const char* name, int length) LogRecordedBuffer() argument
|
/third_party/node/deps/v8/src/objects/ |
H A D | keys.cc | 362 ReduceFixedArrayTo(Isolate* isolate, Handle<FixedArray> array, int length) ReduceFixedArrayTo() argument 664 size_t length = accessor->GetCapacity(*result, result->elements()); FilterForEnumerableProperties() local 808 int length = storage->length(); CommonCopyEnumKeysTo() local 860 int length = storage->length(); CopyEnumKeysTo() local 899 int length = dictionary->NumberOfEnumerableProperties(); GetOwnEnumPropertyDictionaryKeys() local [all...] |
H A D | objects-inl.h | 322 int length = FixedArray::cast(*this).length(); in DEF_GETTER() local
|
H A D | string-inl.h | 94 int String::length(AcquireLoadTag) const { in length() function in v8::internal::String 683 TryGetFlatContentFromDirectString( PtrComprCageBase cage_base, const DisallowGarbageCollection& no_gc, String string, int offset, int length, const SharedStringAccessGuardIfNeeded& access_guard) TryGetFlatContentFromDirectString() argument 731 FlatContent(const uint8_t* start, int length, const DisallowGarbageCollection& no_gc) FlatContent() argument 739 FlatContent(const base::uc16* start, int length, const DisallowGarbageCollection& no_gc) FlatContent() argument 904 const int length = string.length(); VisitFlat() local [all...] |
H A D | code.cc | 852 FillEntryFromBack(int index, int length) FillEntryFromBack() argument [all...] |
H A D | feedback-vector.h | 578 static int length(int slot_count) { in length() function in v8::internal::FeedbackMetadata
|
H A D | js-function.cc | 346 int length in GetLength() local 360 int length = std::max(0, target_length - nof_bound_arguments); GetLength() local 369 int length = std::max(0, target_length - nof_bound_arguments); GetLength() local [all...] |
H A D | lookup.cc | 827 uint32_t length = parameter_map.length(); in TransitionToAccessorPair() local 916 uint32_t length = holder->length(); in FetchValue() local 1557 const uint32_t length = static_cast<uint32_t>(string.length()); TryGetOwnChar() local [all...] |
H A D | map-inl.h | 235 void Map::SetEnumLength(int length) { in SetEnumLength() argument
|
/third_party/node/deps/v8/src/parsing/ |
H A D | scanner.h | 263 int length() const { return end_pos - beg_pos; } in length() function
|
/third_party/node/deps/v8/src/json/ |
H A D | json-parser.cc | 153 double length = length_object->Number(); in InternalizeJsonProperty() local 214 size_t length = source->length(); in JsonParser() local 424 int length = static_cast<int>(property_stack.size() - start); in BuildJsonObject() local 673 int length = static_cast<int>(element_stack.size() - start); BuildJsonArray() local 1059 DecodeString(SinkChar* sink, int start, int length) DecodeString() argument 1147 int length = end - offset; ScanJsonString() local [all...] |
H A D | json-stringifier.cc | 253 uint32_t length; in InitializeReplacer() local 659 uint32_t length = 0; in SerializeJSArray() local 759 SerializeArrayLikeSlow( Handle<JSReceiver> object, uint32_t start, uint32_t length) SerializeArrayLikeSlow() argument 910 uint32_t length; SerializeJSProxy() local 994 int length = string->length(); SerializeString_() local [all...] |
/third_party/node/deps/v8/src/numbers/ |
H A D | conversions.cc | 350 int length() { return length_; } in length() function 391 DetectRadixInternal(Char current, int length) DetectRadixInternal() argument 934 StringToBigIntHelper(IsolateT* isolate, const uint8_t* string, int length) StringToBigIntHelper() argument 1065 int length; DoubleToCString() local 1446 int length = object->length(); TryStringToDouble() local 1462 const int length = string.length(); IsSpecialIndex() local [all...] |