Home
last modified time | relevance | path

Searched defs:end (Results 1276 - 1300 of 3280) sorted by relevance

1...<<51525354555657585960>>...132

/third_party/node/deps/v8/src/codegen/
H A Dreglist-base.h202 typename RegListBase<RegisterT>::Iterator RegListBase<RegisterT>::end() const { in end() function in v8::internal::RegListBase
/third_party/node/deps/v8/src/heap/base/
H A Dworklist.h185 Segment* end = top; in Merge() local
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-page.h164 iterator end() { in end() function in cppgc::internal::final
167 const_iterator end() const { in end() function in cppgc::internal::final
H A Dobject-allocator.cc29 void MarkRangeAsYoung(BasePage* page, Address begin, Address end) { in MarkRangeAsYoung() argument
H A Dpage-memory.h34 Address end() const { return base_ + size_; } in end() function in cppgc::internal::final
/third_party/node/deps/v8/src/heap/
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
113 SkipFillers(PtrComprCageBase cage_base, HeapObject filler, Address end) SkipFillers() 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 Dread-only-heap.cc281 Address end = current_page->address() + current_page->area_size() + in Next() local
H A Dmark-compact-inl.h203 Address end = addr + size - kTaggedSize; in AdvanceToNextValidObject() local
278 typename LiveObjectRange<mode>::iterator LiveObjectRange<mode>::end() { in end() function in v8::internal::LiveObjectRange
H A Dremembered-set.h114 static void CheckNoneInRange(MemoryChunk* chunk, Address start, Address end) { in CheckNoneInRange() argument
55 RemoveRange(SlotSet* slot_set, MemoryChunk* chunk, Address start, Address end, SlotSet::EmptyBucketMode mode) RemoveRange() argument
67 CheckNoneInRange(SlotSet* slot_set, MemoryChunk* chunk, Address start, Address end) CheckNoneInRange() argument
130 RemoveRange(MemoryChunk* chunk, Address start, Address end, SlotSet::EmptyBucketMode mode) RemoveRange() argument
236 RemoveRangeTyped(MemoryChunk* page, Address start, Address end) RemoveRangeTyped() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dallocation-tracker.cc106 Address end = start + size; in AddRange() local
147 void AddressToTraceMap::RemoveRange(Address start, Address end) { in RemoveRange() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dvisitors.h81 VisitRootPointers(Root root, const char* description, OffHeapObjectSlot start, OffHeapObjectSlot end) VisitRootPointers() argument
133 VisitCustomWeakPointers(HeapObject host, ObjectSlot start, ObjectSlot end) VisitCustomWeakPointers() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-strings.cc153 int end = args.smi_value_at(2); in RUNTIME_FUNCTION() 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
/third_party/node/deps/v8/src/strings/
H A Dstring-builder-inl.h229 DestChar* end; in ~NoExtend() local
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.cc120 InputPosition const end = begin + input.size(); in RunLexer() local
155 Symbol* Lexer::MatchToken(InputPosition* pos, InputPosition end) { in MatchToken() argument
[all...]
H A Dinstance-type-generator.cc27 int end; // End of range for this and subclasses, or INT_MIN. member
[all...]
/third_party/node/deps/v8/src/utils/
H A Dallocation.h254 Address end() const { in end() function in v8::internal::final
H A Dbit-vector.h319 Iterator end() const { return Iterator(this, Iterator::kEndTag); } in end() function in v8::internal::BitVector
360 BitVector::Iterator end() const { return bits_.end(); } in end() function in v8::internal::GrowableBitVector
H A Didentity-map.h202 Iterator end() { return Iterator(map_, map_->capacity()); } in end() function in v8::internal::IdentityMap::IteratableScope
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.c37 struct fd_hw_sample *start, *end; member
205 ASSERTED struct fd_hw_sample *end = period->end; in fd_hw_get_query_result() local
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_debug.c900 unsigned *end = (unsigned *)batch->ptr; in i915_dump_batchbuffer() local
H A Di915_prim_vbuf.c351 unsigned end = start + nr + i915_render->vbo_index; in draw_arrays_generate_indices() local
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dmagic.c309 struct agx_map_entry *end = (struct agx_map_entry *) (((uint8_t *) map) + size); in demo_mem_map() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_gpu_load.c192 uint64_t end = si_read_mmio_counter(sscreen, busy_index); in si_end_mmio_counter() local
/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H A DSoftwareRenderer.cpp141 time_t end; in SoftwareRenderer() local

Completed in 18 milliseconds

1...<<51525354555657585960>>...132