Home
last modified time | relevance | path

Searched defs:const (Results 2401 - 2425 of 14042) sorted by relevance

1...<<919293949596979899100>>...562

/third_party/node/deps/v8/src/base/
H A Dbounded-page-allocator.h54 bool contains(Address address) const { in contains() argument
H A Dbits-iterator.h24 int operator*() const { in operator *() argument
H A Dring-buffer.h32 int Count() const { return count_; } in Count() argument
35 T Sum(Callback callback, const T& initial) const { in Sum() argument
/third_party/node/deps/v8/src/base/platform/
H A Dsemaphore.h71 const NativeHandle& native_handle() const { in native_handle() argument
/third_party/node/deps/v8/src/codegen/
H A Dstring-constants.cc53 bool StringConstantBase::operator==(const StringConstantBase& other) const { in operator ==() argument
14 AllocateStringConstant( Isolate* isolate) const AllocateStringConstant() argument
158 GetMaxStringConstantLength() const GetMaxStringConstantLength() argument
175 GetMaxStringConstantLength() const GetMaxStringConstantLength() argument
177 GetMaxStringConstantLength() const GetMaxStringConstantLength() argument
181 GetMaxStringConstantLength() const GetMaxStringConstantLength() argument
[all...]
H A Dexternal-reference-encoder.cc87 const char* ExternalReferenceEncoder::NameOfAddress(Isolate* isolate, in NameOfAddress() argument
H A Dexternal-reference-encoder.h27 bool is_from_api() const { return IsFromAPI::decode(value_); } in is_from_api() argument
28 uint32_t index() const { return Index::decode(value_); } in index() argument
H A Dunoptimized-compilation-info.cc36 DeclarationScope* UnoptimizedCompilationInfo::scope() const { in scope() argument
41 int UnoptimizedCompilationInfo::num_parameters() const { in num_parameters() argument
45 int UnoptimizedCompilationInfo::num_parameters_including_this() const { in num_parameters_including_this() argument
50 UnoptimizedCompilationInfo::SourcePositionRecordingMode() const { in SourcePositionRecordingMode() argument
H A Daligned-slot-allocator.h53 int Size() const { return size_; } in Size() argument
H A Daligned-slot-allocator.cc13 int AlignedSlotAllocator::NextSlot(int n) const { in NextSlot() argument
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace_fuchsia.cc28 void StackTrace::Print() const { in Print() argument
33 void StackTrace::OutputToStream(std::ostream* os) const { in OutputToStream() argument
/third_party/node/deps/v8/src/codegen/arm64/
H A Dcpu-arm64.cc35 uint32_t icache_line_size() const { return ExtractCacheLineSize(0); } in icache_line_size() argument
36 uint32_t dcache_line_size() const { return ExtractCacheLineSize(16); } in dcache_line_size() argument
39 uint32_t ExtractCacheLineSize(int cache_line_size_shift) const { in ExtractCacheLineSize() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-value.h466 IsUndefined() const IsUndefined() argument
474 QuickIsUndefined() const QuickIsUndefined() argument
487 IsNull() const IsNull() argument
495 QuickIsNull() const QuickIsNull() argument
508 IsNullOrUndefined() const IsNullOrUndefined() argument
516 QuickIsNullOrUndefined() const QuickIsNullOrUndefined() argument
530 IsString() const IsString() argument
538 QuickIsString() const QuickIsString() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dgrowable-fixed-array-gen.h27 TNode<IntPtrT> length() const { return var_length_.value(); } in length() argument
/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.cc12 Float64 Instruction::DoubleImmedVmov() const { in DoubleImmedVmov() argument
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dconstants-riscv64.cc147 InstructionType() const InstructionType() argument
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Ddisasm.h31 RootRelativeName(int offset) const RootRelativeName() argument
52 unimplemented_opcode_action() const unimplemented_opcode_action() argument
[all...]
/third_party/node/deps/v8/src/execution/
H A Darguments-inl.h27 int Arguments<T>::smi_value_at(int index) const { in smi_value_at() argument
35 uint32_t Arguments<T>::positive_smi_value_at(int index) const { in positive_smi_value_at() argument
42 int Arguments<T>::tagged_index_value_at(int index) const { in tagged_index_value_at() argument
47 double Arguments<T>::number_value_at(int index) const { in number_value_at() argument
H A Dembedder-state.h23 EmbedderStateTag GetState() const { return tag_; } in GetState() argument
25 Address native_context_address() const { return native_context_address_; } in native_context_address() argument
H A Dthread-id.h19 bool operator==(const ThreadId& other) const { return id_ == other.id_; } in operator ==() argument
20 bool operator!=(const ThreadId& other) const { return id_ != other.id_; } in operator !=() argument
23 bool IsValid() const { return id_ != kInvalidId; } in IsValid() argument
26 constexpr int ToInteger() const { return id_; } in ToInteger() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dobject-view.h43 Address ObjectView<access_mode>::Start() const { in Start() argument
48 ConstAddress ObjectView<access_mode>::End() const { in End() argument
54 Size() const Size() argument
[all...]
/third_party/node/deps/v8/src/heap/
H A Dmemory-chunk-inl.h42 AllocationSpace MemoryChunk::owner_identity() const { in owner_identity() argument
H A Dcode-range.h77 uint8_t* embedded_blob_code_copy() const { in embedded_blob_code_copy() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-runtime-agent-impl.h144 enabled() const enabled() argument
[all...]
H A Dv8-regex.h30 bool isValid() const { return !m_regex.IsEmpty(); } in isValid() argument
31 const String16& errorMessage() const { return m_errorMessage; } in errorMessage() argument

Completed in 9 milliseconds

1...<<919293949596979899100>>...562