/third_party/node/deps/v8/src/codegen/ |
H A D | reglist-base.h | 202 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 D | worklist.h | 185 Segment* end = top; in Merge() local
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | heap-page.h | 164 iterator end() { in end() function in cppgc::internal::final 167 const_iterator end() const { in end() function in cppgc::internal::final
|
H A D | object-allocator.cc | 29 void MarkRangeAsYoung(BasePage* page, Address begin, Address end) { in MarkRangeAsYoung() argument
|
H A D | page-memory.h | 34 Address end() const { return base_ + size_; } in end() function in cppgc::internal::final
|
/third_party/node/deps/v8/src/heap/ |
H A D | spaces.cc | 172 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 D | read-only-heap.cc | 281 Address end = current_page->address() + current_page->area_size() + in Next() local
|
H A D | mark-compact-inl.h | 203 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 D | remembered-set.h | 114 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 D | allocation-tracker.cc | 106 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 D | visitors.h | 81 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 D | runtime-strings.cc | 153 int end = args.smi_value_at(2); in RUNTIME_FUNCTION() local
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | startup-serializer.cc | 272 VisitRootPointers(Root root, const char* description, FullObjectSlot start, FullObjectSlot end) VisitRootPointers() argument
|
/third_party/node/deps/v8/src/strings/ |
H A D | string-builder-inl.h | 229 DestChar* end; in ~NoExtend() local
|
/third_party/node/deps/v8/src/torque/ |
H A D | earley-parser.cc | 120 InputPosition const end = begin + input.size(); in RunLexer() local 155 Symbol* Lexer::MatchToken(InputPosition* pos, InputPosition end) { in MatchToken() argument [all...] |
H A D | instance-type-generator.cc | 27 int end; // End of range for this and subclasses, or INT_MIN. member [all...] |
/third_party/node/deps/v8/src/utils/ |
H A D | allocation.h | 254 Address end() const { in end() function in v8::internal::final
|
H A D | bit-vector.h | 319 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 D | identity-map.h | 202 Iterator end() { return Iterator(map_, map_->capacity()); } in end() function in v8::internal::IdentityMap::IteratableScope
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_query_hw.c | 37 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 D | i915_debug.c | 900 unsigned *end = (unsigned *)batch->ptr; in i915_dump_batchbuffer() local
|
H A D | i915_prim_vbuf.c | 351 unsigned end = start + nr + i915_render->vbo_index; in draw_arrays_generate_indices() local
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | magic.c | 309 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 D | si_gpu_load.c | 192 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 D | SoftwareRenderer.cpp | 141 time_t end; in SoftwareRenderer() local
|