Home
last modified time | relevance | path

Searched defs:const (Results 6876 - 6900 of 11683) sorted by relevance

1...<<271272273274275276277278279280>>...468

/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/heap/cppgc/
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/heap/
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/inspector/
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/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
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-code-gen-state.h45 const std::vector<DeferredCodeInfo*>& deferred_code() const { in deferred_code() argument
50 const std::vector<EagerDeoptInfo*>& eager_deopts() const { in eager_deopts() argument
53 const std::vector<LazyDeoptInfo*>& lazy_deopts() const { in lazy_deopts() argument
59 compiler::NativeContextRef native_context() const { in native_context() argument
62 Isolate* isolate() const { return compilation_unit_->isolate(); } in isolate() argument
63 int parameter_count() const { retur in isolate() argument
64 register_count() const register_count() argument
65 bytecode_analysis() const bytecode_analysis() argument
68 broker() const broker() argument
69 bytecode() const bytecode() argument
72 graph_labeller() const graph_labeller() argument
76 vreg_slots() const vreg_slots() argument
77 safepoint_table_builder() const safepoint_table_builder() argument
80 compilation_unit() const compilation_unit() argument
86 found_unsupported_code_paths() const found_unsupported_code_paths() argument
149 DefineSafepointStackSlots( SafepointTableBuilder::Safepoint& safepoint) const DefineSafepointStackSlots() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dallocation-site-inl.h41 JSObject AllocationSite::boilerplate() const { in boilerplate() argument
46 JSObject AllocationSite::boilerplate(AcquireLoadTag tag) const { in boilerplate() argument
56 int AllocationSite::transition_info() const { in transition_info() argument
67 bool AllocationSite::HasWeakNext() const { in HasWeakNext() argument
81 bool AllocationSite::IsZombie() const { in IsZombie() argument
85 bool AllocationSite::IsMaybeTenure() const { in IsMaybeTenure() argument
89 bool AllocationSite::PretenuringDecisionMade() const { in PretenuringDecisionMade() argument
99 ElementsKind AllocationSite::GetElementsKind() const { in GetElementsKind() argument
107 bool AllocationSite::CanInlineCall() const { in CanInlineCall() argument
115 bool AllocationSite::PointsToLiteral() const { in PointsToLiteral() argument
139 pretenure_decision() const pretenure_decision() argument
149 deopt_dependent_code() const deopt_dependent_code() argument
159 memento_found_count() const memento_found_count() argument
175 memento_create_count() const memento_create_count() argument
197 IsValid() const IsValid() argument
202 GetAllocationSite() const GetAllocationSite() argument
207 GetAllocationSiteUnchecked() const GetAllocationSiteUnchecked() argument
[all...]
H A Dcontexts-inl.h34 int ScriptContextTable::used(AcquireLoadTag tag) const { in used() argument
52 Context ScriptContextTable::get_context(int i) const { in get_context() argument
57 Context ScriptContextTable::get_context(int i, AcquireLoadTag tag) const { in get_context() argument
69 Object Context::get(int index) const { in get() argument
74 Object Context::get(PtrComprCageBase cage_base, int index) const { in get() argument
89 Object Context::get(int index, AcquireLoadTag tag) const { in get() argument
117 Object Context::unchecked_previous() const { retur argument
94 get(PtrComprCageBase cage_base, int index, AcquireLoadTag) const get() argument
119 previous() const previous() argument
128 next_context_link() const next_context_link() argument
132 has_extension() const has_extension() argument
136 extension() const extension() argument
141 native_context() const native_context() argument
145 IsFunctionContext() const IsFunctionContext() argument
149 IsCatchContext() const IsCatchContext() argument
153 IsWithContext() const IsWithContext() argument
157 IsDebugEvaluateContext() const IsDebugEvaluateContext() argument
161 IsAwaitContext() const IsAwaitContext() argument
165 IsBlockContext() const IsBlockContext() argument
169 IsModuleContext() const IsModuleContext() argument
173 IsEvalContext() const IsEvalContext() argument
177 IsScriptContext() const IsScriptContext() argument
181 HasSameSecurityTokenAs(Context that) const HasSameSecurityTokenAs() argument
261 GetInitialJSArrayMap(ElementsKind kind) const GetInitialJSArrayMap() argument
294 synchronized_script_context_table() const synchronized_script_context_table() argument
[all...]
H A Dhash-table.h302 Hash() const Hash() argument
[all...]
H A Dhash-table-inl.h85 int HashTableBase::NumberOfElements() const { in NumberOfElements() argument
89 int HashTableBase::NumberOfDeletedElements() const { in NumberOfDeletedElements() argument
93 int HashTableBase::Capacity() const { in Capacity() argument
97 InternalIndex::Range HashTableBase::IterateEntries() const { in IterateEntries() argument
H A Djs-array-buffer.h184 bool IsMarked() const { return marked_.load(std::memory_order_relaxed); } in IsMarked() argument
189 bool IsYoungMarked() const { retur in YoungUnmark() argument
191 IsYoungPromoted() const IsYoungPromoted() argument
196 accounting_length() const accounting_length() argument
218 next() const next() argument
230 young_gc_state() const young_gc_state() argument
[all...]
H A Djs-array-buffer.cc349 size_t JSTypedArray::element_size() const { in element_size() argument
383 size_t JSTypedArray::GetVariableLengthOrOutOfBounds(bool& out_of_bounds) const { in GetVariableLengthOrOutOfBounds() argument
H A Dintl-objects.h304 Get() const Get() argument
[all...]
H A Djs-list-format.cc174 Handle<String> JSListFormat::StyleAsString() const { in StyleAsString() argument
186 Handle<String> JSListFormat::TypeAsString() const { in TypeAsString() argument
H A Dmap.h491 GetTotal() const GetTotal() argument
493 mutable_count() const mutable_count() argument
494 const_count() const const_count() argument
[all...]
H A Dslots.h44 bool operator<(const SlotBase& other) const { return ptr_ < other.ptr_; } in operator <() argument
45 bool operator<=(const SlotBase& other) const { return ptr_ <= other.ptr_; } in operator <=() argument
46 bool operator>(const SlotBase& other) const { return ptr_ > other.ptr_; } in operator >() argument
47 bool operator>=(const SlotBase& other) const { return ptr_ >= other.ptr_; } in operator >=() argument
48 bool operator==(const SlotBase& other) const { retur in operator >=() argument
49 operator !=(const SlotBase& other) const operator !=() argument
50 operator -(const SlotBase& other) const operator -() argument
54 operator -(int i) const operator -() argument
55 operator +(int i) const operator +() argument
69 ToVoidPtr() const ToVoidPtr() argument
71 address() const address() argument
73 location() const location() argument
216 operator T() const operator T() argument
224 operator <(const Reference& other) const operator <() argument
228 operator ==(const Reference& other) const operator ==() argument
233 value() const value() argument
252 operator *() const operator *() argument
255 operator [](difference_type i) const operator []() argument
[all...]

Completed in 20 milliseconds

1...<<271272273274275276277278279280>>...468