Home
last modified time | relevance | path

Searched defs:result (Results 6501 - 6525 of 11697) sorted by relevance

1...<<261262263264265266267268269270>>...468

/third_party/node/deps/v8/src/heap/
H A Dlocal-heap.cc398 AllocationResult result = AllocateRaw(object_size, type, origin, alignment); in PerformCollectionAndAllocateAgain() local
H A Dremembered-set.h310 SlotCallbackResult result = callback(FullMaybeObjectSlot(&code)); in UpdateCodeEntry() local
326 SlotCallbackResult result = callback(FullMaybeObjectSlot(&new_target)); in UpdateCodeTarget() local
342 SlotCallbackResult result = callback(FullMaybeObjectSlot(&new_target)); in UpdateEmbeddedPointer() local
H A Dweak-object-worklists.cc206 bool result = false; in ContainsYoungObjects() local
/third_party/node/deps/v8/src/inspector/
H A Dv8-string-conversions.cc52 ConversionResult result = conversionOK; in convertUTF16ToUTF8() local
267 ConversionResult result = conversionOK; in convertUTF8ToUTF16() local
366 ConversionResult result = convertUTF16ToUTF8( UTF16ToUTF8() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-operands.h155 int result = static_cast<int>(operand_scale) >> 1; in OperandScaleAsIndex() local
/third_party/node/deps/v8/src/objects/
H A Dallocation-site-inl.h215 bool result = false; in DigestTransitionFeedback() local
H A Dcontexts.h508 int result = kElementsOffset + length * kTaggedSize; in SizeFor() local
509 DCHECK_EQ(TorqueGeneratedContext::SizeFor(length), result); in SizeFor() local
[all...]
H A Dcontexts-inl.h120 Object result = get(PREVIOUS_INDEX); in previous() local
H A Djs-array-buffer.cc31 Handle<Object> result = String::ToNumber(isolate, key); in CanonicalNumericIndexString() local
192 auto result = extension->RemoveBackingStore(); in RemoveExtension() local
H A Djs-list-format.cc155 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ResolvedOptions() local
204 std::vector<icu::UnicodeString> result; in ToUnicodeStringArray() local
H A Dslots.h30 Subclass result = *static_cast<Subclass*>(this); in operator ++() local
39 Subclass result = *static_cast<Subclass*>(this); in operator --() local
H A Dswiss-name-dictionary.cc256 int result = 0; in NumberOfEnumerableProperties() local
H A Dtransitions-inl.h260 Map result = TransitionsAccessor(isolate, *map) in SearchTransition() local
270 Map result = TransitionsAccessor(isolate, *map).SearchSpecial(name); in SearchSpecial() local
H A Ddescriptor-array-inl.h84 InternalIndex result = Search(name, number_of_own_descriptors); in SearchWithCache() local
H A Djs-break-iterator.cc182 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ResolvedOptions() local
H A Djs-plural-rules.cc204 icu::UnicodeString result = in ResolvePlural() local
225 icu::UnicodeString result = icu_plural_rules->select(formatted, status); in ResolvePluralRange() local
/third_party/node/deps/v8/src/parsing/
H A Dpreparse-data-impl.h85 int32_t result = data_.get(index_) + (data_.get(index_ + 1) << 8) + in ReadUint32() local
129 uint8_t result = (stored_byte_ >> 6) & 3; in ReadQuarter() local
H A Dtoken.h305 Value result = static_cast<Value>(op - ASSIGN_NULLISH + NULLISH); in BinaryOpForAssignment() local
H A Dpreparser.cc64 const AstRawString* result = scanner()->CurrentSymbol(ast_value_factory()); in GetIdentifier() local
/third_party/node/deps/v8/src/profiler/
H A Dheap-profiler.cc86 HeapSnapshot* result = new HeapSnapshot(this, treat_global_objects_as_roots, in TakeSnapshot() local
H A Dstrings-storage.cc49 const char* result = GetVFormatted(format, args); in GetFormatted() local
/third_party/node/deps/v8/src/logging/
H A Dlog-utils.cc93 FILE* result = nullptr; in Close() local
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental.cc92 CompilationResult result; in CompileImpl() local
147 int32_t result; in ExecRawImpl() local
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.cc33 Interval result = Interval::Empty(); in ListCaptureRegisters() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-atomics.cc286 T result = LoadSeqCst(static_cast<T*>(buffer) + index); in Do() local
305 T result = ExchangeSeqCst(static_cast<T*>(buffer) + index, value); in Do() local
315 T result = in DoCompareExchange() local
325 T result = AddSeqCst(static_cast<T*>(buffer) + index, value); in Do() local
335 T result = SubSeqCst(static_cast<T*>(buffer) + index, value); in Do() local
345 T result = AndSeqCst(static_cast<T*>(buffer) + index, value); Do() local
355 T result = OrSeqCst(static_cast<T*>(buffer) + index, value); Do() local
365 T result = XorSeqCst(static_cast<T*>(buffer) + index, value); Do() local
643 Maybe<bool> result = RUNTIME_FUNCTION() local
[all...]

Completed in 22 milliseconds

1...<<261262263264265266267268269270>>...468