/third_party/node/deps/v8/src/compiler/ |
H A D | frame-states.h | 87 FrameStateFunctionInfo(FrameStateType type, int parameter_count, in FrameStateFunctionInfo() argument 98 FrameStateType type() const { return type_; } in type() function in v8::internal::compiler::FrameStateFunctionInfo 100 static bool IsJSFunctionType(FrameStateType type) { in IsJSFunctionType() argument 116 JSToWasmFrameStateFunctionInfo(FrameStateType type, int parameter_count, in JSToWasmFrameStateFunctionInfo() argument 141 FrameStateType type() const { type() function in v8::internal::compiler::final [all...] |
H A D | state-values-utils.cc | 385 MachineType StateValuesAccess::iterator::type() { in type() function in v8::internal::compiler::StateValuesAccess::iterator
|
H A D | escape-analysis-reducer.cc | 230 ArgumentsStateType type = params.arguments_type(); in Finalize() local 372 Constructor(NodeHashCache* cache, const Operator* op, int input_count, Node** inputs, Type type) Constructor() argument
|
/third_party/node/deps/v8/src/d8/ |
H A D | async-hooks-wrapper.cc | 166 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 D | write-barrier.h | 56 Type type = Type::kNone; member
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-persistent-handle.h | 501 SetWeak( P* parameter, typename WeakCallbackInfo<P>::Callback callback, WeakCallbackType type) SetWeak() argument [all...] |
/third_party/node/deps/v8/include/ |
H A D | v8-persistent-handle.h | 510 SetWeak( P* parameter, typename WeakCallbackInfo<P>::Callback callback, WeakCallbackType type) SetWeak() argument [all...] |
/third_party/node/deps/v8/include/cppgc/internal/ |
H A D | write-barrier.h | 46 Type type = Type::kNone; member
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32-inl.h | 263 void Assembler::emit_disp(Label* L, Displacement::Type type) { in emit_disp() argument
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | system-jit-metadata-win.h | 86 constexpr auto Field(char const (&s)[count], uint8_t type) { in Field() argument
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | stats-collector.cc | 167 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 D | free-list.cc | 114 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 D | memory-reducer.h | 109 EventType type; member
|
H A D | spaces-inl.h | 45 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 D | array-buffer-sweeper.cc | 150 void ArrayBufferSweeper::RequestSweep(SweepingType type) { in RequestSweep() argument 177 void ArrayBufferSweeper::Prepare(SweepingType type) { in Prepare() argument [all...] |
H A D | local-heap.cc | 385 PerformCollectionAndAllocateAgain( int object_size, AllocationType type, AllocationOrigin origin, AllocationAlignment alignment) PerformCollectionAndAllocateAgain() argument
|
/third_party/node/deps/v8/src/execution/ |
H A D | simulator-base.h | 163 ExternalReference::Type type() { return type_; } type() function in v8::internal::Redirection [all...] |
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | translation-array.cc | 186 void TranslationArrayBuilder::ArgumentsElements(CreateArgumentsType type) { in ArgumentsElements() argument
|
/third_party/node/deps/v8/src/ic/ |
H A D | handler-configuration.cc | 582 std::ostream& operator<<(std::ostream& os, WasmValueType type) { in operator <<() argument
|
H A D | handler-configuration-inl.h | 277 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 D | allocation-site-inl.h | 129 inline bool AllocationSite::CanTrack(InstanceType type) { in CanTrack() argument
|
H A D | js-array-buffer.cc | 334 ExternalArrayType JSTypedArray::type() { in type() function in v8::internal::JSTypedArray
|
H A D | js-list-format.cc | 46 UListFormatterType GetIcuType(JSListFormat::Type type) { in GetIcuType() argument
|
H A D | instance-type.h | 101 static inline bool IsShortcutCandidate(int type) { in IsShortcutCandidate() argument [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | pending-compilation-error-handler.h | 158 Type type; member
|