/third_party/node/deps/v8/src/heap/ |
H A D | local-heap.cc | 398 AllocationResult result = AllocateRaw(object_size, type, origin, alignment); in PerformCollectionAndAllocateAgain() local
|
H A D | remembered-set.h | 310 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 D | weak-object-worklists.cc | 206 bool result = false; in ContainsYoungObjects() local
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-string-conversions.cc | 52 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 D | bytecode-operands.h | 155 int result = static_cast<int>(operand_scale) >> 1; in OperandScaleAsIndex() local
|
/third_party/node/deps/v8/src/objects/ |
H A D | allocation-site-inl.h | 215 bool result = false; in DigestTransitionFeedback() local
|
H A D | contexts.h | 508 int result = kElementsOffset + length * kTaggedSize; in SizeFor() local 509 DCHECK_EQ(TorqueGeneratedContext::SizeFor(length), result); in SizeFor() local [all...] |
H A D | contexts-inl.h | 120 Object result = get(PREVIOUS_INDEX); in previous() local
|
H A D | js-array-buffer.cc | 31 Handle<Object> result = String::ToNumber(isolate, key); in CanonicalNumericIndexString() local 192 auto result = extension->RemoveBackingStore(); in RemoveExtension() local
|
H A D | js-list-format.cc | 155 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ResolvedOptions() local 204 std::vector<icu::UnicodeString> result; in ToUnicodeStringArray() local
|
H A D | slots.h | 30 Subclass result = *static_cast<Subclass*>(this); in operator ++() local 39 Subclass result = *static_cast<Subclass*>(this); in operator --() local
|
H A D | swiss-name-dictionary.cc | 256 int result = 0; in NumberOfEnumerableProperties() local
|
H A D | transitions-inl.h | 260 Map result = TransitionsAccessor(isolate, *map) in SearchTransition() local 270 Map result = TransitionsAccessor(isolate, *map).SearchSpecial(name); in SearchSpecial() local
|
H A D | descriptor-array-inl.h | 84 InternalIndex result = Search(name, number_of_own_descriptors); in SearchWithCache() local
|
H A D | js-break-iterator.cc | 182 Handle<JSObject> result = factory->NewJSObject(isolate->object_function()); in ResolvedOptions() local
|
H A D | js-plural-rules.cc | 204 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 D | preparse-data-impl.h | 85 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 D | token.h | 305 Value result = static_cast<Value>(op - ASSIGN_NULLISH + NULLISH); in BinaryOpForAssignment() local
|
H A D | preparser.cc | 64 const AstRawString* result = scanner()->CurrentSymbol(ast_value_factory()); in GetIdentifier() local
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-profiler.cc | 86 HeapSnapshot* result = new HeapSnapshot(this, treat_global_objects_as_roots, in TakeSnapshot() local
|
H A D | strings-storage.cc | 49 const char* result = GetVFormatted(format, args); in GetFormatted() local
|
/third_party/node/deps/v8/src/logging/ |
H A D | log-utils.cc | 93 FILE* result = nullptr; in Close() local
|
/third_party/node/deps/v8/src/regexp/experimental/ |
H A D | experimental.cc | 92 CompilationResult result; in CompileImpl() local 147 int32_t result; in ExecRawImpl() local
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-ast.cc | 33 Interval result = Interval::Empty(); in ListCaptureRegisters() local
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-atomics.cc | 286 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...] |