Home
last modified time | relevance | path

Searched defs:const (Results 6826 - 6850 of 11683) sorted by relevance

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

/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...]
H A Datomic-utils.h29 V8_INLINE T Value() const { in Value() argument
H A Dsafe_conversions_impl.h200 constexpr bool IsValid() const { retur in RangeCheck() argument
201 IsInvalid() const IsInvalid() argument
202 IsOverflow() const IsOverflow() argument
203 IsUnderflow() const IsUnderflow() argument
204 IsOverflowFlagSet() const IsOverflowFlagSet() argument
205 IsUnderflowFlagSet() const IsUnderflowFlagSet() argument
206 operator ==(const RangeCheck rhs) const operator ==() argument
210 operator !=(const RangeCheck rhs) const operator !=() argument
[all...]
H A Dsmall-vector.h89 const T* data() const { return begin_; } in data() argument
92 const in begin() argument
95 end() const end() argument
97 size() const size() argument
98 empty() const empty() argument
99 capacity() const capacity() argument
105 back() const back() argument
115 at(size_t index) const at() argument
120 operator [](size_t index) const operator []() argument
196 is_big() const is_big() argument
199 inline_storage_begin() const inline_storage_begin() 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/
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/include/v8-include/
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/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
/third_party/node/deps/v8/src/codegen/
H A Dtnode.h372 operator compiler::Node*() const operator compiler::Node*() argument
[all...]
H A Dregister-configuration.h43 int num_general_registers() const { return num_general_registers_; } in num_general_registers() argument
44 int num_float_registers() const { return num_float_registers_; } in num_float_registers() argument
45 int num_double_registers() const { return num_double_registers_; } in num_double_registers() argument
46 int num_simd128_registers() const { retur in num_double_registers() argument
47 num_allocatable_general_registers() const num_allocatable_general_registers() argument
50 num_allocatable_float_registers() const num_allocatable_float_registers() argument
56 num_allocatable_double_registers() const num_allocatable_double_registers() argument
59 num_allocatable_simd128_registers() const num_allocatable_simd128_registers() argument
62 fp_aliasing_kind() const fp_aliasing_kind() argument
63 allocatable_general_codes_mask() const allocatable_general_codes_mask() argument
66 allocatable_double_codes_mask() const allocatable_double_codes_mask() argument
69 allocatable_float_codes_mask() const allocatable_float_codes_mask() argument
72 GetAllocatableGeneralCode(int index) const GetAllocatableGeneralCode() argument
76 IsAllocatableGeneralCode(int index) const IsAllocatableGeneralCode() argument
79 GetAllocatableFloatCode(int index) const GetAllocatableFloatCode() argument
83 IsAllocatableFloatCode(int index) const IsAllocatableFloatCode() argument
86 GetAllocatableDoubleCode(int index) const GetAllocatableDoubleCode() argument
90 IsAllocatableDoubleCode(int index) const IsAllocatableDoubleCode() argument
93 GetAllocatableSimd128Code(int index) const GetAllocatableSimd128Code() argument
97 IsAllocatableSimd128Code(int index) const IsAllocatableSimd128Code() argument
101 allocatable_general_codes() const allocatable_general_codes() argument
104 allocatable_float_codes() const allocatable_float_codes() argument
107 allocatable_double_codes() const allocatable_double_codes() argument
110 allocatable_simd128_codes() const allocatable_simd128_codes() argument
[all...]
/third_party/node/deps/v8/src/ast/
H A Dast-value-factory.h58 bool IsEmpty() const { return literal_bytes_.length() == 0; } in IsEmpty() argument
59 int length() const { in length() argument
72 is_one_byte() const is_one_byte() argument
73 byte_length() const byte_length() argument
74 raw_data() const raw_data() argument
76 IsPrivateName() const IsPrivateName() argument
79 raw_hash_field() const raw_hash_field() argument
80 Hash() const Hash() argument
87 string() const string() argument
158 IsEmpty() const IsEmpty() argument
210 c_str() const c_str() argument
297 hash_seed() const hash_seed() argument
298 string_table() const string_table() argument
340 ast_raw_string_zone() const ast_raw_string_zone() argument
345 single_parse_zone() const single_parse_zone() argument
379 empty_cons_string() const empty_cons_string() argument
[all...]
H A Dast-value-factory.cc84 bool AstRawString::AsArrayIndex(uint32_t* index) const { in AsArrayIndex() argument
99 bool AstRawString::IsIntegerIndex() const { in IsIntegerIndex() argument
103 bool AstRawString::IsOneByteEqualTo(const char* data) const { in IsOneByteEqualTo() argument
113 uint16_t AstRawString::FirstCharacter() const { in FirstCharacter() argument
189 Allocate(IsolateT* isolate) const Allocate() argument
214 AllocateFlat(IsolateT* isolate) const AllocateFlat() argument
280 ToRawStrings() const ToRawStrings() argument
[all...]
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-batch-compiler.cc339 bool BaselineBatchCompiler::ShouldCompileBatch() const { in ShouldCompileBatch() argument
H A Dbaseline-assembler-inl.h56 int BaselineAssembler::pc_offset() const { return __ pc_offset(); } in pc_offset() argument
57 void BaselineAssembler::CodeEntry() const { __ CodeEntry(); } in CodeEntry() argument
58 void BaselineAssembler::ExceptionHandler() const { __ ExceptionHandler(); } in ExceptionHandler() argument

Completed in 20 milliseconds

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