Home
last modified time | relevance | path

Searched defs:const (Results 11676 - 11700 of 18124) sorted by relevance

1...<<461462463464465466467468469470>>...725

/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-scheduler.h72 int latency() const { return latency_; } in latency() argument
74 int total_latency() const { return total_latency_; } in total_latency() argument
77 int start_cycle() const { return start_cycle_; } in start_cycle() argument
113 bool IsEmpty() const { return nodes_.empty(); } in IsEmpty() argument
157 bool IsBarrier(const Instruction* instr) const { in IsBarrier() argument
163 HasSideEffect(const Instruction* instr) const HasSideEffect() argument
168 IsLoadOperation(const Instruction* instr) const IsLoadOperation() argument
172 CanTrap(const Instruction* instr) const CanTrap() argument
185 MayNeedDeoptOrTrapCheck(const Instruction* instr) const MayNeedDeoptOrTrapCheck() argument
191 DependsOnDeoptOrTrap(const Instruction* instr) const DependsOnDeoptOrTrap() argument
198 IsFixedRegisterParameter(const Instruction* instr) const IsFixedRegisterParameter() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.h34 int parameter_count() const { return parameter_count_; } in parameter_count() argument
35 int local_count() const { return bit_vector_->length() - parameter_count_; } in local_count() argument
53 int suspend_id() const { return suspend_id_; } in suspend_id() argument
54 int target_offset() const { retur in suspend_id() argument
55 is_leaf() const is_leaf() argument
117 GetLoopInfos() const GetLoopInfos() argument
120 resume_jump_targets() const resume_jump_targets() argument
131 osr_entry_point() const osr_entry_point() argument
136 osr_bailout_id() const osr_bailout_id() argument
139 liveness_analyzed() const liveness_analyzed() argument
143 bytecode_count() const bytecode_count() argument
164 zone() const zone() argument
165 bytecode_array() const bytecode_array() argument
170 liveness_map() const liveness_map() argument
[all...]
H A Dbytecode-liveness-map.h24 int operator*() const { in operator *() argument
32 bool operator!=(const Iterator& other) const { return it_ != other.it_; } in operator !=() argument
62 bool RegisterIsLive(int index) const { in RegisterIsLive() argument
68 bool AccumulatorIsLive() const { retur argument
70 Equals(const BytecodeLivenessState& other) const Equals() argument
104 register_count() const register_count() argument
107 live_value_count() const live_value_count() argument
109 begin() const begin() argument
111 end() const end() argument
151 GetLiveness(int offset) const GetLiveness() argument
160 GetInLiveness(int offset) const GetInLiveness() argument
167 GetOutLiveness(int offset) const GetOutLiveness() argument
[all...]
H A Dgraph-reducer.h37 Node* replacement() const { return replacement_; } in replacement() argument
38 bool Changed() const { return replacement() != nullptr; } in Changed() argument
39 Reduction FollowedBy(Reduction next) const { in FollowedBy() argument
150 Graph* graph() const { return graph_; } in graph() argument
[all...]
H A Dloop-variable-optimizer.h22 Node* phi() const { return phi_; } in phi() argument
23 Node* effect_phi() const { return effect_phi_; } in effect_phi() argument
24 Node* arith() const { return arith_; } in arith() argument
25 Node* increment() const { return increment_; } in increment() argument
26 Node* init_value() const { return init_value_; } in init_value() argument
[all...]
H A Dnode-origin-table.h41 int64_t created_from() const { return created_from_; } in created_from() argument
42 const char* reducer_name() const { return reducer_name_; } in reducer_name() argument
43 const cha in reducer_name() argument
45 origin_kind() const origin_kind() argument
47 operator ==(const NodeOrigin& o) const operator ==() argument
[all...]
H A Dredundancy-elimination.cc77 Equals( EffectPathChecks const* that) const Equals() argument
120 AddCheck(Zone* zone, Node* node) const AddCheck() argument
226 LookupCheck(Node* node) const LookupCheck() argument
236 LookupBoundsCheckFor( Node* node) const LookupBoundsCheckFor() argument
250 Get(Node* node) const Get() argument
[all...]
H A Dproperty-access-builder.cc25 Graph* PropertyAccessBuilder::graph() const { return jsgraph()->graph(); } in graph() argument
27 Isolate* PropertyAccessBuilder::isolate() const { return jsgraph()->isolate(); } in isolate() argument
29 CommonOperatorBuilder* PropertyAccessBuilder::common() const { in common() argument
33 SimplifiedOperatorBuilder* PropertyAccessBuilder::simplified() const { in simplified() argument
[all...]
H A Dprocessed-feedback.h43 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 Descape-analysis-reducer.cc210 void EscapeAnalysisReducer::VerifyReplacement() const { in VerifyReplacement() argument
[all...]
H A Djs-inlining-heuristic.h43 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 Dload-elimination.h61 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 Dloop-analysis.h46 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 Dmemory-optimizer.cc479 graph() const graph() argument
[all...]
H A Dwasm-inlining.h84 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 Dlazy-compile-dispatcher.cc187 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 Dasync-hooks-wrapper.cc86 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 Ddebug-scopes.h58 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 Dmodules.cc18 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 Dmodules.h138 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 Doptimized-compilation-info.cc139 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 Dsafepoint-table.cc52 SafepointEntry SafepointTable::FindEntry(Address pc) const { in FindEntry() argument
76 void SafepointTable::Print(std::ostream& os) const { in Print() argument
[all...]
/third_party/node/deps/v8/src/base/
H A Dregion-allocator.cc351 void RegionAllocator::Region::Print(std::ostream& os) const { in Print() argument
358 void RegionAllocator::Print(std::ostream& os) const { in Print() argument
H A Dthreaded-list.h148 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 Dbuiltins.h214 bool is_initialized() const { return initialized_; } in is_initialized() argument
266 int js_entry_handler_offset() const { in js_entry_handler_offset() argument
[all...]

Completed in 20 milliseconds

1...<<461462463464465466467468469470>>...725