Home
last modified time | relevance | path

Searched defs:const (Results 8051 - 8075 of 12926) sorted by relevance

1...<<321322323324325326327328329330>>...518

/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.h53 int64_t value() const { return value_; } in value() argument
54 RelocInfo::Mode rmode() const { return rmode_; } in rmode() argument
144 base() const base() argument
145 regoffset() const regoffset() argument
146 offset() const offset() argument
147 addrmode() const addrmode() argument
148 shift() const shift() argument
149 extend() const extend() argument
150 shift_amount() const shift_amount() argument
302 SizeOfGeneratedCode() const SizeOfGeneratedCode() argument
335 is_veneer_pool_blocked() const is_veneer_pool_blocked() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64-inl.h53 bool Operand::is_reg() const { return rm_.is_valid(); } in is_reg() argument
55 int64_t Operand::immediate() const { in immediate() argument
/third_party/node/deps/v8/src/codegen/
H A Dsignature.h31 size_t return_count() const { return return_count_; } in return_count() argument
32 size_t parameter_count() const { return parameter_count_; } in parameter_count() argument
34 T GetParam(size_t index) const { in GetParam() argument
39 T GetReturn(size_t index = 0) const { in GetReturn() argument
45 base::iterator_range<const T*> parameters() const { in parameters() argument
48 base::iterator_range<const T*> returns() const { in returns() argument
51 base::iterator_range<const in returns() argument
55 operator ==(const Signature& other) const operator ==() argument
61 operator !=(const Signature& other) const operator !=() argument
143 Returns(ReturnTypes.... return_types) const Returns() argument
151 Params(ParamTypes.... param_types) const Params() argument
[all...]
H A Dtnode.h372 operator compiler::Node*() const operator compiler::Node*() argument
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/internal/
H A Dmember-storage.h85 V8_INLINE const void* Load() const { return Decompress(value_); } in Load() argument
86 V8_INLINE const void* LoadAtomic() const { in LoadAtomic() argument
99 IsCleared() const IsCleared() argument
101 IsSentinel() const IsSentinel() argument
103 GetAsInteger() const GetAsInteger() argument
192 Load() const Load() argument
193 LoadAtomic() const LoadAtomic() argument
205 IsCleared() const IsCleared() argument
207 IsSentinel() const IsSentinel() argument
209 GetAsInteger() const GetAsInteger() argument
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-object.h125 get_private() const get_private() argument
[all...]
H A Dv8-persistent-handle.h57 V8_INLINE Local<T> Get(Isolate* isolate) const { in Get() argument
113 V8_INLINE Local<T> Get(Isolate* isolate) const { in Get() argument
118 V8_INLINE bool operator==(const PersistentBase<S>& that) const { in operator ==() argument
123 V8_INLINE bool operator==(const Local<S>& that) const { in operator ==() argument
128 V8_INLINE bool operator!=(const PersistentBas argument
133 operator !=(const Local<S>& that) const operator !=() argument
340 As() const As() argument
459 IsWeak() const IsWeak() argument
541 WrapperClassId() const WrapperClassId() argument
[all...]
H A Dv8-function-callback.h378 GetIsolate() const GetIsolate() argument
383 Get() const Get() argument
414 operator [](int i) const Get() argument
421 This() const Get() argument
427 Holder() const Get() argument
432 NewTarget() const Get() argument
437 Data() const Get() argument
442 GetIsolate() const Get() argument
447 GetReturnValue() const Get() argument
452 IsConstructCall() const Get() argument
457 Length() const Get() argument
462 GetIsolate() const Get() argument
467 Data() const Get() argument
472 This() const Get() argument
477 Holder() const Get() argument
482 GetReturnValue() const Get() argument
487 ShouldThrowOnError() const Get() argument
[all...]
H A Dv8-local-handle.h103 V8_INLINE Isolate* GetIsolate() const { in GetIsolate() argument
256 V8_INLINE T* operator->() const { return this->template value<T>(); } in operator ->() argument
258 V8_INLINE T* operator*() const { return this->operator->(); } in operator *() argument
272 V8_INLINE bool operator==(const Local<S>& that) const { in operator ==() argument
277 V8_INLINE bool operator==(const PersistentBas argument
282 operator !=(const Local<S>& that) const operator !=() argument
287 operator !=(const Persistent<S>& that) const operator !=() argument
313 As() const As() argument
395 UnsafeAs() const UnsafeAs() argument
423 IsEmpty() const IsEmpty() argument
430 ToLocal(Local<S>* out) const ToLocal() argument
449 FromMaybe(Local<S> default_value) const FromMaybe() argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-object.h127 get_private() const get_private() argument
[all...]
H A Dv8-persistent-handle.h55 V8_INLINE Local<T> Get(Isolate* isolate) const { in Get() argument
61 V8_INLINE bool IsEmpty() const { return val_ == nullptr; } in IsEmpty() argument
116 V8_INLINE bool IsEmpty() const { return val_ == nullptr; } in IsEmpty() argument
119 V8_INLINE Local<T> Get(Isolate* isolate) const { in Get() argument
124 V8_INLINE bool operator==(const PersistentBase<S>& that) const { in operator ==() argument
133 V8_INLINE bool operator==(const Loca argument
142 operator !=(const PersistentBase<S>& that) const operator !=() argument
147 operator !=(const Local<S>& that) const operator !=() argument
346 As() const As() argument
361 operator *() const operator *() argument
430 operator *() const operator *() argument
467 IsWeak() const IsWeak() argument
553 WrapperClassId() const WrapperClassId() argument
[all...]
H A Dv8-function-callback.h356 GetIsolate() const GetIsolate() argument
362 Get() const Get() argument
388 operator [](int i) const operator []() argument
395 This() const This() argument
401 Holder() const Holder() argument
407 NewTarget() const NewTarget() argument
413 Data() const Data() argument
418 GetIsolate() const GetIsolate() argument
423 GetReturnValue() const GetReturnValue() argument
428 IsConstructCall() const IsConstructCall() argument
433 Length() const Length() argument
438 GetIsolate() const GetIsolate() argument
443 Data() const Data() argument
448 This() const This() argument
453 Holder() const Holder() argument
458 GetReturnValue() const GetReturnValue() argument
463 ShouldThrowOnError() const ShouldThrowOnError() argument
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-scanner.h38 token_t Token() const { return token_; } in Token() argument
40 size_t Position() const { return position_; } in Position() argument
48 const std::string& GetIdentifierString() const { in GetIdentifierString() argument
55 bool IsPrecededByNewline() const { in IsPrecededByNewline() argument
79 bool IsLocal() const { return IsLocal(Token()); } in IsLocal() argument
80 bool IsGlobal() const { return IsGlobal(Token()); } in IsGlobal() argument
97 bool IsUnsigned() const { return Token() == kUnsigned; } in IsUnsigned() argument
98 uint32_t AsUnsigned() const { in AsUnsigned() argument
102 IsDouble() const IsDouble() argument
103 AsDouble() const AsDouble() argument
[all...]
/third_party/node/deps/v8/src/base/debug/
H A Dstack_trace_posix.cc377 Print() const Print() argument
387 OutputToStream(std::ostream* os) const OutputToStream() argument
[all...]
/third_party/node/deps/v8/src/base/
H A Doptional.h560 operator ->() const operator ->() argument
570 operator *() const operator *() argument
580 operator *() const operator *() argument
590 operator bool() const operator bool() argument
592 has_value() const has_value() argument
599 value() const value() argument
609 value() const value() argument
615 value_or(U&& default_value) const value_or() argument
[all...]
/third_party/node/deps/v8/src/base/numbers/
H A Dfixed-dtoa.cc79 bool IsZero() const { return high_bits_ == 0 && low_bits_ == 0; } in IsZero() argument
/third_party/node/deps/v8/src/codegen/ia32/
H A Dregister-ia32.h61 bool is_byte_register() const { return code() <= 3; } in is_byte_register() argument
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips-inl.h53 bool Operand::is_reg() const { return rm_.is_valid(); } in is_reg() argument
55 int32_t Operand::immediate() const { in immediate() argument
266 relative_code_target_object_handle_at( Address pc) const relative_code_target_object_handle_at() argument
/third_party/node/deps/v8/include/cppgc/
H A Dcross-thread-persistent.h27 V8_CLANG_NO_SANITIZE("address") const void* GetValueFromGC() const { in GetValueFromGC() argument
32 PersistentNode* GetNodeFromGC() const { return node_; } in GetNodeFromGC() argument
35 void ClearFromGC() const { in ClearFromGC() argument
42 PersistentNode* GetNodeSafe() const { in GetNodeSafe() argument
49 void SetNodeSafe(PersistentNode* value) const { in SetNodeSafe() argument
272 Get() const Get() argument
304 operator bool() const operator bool() argument
313 operator T*() const operator T*() argument
320 operator ->() const operator ->() argument
321 operator *() const operator *() argument
328 To() const To() argument
342 Lock() const Lock() argument
405 ClearFromGC() const ClearFromGC() argument
415 GetFromGC() const GetFromGC() argument
[all...]
H A Dmember.h33 const void** GetRawSlot() const { return &raw_; } in GetRawSlot() argument
34 const void* GetRaw() const { return raw_; } in GetRaw() argument
37 const void* GetRawAtomic() const { in GetRawAtomic() argument
46 ClearFromGC() const ClearFromGC() argument
181 operator bool() const operator bool() argument
182 operator T*() const operator T*() argument
183 operator ->() const operator ->() argument
184 operator *() const operator *() argument
189 Get() const Get() argument
206 GetSlotForTesting() const GetSlotForTesting() argument
211 GetRawAtomic() const GetRawAtomic() argument
215 InitializingWriteBarrier() const InitializingWriteBarrier() argument
218 AssigningWriteBarrier() const AssigningWriteBarrier() argument
222 ClearFromGC() const ClearFromGC() argument
224 GetFromGC() const GetFromGC() argument
[all...]
H A Dpersistent.h31 const void* GetValue() const { return raw_; } in GetValue() argument
34 PersistentNode* GetNode() const { return node_; } in GetNode() argument
39 void ClearFromGC() const { in ClearFromGC() argument
182 operator bool() const operator bool() argument
183 operator T*() const operator T*() argument
184 operator ->() const operator ->() argument
185 operator *() const operator *() argument
190 Get() const Get() argument
218 To() const To() argument
229 IsValid() const IsValid() argument
254 ClearFromGC() const ClearFromGC() argument
263 GetFromGC() const GetFromGC() argument
[all...]
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dmember.h49 V8_INLINE const void** GetRawSlot() const { in GetRawSlot() argument
52 V8_INLINE const void* GetRaw() const { return raw_.Load(); } in GetRaw() argument
55 V8_INLINE const void* GetRawAtomic() const { retur argument
58 GetRawStorage() const GetRawStorage() argument
64 IsCleared() const IsCleared() argument
66 ClearFromGC() const ClearFromGC() argument
256 operator bool() const operator bool() argument
257 operator T*() const operator T*() argument
258 operator ->() const operator ->() argument
259 operator *() const operator *() argument
264 Get() const Get() argument
283 GetSlotForTesting() const GetSlotForTesting() argument
287 GetRawStorage() const GetRawStorage() argument
304 GetRawAtomic() const GetRawAtomic() argument
308 InitializingWriteBarrier(T* value) const InitializingWriteBarrier() argument
311 AssigningWriteBarrier(T* value) const AssigningWriteBarrier() argument
315 AssigningWriteBarrier() const AssigningWriteBarrier() argument
321 ClearFromGC() const ClearFromGC() argument
323 GetFromGC() const GetFromGC() argument
[all...]
H A Dpersistent.h28 const void* GetValue() const { return raw_; } in GetValue() argument
31 PersistentNode* GetNode() const { return node_; } in GetNode() argument
36 void ClearFromGC() const { in ClearFromGC() argument
182 operator bool() const operator bool() argument
183 operator T*() const operator T*() argument
184 operator ->() const operator ->() argument
185 operator *() const operator *() argument
190 Get() const Get() argument
218 To() const To() argument
228 IsValid() const IsValid() argument
253 ClearFromGC() const ClearFromGC() argument
262 GetFromGC() const GetFromGC() argument
[all...]
H A Dcross-thread-persistent.h27 V8_CLANG_NO_SANITIZE("address") const void* GetValueFromGC() const { in GetValueFromGC() argument
32 PersistentNode* GetNodeFromGC() const { return node_; } in GetNodeFromGC() argument
35 void ClearFromGC() const { in ClearFromGC() argument
42 PersistentNode* GetNodeSafe() const { in GetNodeSafe() argument
49 void SetNodeSafe(PersistentNode* value) const { in SetNodeSafe() argument
274 Get() const Get() argument
306 operator bool() const operator bool() argument
315 operator T*() const operator T*() argument
322 operator ->() const operator ->() argument
323 operator *() const operator *() argument
330 To() const To() argument
344 Lock() const Lock() argument
406 ClearFromGC() const ClearFromGC() argument
416 GetFromGC() const GetFromGC() argument
[all...]
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64-inl.h21 bool Operand::is_reg() const { return rm_.is_valid(); } in is_reg() argument
23 int64_t Operand::immediate() const { in immediate() argument
153 relative_code_target_object_handle_at( Address pc) const relative_code_target_object_handle_at() argument

Completed in 20 milliseconds

1...<<321322323324325326327328329330>>...518