Home
last modified time | relevance | path

Searched defs:const (Results 11751 - 11775 of 18132) sorted by relevance

1...<<471472473474475476477478479480>>...726

/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtarget.cc650 void Target::SetStopReply(Packet* pkt_out) const { in SetStopReply() argument
685 GetCallStack() const GetCallStack() argument
691 GetCurrentPc() const GetCurrentPc() argument
[all...]
H A Dpacket.cc25 bool Packet::EndOfPacket() const { return (read_index_ >= GetPayloadSize()); } in EndOfPacket() argument
284 const char* Packet::GetPayload() const { return data_.c_str(); } in GetPayload() argument
286 size_t Packet::GetPayloadSize() const { return data_.size(); } in GetPayloadSize() argument
288 bool Packet::GetSequence(int32_t* ch) const { in GetSequence() argument
321 GetPacketData() const GetPacketData() argument
[all...]
H A Dtransport.cc162 bool Transport::IsDataAvailable() const { in IsDataAvailable() argument
/third_party/node/deps/v8/src/handles/
H A Dhandles.h51 V8_INLINE bool is_null() const { return location_ == nullptr; } in is_null() argument
55 V8_INLINE Address address() const { return bit_cast<Address>(location_); } in address() argument
60 V8_INLINE Address* location() const { in location() argument
70 bool V8_EXPORT_PRIVATE IsDereferenceAllowed() const { return true; } in IsDereferenceAllowed() argument
135 V8_INLINE ObjectRef operator->() const { return ObjectRef{**this}; } in operator ->() argument
137 V8_INLINE T operator*() const { in operator *() argument
152 equals(Handle<T> other) const equals() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Darray-buffer-sweeper.cc53 bool ArrayBufferList::ContainsSlow(ArrayBufferExtension* extension) const { in ContainsSlow() argument
61 size_t ArrayBufferList::BytesSlow() const { in BytesSlow() argument
72 bool ArrayBufferList::IsEmpty() const { in IsEmpty() argument
H A Dembedder-tracing.h95 InUse() const InUse() argument
97 remote_tracer() const remote_tracer() argument
138 used_size() const used_size() argument
141 allocated_size() const allocated_size() argument
158 embedder_stack_state() const embedder_stack_state() argument
[all...]
H A Dread-only-heap.cc243 Object ReadOnlyHeap::cached_read_only_object(size_t i) const { in cached_read_only_object() argument
248 bool ReadOnlyHeap::read_only_object_cache_is_initialized() const { in read_only_object_cache_is_initialized() argument
252 size_t ReadOnlyHeap::read_only_object_cache_size() const { in read_only_object_cache_size() argument
H A Dmarking-visitor.h42 V8_INLINE PtrComprCageBase cage_base() const { in cage_base() argument
[all...]
H A Dread-only-spaces.h39 Address OffsetToAddress(size_t offset) const { in OffsetToAddress() argument
56 Address GetAreaStart() const { in GetAreaStart() argument
94 const AllocationStats& accounting_stats() const { return stats_; } in accounting_stats() argument
105 ReadOnlyHeap* read_only_heap() const { return read_only_heap_.get(); } in read_only_heap() argument
157 Tagged_t OffsetForPage(size_t index) const { retur argument
187 IsDetached() const IsDetached() argument
189 writable() const writable() argument
218 pages() const pages() argument
219 top() const top() argument
220 limit() const limit() argument
221 Capacity() const Capacity() argument
233 AreaSize() const AreaSize() argument
235 FirstPageAddress() const FirstPageAddress() argument
[all...]
H A Dsafepoint.cc60 IsolateSafepoint* safepoint() const { return heap()->safepoint(); } in safepoint() argument
61 Heap* heap() const { return isolate_->heap(); } in heap() argument
62 Isolate* isolate() const { return isolate_; } in isolate() argument
64 bool is_locked() const { return locked_; } in is_locked() argument
65 size_t running() const { return running_; } in running() argument
276 isolate() const isolate() argument
278 shared_isolate() const shared_isolate() argument
[all...]
H A Dsweeper.h80 bool sweeping_in_progress() const { return sweeping_in_progress_; } in sweeping_in_progress() argument
127 void ForAllSweepingSpaces(Callback callback) const { in ForAllSweepingSpaces() argument
161 bool IsDoneSweeping() const { in IsDoneSweeping() argument
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dmarker.h125 bool IsMarking() const { return is_marking_; } in IsMarking() argument
H A Dpage-memory.h32 Address base() const { return base_; } in base() argument
33 size_t size() const { return size_; } in size() argument
34 Address end() const { return base_ + size_; } in end() argument
36 bool Contains(ConstAddress addr) const { in Contains() argument
41 bool Contains(const MemoryRegion& other) const { in Contains() argument
58 const MemoryRegion writeable_region() const { return writable_; } in writeable_region() argument
59 const MemoryRegion overall_region() const { retur in writeable_region() argument
70 reserved_region() const reserved_region() argument
71 is_large() const is_large() argument
102 GetPageMemory(size_t index) const GetPageMemory() argument
130 GetIndex(ConstAddress address) const GetIndex() argument
144 GetPageMemory() const GetPageMemory() argument
249 Lookup(ConstAddress address) const Lookup() argument
256 Lookup(ConstAddress address) const Lookup() argument
261 Lookup(ConstAddress address) const Lookup() argument
269 Lookup(ConstAddress address) const Lookup() argument
279 Lookup(ConstAddress address) const Lookup() argument
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dstring-util.cc34 String Binary::toBase64() const { in toBase64() argument
[all...]
H A Dv8-console-message.h74 estimatedSize() const estimatedSize() argument
116 messages() const messages() argument
[all...]
H A Dinjected-script.h76 InspectedContext* context() const { return m_context; } in context() argument
149 context() const context() argument
150 injectedScript() const injectedScript() argument
151 tryCatch() const tryCatch() argument
152 inspector() const inspector() argument
198 objectGroupName() const objectGroupName() argument
199 object() const object() argument
214 frameOrdinal() const frameOrdinal() argument
[all...]
H A Dv8-debugger.h54 v8::Isolate* isolate() const { return m_isolate; } in isolate() argument
88 bool isPaused() const { return m_pausedContextGroupId; } in isPaused() argument
94 int maxCallStackSizeToCapture() const { return m_maxCallStackSizeToCapture; } in maxCallStackSizeToCapture() argument
[all...]
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslation-array.cc59 bool TranslationArrayIterator::HasNext() const { in HasNext() argument
/third_party/node/deps/v8/src/execution/
H A Disolate-data.h81 Address isolate_root() const { in isolate_root() argument
117 Address fast_c_call_caller_fp() const { return fast_c_call_caller_fp_; } in fast_c_call_caller_fp() argument
118 Address fast_c_call_caller_pc() const { return fast_c_call_caller_pc_; } in fast_c_call_caller_pc() argument
119 Address fast_api_call_target() const { return fast_api_call_target_; } in fast_api_call_target() argument
121 Address cage_base() const { return cage_base_; } in cage_base() argument
126 const RootsTable& roots() const { return roots_table_; } in roots() argument
131 ThreadLocalTop const in thread_local_top() argument
134 stack_is_iterable() const stack_is_iterable() argument
139 contains(Address address) const contains() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.h61 int parameter_count() const { in parameter_count() argument
67 int locals_count() const { in locals_count() argument
73 int fixed_register_count() const { return locals_count(); } in fixed_register_count() argument
76 int total_register_count() const { in total_register_count() argument
547 RemainderOfBlockIsDead() const RemainderOfBlockIsDead() argument
569 register_allocator() const register_allocator() argument
572 zone() const zone() argument
580 feedback_vector_spec() const feedback_vector_spec() argument
631 constant_array_builder() const constant_array_builder() argument
[all...]
H A Dbytecode-register-optimizer.h112 int maxiumum_register_index() const { return max_register_index_; } in maxiumum_register_index() argument
158 bool RegisterIsTemporary(Register reg) const { in RegisterIsTemporary() argument
162 bool RegisterIsObservable(Register reg) const { in RegisterIsObservable() argument
170 size_t GetRegisterInfoTableIndex(Register reg) const { in GetRegisterInfoTableIndex() argument
174 RegisterFromRegisterInfoTableIndex(size_t index) const RegisterFromRegisterInfoTableIndex() argument
[all...]
H A Dcontrol-flow-builders.h31 BytecodeArrayBuilder* builder() const { return builder_; } in builder() argument
/third_party/node/deps/v8/src/libsampler/
H A Dsampler.cc191 bool AtomicGuard::is_success() const { return is_success_; } in is_success() argument
196 pthread_t vm_tid() const { return vm_tid_; } in vm_tid() argument
/third_party/node/deps/v8/src/logging/
H A Dcounters.cc55 V8_EXPORT_PRIVATE void* Histogram::CreateHistogram() const { in CreateHistogram() argument
90 bool TimedHistogram::ToggleRunningState(bool expect_to_run) const { in ToggleRunningState() argument
[all...]
H A Dcounters-scopes.h174 void RecordLongTaskTime(base::TimeDelta elapsed) const { in RecordLongTaskTime() argument
208 bool isEnabled() const { return previous_scope_ && histogram_->Enabled(); } in isEnabled() argument

Completed in 20 milliseconds

1...<<471472473474475476477478479480>>...726