Home
last modified time | relevance | path

Searched defs:start (Results 3851 - 3875 of 9569) sorted by relevance

1...<<151152153154155156157158159160>>...383

/third_party/node/deps/v8/src/compiler/
H A Dmemory-optimizer.cc99 Node* SearchAllocatingNode(Node* start, Node* limit, Zone* temp_zone) { in SearchAllocatingNode() argument
/third_party/node/deps/v8/src/codegen/
H A Dsafepoint-table.cc118 UpdateDeoptimizationInfo(int pc, int trampoline, int start, int deopt_index) UpdateDeoptimizationInfo() argument
/third_party/node/deps/v8/src/base/
H A Dregion-allocator.cc221 size_t start = RoundUp(region->begin(), alignment); in AllocateAlignedRegion() local
H A Dvector.h181 T* start() const { in start() function in v8::base::OwnedVector
287 inline constexpr Vector<T> VectorOf(T* start, size_t size) { in VectorOf() argument
[all...]
H A Dthreaded-list.h19 static T** start(T** t) { return t; } in start() function
20 static T* const* start(T* const* t) { return t; } in start() function
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace_posix.cc407 char* start = buf; in itoa_r() local
/third_party/node/deps/v8/src/bigint/
H A Dfromstring.cc152 int start = i * part_len; in FromStringLarge() local
/third_party/node/deps/v8/include/cppgc/internal/
H A Dwrite-barrier.h49 uintptr_t start = 0; member
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast-source-ranges.h40 int32_t start, end; member
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-cygwin.cc222 uintptr_t start, end; in GetSharedLibraryAddresses() local
H A Dplatform-aix.cc100 unsigned start = StringToLong(addr_buffer); in GetSharedLibraryAddresses() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-arraybuffer.cc164 Handle<Object> start = args.at(1); in SliceHelper() local
/third_party/node/deps/v8/src/heap/cppgc/
H A Dobject-allocator.cc60 void AddToFreeList(NormalPageSpace& space, Address start, size_t size) { in AddToFreeList() argument
/third_party/node/deps/v8/src/heap/
H A Dfree-list.cc75 void FreeListCategory::Free(Address start, size_t size_in_bytes, FreeMode mode, in Free() argument
149 size_t FreeList::Free(Address start, size_t size_in_bytes, FreeMode mode) { in Free() argument
274 size_t FreeListManyCached::Free(Address start, size_t size_in_bytes, in Free() argument
H A Dspaces.cc172 void Page::CreateBlackArea(Address start, Address end) { in CreateBlackArea() argument
184 void Page::CreateBlackAreaBackground(Address start, Address end) { in CreateBlackAreaBackground() argument
197 DestroyBlackArea(Address start, Address end) DestroyBlackArea() argument
209 DestroyBlackAreaBackground(Address start, Address end) DestroyBlackAreaBackground() argument
237 ComputeLimit(Address start, Address end, size_t min_size) const ComputeLimit() argument
[all...]
H A Dspaces-inl.h35 PageRange::PageRange(Address start, Address limit) in PageRange() argument
H A Dmark-compact-inl.h127 iterator(const MemoryChunk* chunk, Bitmap* bitmap, Address start) iterator() argument
H A Dremembered-set.h55 static void RemoveRange(SlotSet* slot_set, MemoryChunk* chunk, Address start, in RemoveRange() argument
114 static void CheckNoneInRange(MemoryChunk* chunk, Address start, Address end) { in CheckNoneInRange() argument
130 static void RemoveRange(MemoryChunk* chunk, Address start, Addres argument
67 CheckNoneInRange(SlotSet* slot_set, MemoryChunk* chunk, Address start, Address end) CheckNoneInRange() argument
236 RemoveRangeTyped(MemoryChunk* page, Address start, Address end) RemoveRangeTyped() argument
[all...]
/third_party/node/deps/v8/src/execution/
H A Disolate-data.h141 Address start = reinterpret_cast<Address>(this); in contains() local
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.cc104 void AddressToTraceMap::AddRange(Address start, int size, in AddRange() argument
147 void AddressToTraceMap::RemoveRange(Address start, Address end) { in RemoveRange() argument
276 UnresolvedLocation(Script script, int start, FunctionInfo* info) UnresolvedLocation() argument
[all...]
H A Dallocation-tracker.h88 Address start; member
/third_party/node/deps/v8/src/objects/
H A Dvisitors.h133 virtual void VisitCustomWeakPointers(HeapObject host, ObjectSlot start, in VisitCustomWeakPointers() argument
81 VisitRootPointers(Root root, const char* description, OffHeapObjectSlot start, OffHeapObjectSlot end) VisitRootPointers() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-strings.cc152 int start = args.smi_value_at(1); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.h82 Address start = reinterpret_cast<Address>(code_); in IsInCodeRange() local
157 Address start = reinterpret_cast<Address>(code_); in AddressForHashing() local
/third_party/node/deps/v8/src/snapshot/
H A Dstartup-serializer.cc272 VisitRootPointers(Root root, const char* description, FullObjectSlot start, FullObjectSlot end) VisitRootPointers() argument

Completed in 21 milliseconds

1...<<151152153154155156157158159160>>...383