Home
last modified time | relevance | path

Searched defs:const (Results 2451 - 2475 of 14223) sorted by relevance

1...<<919293949596979899100>>...569

/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...]
H A Dcaged-heap.h46 const AllocatorType& allocator() const { return *bounded_allocator_; } in allocator() argument
51 const CagedHeapLocalData& local_data() const { in local_data() argument
55 bool IsOnHeap(const void* address) const { in IsOnHeap() argument
60 base() const base() argument
[all...]
H A Dcompactor.h38 bool IsEnabledForTesting() const { return is_enabled_; } in IsEnabledForTesting() argument
H A Dheap.h33 const HeapBase& AsBase() const { return *this; } in AsBase() argument
H A Dprefinalizer-handler.h35 bool IsInvokingPreFinalizers() const { return is_invoking_; } in IsInvokingPreFinalizers() argument
/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
H A Dcode-object-registry.cc45 bool CodeObjectRegistry::Contains(Address object) const { in Contains() argument
55 GetCodeObjectStartFromInnerAddress( Address address) const GetCodeObjectStartFromInnerAddress() argument
H A Dprogress-bar.h30 bool IsEnabled() const { in IsEnabled() argument
34 size_t Value() const { in Value() 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
H A Dv8-debugger-id.cc16 std::unique_ptr<StringBuffer> V8DebuggerId::toString() const { in toString() argument
21 bool V8DebuggerId::isValid() const { return m_first || m_second; } in isValid() argument
23 std::pair<int64_t, int64_t> V8DebuggerId::pair() const { in pair() argument
50 String16 V8DebuggerId::toString() const { in toString() argument
54 bool V8DebuggerId::isValid() const { return m_debugger_id.isValid(); } in isValid() argument
56 std::pair<int64_t, int64_t> V8DebuggerId::pair() const { in pair() argument
/third_party/node/deps/v8/src/deoptimizer/arm/
H A Ddeoptimizer-arm.cc24 Float32 RegisterValues::GetFloatRegister(unsigned n) const { in GetFloatRegister() argument
/third_party/node/deps/v8/src/deoptimizer/arm64/
H A Ddeoptimizer-arm64.cc19 Float32 RegisterValues::GetFloatRegister(unsigned n) const { in GetFloatRegister() argument
/third_party/node/deps/v8/src/deoptimizer/ppc/
H A Ddeoptimizer-ppc.cc24 Float32 RegisterValues::GetFloatRegister(unsigned n) const { in GetFloatRegister() argument
/third_party/node/deps/v8/src/deoptimizer/s390/
H A Ddeoptimizer-s390.cc24 Float32 RegisterValues::GetFloatRegister(unsigned n) const { in GetFloatRegister() argument
/third_party/node/deps/v8/src/deoptimizer/loong64/
H A Ddeoptimizer-loong64.cc13 Float32 RegisterValues::GetFloatRegister(unsigned n) const { in GetFloatRegister() argument
/third_party/node/deps/v8/src/deoptimizer/riscv64/
H A Ddeoptimizer-riscv64.cc13 Float32 RegisterValues::GetFloatRegister(unsigned n) const { in GetFloatRegister() argument
/third_party/node/deps/v8/src/deoptimizer/mips64/
H A Ddeoptimizer-mips64.cc13 Float32 RegisterValues::GetFloatRegister(unsigned n) const { in GetFloatRegister() argument
/third_party/node/deps/v8/src/deoptimizer/ia32/
H A Ddeoptimizer-ia32.cc15 Float32 RegisterValues::GetFloatRegister(unsigned n) const { in GetFloatRegister() argument
/third_party/node/deps/v8/src/deoptimizer/mips/
H A Ddeoptimizer-mips.cc13 Float32 RegisterValues::GetFloatRegister(unsigned n) const { in GetFloatRegister() argument
/third_party/node/deps/v8/src/deoptimizer/x64/
H A Ddeoptimizer-x64.cc26 Float32 RegisterValues::GetFloatRegister(unsigned n) const { in GetFloatRegister() argument

Completed in 9 milliseconds

1...<<919293949596979899100>>...569