Home
last modified time | relevance | path

Searched defs:type (Results 3501 - 3525 of 8244) sorted by relevance

1...<<141142143144145146147148149150>>...330

/third_party/node/deps/v8/src/d8/
H A Dasync-hooks-wrapper.cc166 void AsyncHooks::ShellPromiseHook(PromiseHookType type, Local<Promise> promise, in ShellPromiseHook() argument
240 void AsyncHooks::PromiseHookDispatch(PromiseHookType type, in PromiseHookDispatch() argument
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dwrite-barrier.h56 Type type = Type::kNone; member
/third_party/node/deps/v8/include/v8-include/
H A Dv8-persistent-handle.h501 SetWeak( P* parameter, typename WeakCallbackInfo<P>::Callback callback, WeakCallbackType type) SetWeak() argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-persistent-handle.h510 SetWeak( P* parameter, typename WeakCallbackInfo<P>::Callback callback, WeakCallbackType type) SetWeak() argument
[all...]
/third_party/node/deps/v8/include/cppgc/internal/
H A Dwrite-barrier.h46 Type type = Type::kNone; member
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32-inl.h263 void Assembler::emit_disp(Label* L, Displacement::Type type) { in emit_disp() argument
/third_party/node/deps/v8/src/diagnostics/
H A Dsystem-jit-metadata-win.h86 constexpr auto Field(char const (&s)[count], uint8_t type) { in Field() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dstats-collector.cc167 GetCycleEventForMetricRecorder( StatsCollector::CollectionType type, int64_t atomic_mark_us, int64_t atomic_weak_us, int64_t atomic_compact_us, int64_t atomic_sweep_us, int64_t incremental_mark_us, int64_t incremental_sweep_us, int64_t concurrent_mark_us, int64_t concurrent_sweep_us, int64_t objects_before_bytes, int64_t objects_after_bytes, int64_t objects_freed_bytes, int64_t memory_before_bytes, int64_t memory_after_bytes, int64_t memory_freed_bytes) GetCycleEventForMetricRecorder() argument
/third_party/node/deps/v8/src/heap/
H A Dfree-list.cc114 FreeSpace FreeList::TryFindNodeIn(FreeListCategoryType type, in TryFindNodeIn() argument
129 FreeSpace FreeList::SearchForNodeInList(FreeListCategoryType type, in SearchForNodeInList() argument
162 FreeListCategoryType type = SelectFreeListCategoryType(size_in_bytes); in Free() local
216 FreeListCategoryType type = SelectFreeListCategoryType(size_in_bytes); in Allocate() local
264 int type = category->type_; in RemoveCategory() local
288 FreeListCategoryType type = SelectFreeListCategoryType(size_in_bytes); Free() local
311 FreeListCategoryType type = SelectFreeListCategoryType(size_in_bytes); Allocate() local
354 FreeListCategoryType type = first_category; Allocate() local
450 FreeListCategoryType type = category->type_; AddCategory() local
469 FreeListCategoryType type = category->type_; RemoveCategory() local
491 PrintCategories(FreeListCategoryType type) PrintCategories() argument
[all...]
H A Dmemory-reducer.h109 EventType type; member
H A Dspaces-inl.h45 void Space::IncrementExternalBackingStoreBytes(ExternalBackingStoreType type, in IncrementExternalBackingStoreBytes() argument
51 void Space::DecrementExternalBackingStoreBytes(ExternalBackingStoreType type, in DecrementExternalBackingStoreBytes() argument
57 void Space::MoveExternalBackingStoreBytes(ExternalBackingStoreType type, in MoveExternalBackingStoreBytes() argument
H A Darray-buffer-sweeper.cc150 void ArrayBufferSweeper::RequestSweep(SweepingType type) { in RequestSweep() argument
177 void ArrayBufferSweeper::Prepare(SweepingType type) { in Prepare() argument
[all...]
H A Dlocal-heap.cc385 PerformCollectionAndAllocateAgain( int object_size, AllocationType type, AllocationOrigin origin, AllocationAlignment alignment) PerformCollectionAndAllocateAgain() argument
/third_party/node/deps/v8/src/execution/
H A Dsimulator-base.h163 ExternalReference::Type type() { return type_; } type() function in v8::internal::Redirection
[all...]
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslation-array.cc186 void TranslationArrayBuilder::ArgumentsElements(CreateArgumentsType type) { in ArgumentsElements() argument
/third_party/node/deps/v8/src/ic/
H A Dhandler-configuration.cc582 std::ostream& operator<<(std::ostream& os, WasmValueType type) { in operator <<() argument
H A Dhandler-configuration-inl.h277 inline const char* WasmValueType2String(WasmValueType type) { in WasmValueType2String() argument
64 LoadWasmStructField(Isolate* isolate, WasmValueType type, int offset) LoadWasmStructField() argument
136 LoadWasmArrayElement(Isolate* isolate, WasmValueType type) LoadWasmArrayElement() argument
/third_party/node/deps/v8/src/objects/
H A Dallocation-site-inl.h129 inline bool AllocationSite::CanTrack(InstanceType type) { in CanTrack() argument
H A Djs-array-buffer.cc334 ExternalArrayType JSTypedArray::type() { in type() function in v8::internal::JSTypedArray
H A Djs-list-format.cc46 UListFormatterType GetIcuType(JSListFormat::Type type) { in GetIcuType() argument
H A Dinstance-type.h101 static inline bool IsShortcutCandidate(int type) { in IsShortcutCandidate() argument
[all...]
H A Djs-break-iterator.cc160 TypeAsString(Isolate* isolate, Type type) TypeAsString() argument
180 Type type = GetType(break_iterator->break_iterator().raw()); ResolvedOptions() local
[all...]
H A Djs-plural-rules.cc97 Type type = maybe_type.FromJust(); in New() local
28 CreateICUPluralRules(Isolate* isolate, const icu::Locale& icu_locale, JSPluralRules::Type type, std::unique_ptr<icu::PluralRules>* pl) CreateICUPluralRules() argument
[all...]
H A Dobjects-body-descriptors-inl.h805 wasm::StructType* type = WasmStruct::GcSafeType(map); in IterateBody() local
1055 auto BodyDescriptorApply(InstanceType type, Args&&... args) { in BodyDescriptorApply() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpending-compilation-error-handler.h158 Type type; member

Completed in 21 milliseconds

1...<<141142143144145146147148149150>>...330