| /third_party/node/deps/v8/src/compiler/ |
| H A D | processed-feedback.h | 43 Kind kind() const { return kind_; } in kind() argument 45 FeedbackSlotKind slot_kind() const { return slot_kind_; } in slot_kind() argument 46 bool IsInsufficient() const { return kind() == kInsufficient; } in IsInsufficient() argument 164 name() const name() argument 165 maps() const maps() argument 183 target() const target() argument 184 frequency() const frequency() argument 185 speculation_mode() const speculation_mode() argument 186 call_feedback_content() const call_feedback_content() argument 209 value() const value() argument [all...] |
| H A D | escape-analysis-reducer.cc | 210 void EscapeAnalysisReducer::VerifyReplacement() const { in VerifyReplacement() argument [all...] |
| H A D | js-inlining-heuristic.h | 43 int total_inlined_bytecode_size() const { in total_inlined_bytecode_size() argument 96 jsgraph() const jsgraph() argument 98 broker() const broker() argument 100 isolate() const isolate() argument 102 mode() const mode() argument [all...] |
| H A D | load-elimination.h | 61 AbstractElements const* Extend(Node* object, Node* index, Node* value, in Extend() argument 137 Extend(Node* object, FieldInfo info, Zone* zone) const Extend() argument 148 Equals(AbstractField const* that) const Equals() argument 151 Merge(AbstractField const* that, Zone* zone) const Merge() argument 187 Equals(AbstractMaps const* that) const Equals() argument 292 zone() const zone() argument 335 jsgraph() const jsgraph() argument 336 zone() const zone() argument [all...] |
| H A D | loop-analysis.h | 46 Loop* parent() const { return parent_; } in parent() argument 47 const ZoneVector<Loop*>& children() const { return children_; } in children() argument 48 uint32_t HeaderSize() const { return body_start_ - header_start_; } in HeaderSize() argument 49 uint32_t BodySize() const { return exits_start_ - body_start_; } in BodySize() argument 50 uint32_t ExitsSize() const { return exits_end_ - exits_start_; } in ExitsSize() argument 51 uint32_t TotalSize() const { return exits_end_ - header_start_; } in TotalSize() argument 52 uint32_t depth() const { return depth_; } in depth() argument 92 outer_loops() const outer_loops() argument 95 inner_loops() const inner_loops() argument 106 LoopNum(const Loop* loop) const LoopNum() argument 146 zone() const zone() argument [all...] |
| H A D | memory-optimizer.cc | 479 graph() const graph() argument [all...] |
| H A D | wasm-inlining.h | 84 Zone* zone() const { return mcgraph_->zone(); } in zone() argument 85 CommonOperatorBuilder* common() const { return mcgraph_->common(); } in common() argument 86 Graph* graph() const { return mcgraph_->graph(); } in graph() argument 87 MachineGraph* mcgraph() const { return mcgraph_; } in mcgraph() argument [all...] |
| /third_party/node/deps/v8/src/compiler-dispatcher/ |
| H A D | lazy-compile-dispatcher.cc | 187 IsEnqueued( Handle<SharedFunctionInfo> function) const IsEnqueued() argument 374 GetJobFor( Handle<SharedFunctionInfo> shared, const base::MutexGuard&) const GetJobFor() argument
|
| /third_party/node/deps/v8/src/d8/ |
| H A D | async-hooks-wrapper.cc | 86 v8::Local<v8::Function> AsyncHooksWrap::init_function() const { in init_function() argument 92 v8::Local<v8::Function> AsyncHooksWrap::before_function() const { in before_function() argument 98 v8::Local<v8::Function> AsyncHooksWrap::after_function() const { in after_function() argument 104 v8::Local<v8::Function> AsyncHooksWrap::promiseResolve_function() const { in promiseResolve_function() argument 112 async_id_t AsyncHooks::GetExecutionAsyncId() const { in GetExecutionAsyncId() argument 116 async_id_t AsyncHooks::GetTriggerAsyncId() const { in GetTriggerAsyncId() argument [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-scopes.h | 58 bool Done() const { return context_.is_null(); } in Done() argument 91 GetScript() const GetScript() argument 102 InInnerScope() const InInnerScope() argument 105 CurrentContext() const CurrentContext() argument 129 GetFrame() const GetFrame() argument [all...] |
| /third_party/node/deps/v8/src/ast/ |
| H A D | modules.cc | 18 operator ()( const AstRawString* lhs, const AstRawString* rhs) const operator ()() argument 23 operator ()( const AstModuleRequest* lhs, const AstModuleRequest* rhs) const operator ()() argument 129 Serialize( IsolateT* isolate) const Serialize() argument 158 Serialize( IsolateT* isolate) const Serialize() argument 173 SerializeRegularExports( IsolateT* isolate, Zone* zone) const SerializeRegularExports() argument 324 FindDuplicateExport(Zone* zone) const FindDuplicateExport() argument [all...] |
| H A D | modules.h | 138 specifier() const specifier() argument 139 import_assertions() const import_assertions() argument 143 position() const position() argument 144 index() const index() argument 177 module_requests() const module_requests() argument 180 namespace_imports() const namespace_imports() argument 185 regular_imports() const regular_imports() argument 188 special_exports() const special_exports() argument 194 regular_exports() const regular_exports() argument [all...] |
| /third_party/node/deps/v8/src/codegen/ |
| H A D | optimized-compilation-info.cc | 139 std::unique_ptr<char[]> OptimizedCompilationInfo::GetDebugName() const { in GetDebugName() argument 151 StackFrame::Type OptimizedCompilationInfo::GetOutputStackFrameType() const { in GetOutputStackFrameType() argument 191 bool OptimizedCompilationInfo::has_context() const { in has_context() argument 195 Context OptimizedCompilationInfo::context() const { in context() argument 200 bool OptimizedCompilationInfo::has_native_context() const { in has_native_context() argument 204 NativeContext OptimizedCompilationInfo::native_context() const { in native_context() argument 209 bool OptimizedCompilationInfo::has_global_object() const { in has_global_object() argument 213 JSGlobalObject OptimizedCompilationInfo::global_object() const { in global_object() argument [all...] |
| H A D | safepoint-table.cc | 52 SafepointEntry SafepointTable::FindEntry(Address pc) const { in FindEntry() argument 76 void SafepointTable::Print(std::ostream& os) const { in Print() argument [all...] |
| H A D | signature.h | 31 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...] |
| /third_party/node/deps/v8/src/base/ |
| H A D | region-allocator.cc | 351 void RegionAllocator::Region::Print(std::ostream& os) const { in Print() argument 358 void RegionAllocator::Print(std::ostream& os) const { in Print() argument
|
| H A D | threaded-list.h | 148 bool operator==(const Iterator& other) const { in operator ==() argument 151 bool operator!=(const Iterator& other) const { in operator !=() argument 199 operator ==(const ConstIterator& other) const operator ==() argument 202 operator !=(const ConstIterator& other) const operator !=() argument 205 operator *() const operator *() argument 218 begin() const begin() argument 219 end() const end() argument 239 is_empty() const is_empty() argument 241 first() const first() argument [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins.h | 214 bool is_initialized() const { return initialized_; } in is_initialized() argument 266 int js_entry_handler_offset() const { in js_entry_handler_offset() argument [all...] |
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | assembler-arm64.h | 53 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 D | assembler-mips64-inl.h | 53 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/include/v8-include/cppgc/internal/ |
| H A D | member-storage.h | 85 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 D | v8-object.h | 125 get_private() const get_private() argument [all...] |
| H A D | v8-persistent-handle.h | 57 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...] |
| /third_party/node/deps/v8/include/ |
| H A D | v8-object.h | 127 get_private() const get_private() argument [all...] |
| H A D | v8-persistent-handle.h | 55 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...] |