| /third_party/node/deps/v8/src/wasm/ |
| H A D | function-compiler.h | 45 bool succeeded() const { return code_desc.buffer != nullptr; } in succeeded() argument 46 bool failed() const { return !succeeded(); } in failed() argument 47 operator bool() const { return succeeded(); } in operator bool() argument 74 ExecutionTier tier() const { return tier_; } in tier() argument 75 ForDebugging for_debugging() const { return for_debugging_; } in for_debugging() argument 76 int func_index() const { return func_index_; } in func_index() argument 112 isolate() const isolate() argument 117 is_import() const is_import() argument 118 sig() const sig() argument [all...] |
| H A D | wasm-debug.h | 85 int pc_offset() const { return pc_offset_; } in pc_offset() argument 88 int stack_height() const { return stack_height_; } in stack_height() argument 90 base::Vector<const Value> changed_values() const { in changed_values() argument 94 FindChangedValue(int stack_index) const FindChangedValue() argument 124 GetEntry(int pc_offset) const GetEntry() argument 132 FindValue(const Entry* entry, int stack_index) const FindValue() argument 147 entries() const entries() argument 151 num_locals() const num_locals() argument [all...] |
| H A D | wasm-linkage.h | 160 bool CanAllocateGP() const { return gp_offset_ < gp_count_; } in CanAllocateGP() argument 161 bool CanAllocateFP(MachineRepresentation rep) const { in CanAllocateFP() argument 242 int NumStackSlots() const { return slot_allocator_.Size(); } in NumStackSlots() argument [all...] |
| H A D | struct-types.h | 33 uint32_t field_count() const { return field_count_; } in field_count() argument 35 ValueType field(uint32_t index) const { in field() argument 40 bool mutability(uint32_t index) const { in mutability() argument 46 base::iterator_range<const ValueType*> fields() const { in fields() argument 49 base::iterator_range<const bool*> mutabilities() const { in mutabilities() argument 53 bool operator==(const StructTyp argument 61 operator !=(const StructType& other) const operator !=() argument 63 field_offset(uint32_t index) const field_offset() argument 68 total_fields_size() const total_fields_size() argument 132 element_type() const element_type() argument 133 mutability() const mutability() argument 135 operator ==(const ArrayType& other) const operator ==() argument 138 operator !=(const ArrayType& other) const operator !=() argument [all...] |
| /third_party/node/deps/v8/src/zone/ |
| H A D | zone-handle-set.h | 24 bool is_empty() const { return data_ == kEmptyTag; } in is_empty() argument 26 size_t size() const { in size() argument 32 Handle<T> at(size_t i) const { in at() argument 41 Handle<T> operator[](size_t i) const { return at(i); } in operator []() argument 84 bool contains(ZoneHandleSet<T> const& other) const { in contains() argument 106 contains(Handle<T> other) const contains() argument 162 list() const list() argument 167 singleton() const singleton() argument [all...] |
| /third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
| H A D | json_test.cc | 360 std::string str() const { return status_.ok() ? log_.str() : ""; } in str() argument 362 std::vector<std::vector<uint16_t>> raw_log_string16() const { in raw_log_string16() argument 366 Status status() const { return status_; } in status() argument
|
| /third_party/node/src/inspector/ |
| H A D | worker_inspector.h | 72 const std::string& url() const { retur in WaitForConnect() argument [all...] |
| /third_party/node/src/ |
| H A D | memory_tracker-inl.h | 297 CurrentNode() const CurrentNode() argument [all...] |
| H A D | node_http_common-inl.h | 80 std::string NgHeaderBase<allocator_t>::ToString() const { in ToString() argument 145 void NgHeader<T>::MemoryInfo(MemoryTracker* tracker) const { in MemoryInfo() argument 180 std::string NgHeader<T>::name() const { in name() argument 185 std::string NgHeader<T>::value() const { in value() argument 190 size_t NgHeader<T>::length() const { in length() argument 151 GetName( NgHeader<T>::allocator_t* allocator) const GetName() argument 174 GetValue( NgHeader<T>::allocator_t* allocator) const GetValue() argument 195 flags() const flags() argument [all...] |
| H A D | node_messaging.h | 96 const std::vector<std::unique_ptr<TransferData>>& transferables() const { in transferables() argument 99 bool has_transferables() const { in has_transferables() argument 148 name() const name() argument 150 size() const size() argument [all...] |
| H A D | node_realm.cc | 39 void Realm::MemoryInfo(MemoryTracker* tracker) const { in MemoryInfo() argument
|
| H A D | node_sockaddr.h | 171 address() const address() argument 226 size() const size() argument 227 max_size() const max_size() argument 267 size() const size() argument [all...] |
| H A D | node_trace_events.cc | 41 const std::set<std::string>& GetCategories() const { return categories_; } in GetCategories() argument [all...] |
| H A D | node_wasm_web_api.cc | 53 void WasmStreamingObject::MemoryInfo(MemoryTracker* tracker) const { in MemoryInfo() argument [all...] |
| H A D | node_worker.h | 61 const SnapshotData* snapshot_data() const { return snapshot_data_; } in snapshot_data() argument [all...] |
| /third_party/node/src/quic/ |
| H A D | bindingdata.cc | 47 void BindingData::CheckAllocatedSize(size_t previous_size) const { in CheckAllocatedSize() argument 77 void BindingData::MemoryInfo(MemoryTracker* tracker) const { in MemoryInfo() argument
|
| H A D | sessionticket.cc | 83 MaybeLocal<Object> SessionTicket::encode(Environment* env) const { in encode() argument 99 const uv_buf_t SessionTicket::ticket() const { in ticket() argument 103 const ngtcp2_vec SessionTicket::transport_params() const { in transport_params() argument 107 void SessionTicket::MemoryInfo(MemoryTracker* tracker) const { in MemoryInfo() argument 147 std::optional<const uv_buf_t> SessionTicket::AppData::Get() const { in Get() argument [all...] |
| H A D | logstream.cc | 138 void LogStream::MemoryInfo(MemoryTracker* tracker) const { in MemoryInfo() argument
|
| /third_party/node/src/tracing/ |
| H A D | node_trace_buffer.cc | 81 MakeHandle( size_t chunk_index, uint32_t chunk_seq, size_t event_index) const MakeHandle() argument 87 ExtractHandle( uint64_t handle, uint32_t* buffer_id, size_t* chunk_index, uint32_t* chunk_seq, size_t* event_index) const ExtractHandle() argument
|
| H A D | traced_value.cc | 215 AppendAsTraceFormat(std::string* out) const AppendAsTraceFormat() argument [all...] |
| /third_party/node/test/cctest/ |
| H A D | node_test_fixture.h | 179 node::Environment* operator*() const { in operator *() argument 183 v8::Local<v8::Context> context() const { in context() argument [all...] |
| /third_party/nghttp2/src/ |
| H A D | shrpx_downstream_queue.cc | 78 StringRef DownstreamQueue::make_host_key(const StringRef &host) const { in make_host_key() argument 82 StringRef DownstreamQueue::make_host_key(Downstream *downstream) const { in make_host_key() argument 103 bool DownstreamQueue::can_activate(const StringRef &host) const { in can_activate() argument 171 Downstream *DownstreamQueue::get_downstreams() const { in get_downstreams() argument
|
| H A D | shrpx_router.cc | 314 match(const StringRef &host, const StringRef &path) const match() argument 333 match(const StringRef &s) const match() argument 391 match_prefix(size_t *nread, const RNode **last_node, const StringRef &s) const match_prefix() argument 418 dump() const dump() argument [all...] |
| H A D | HtmlParser.cc | 211 get_links() const get_links() argument [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | hash.h | 200 count() const count() argument 217 get(const UnicodeString& key) const get() argument 221 geti(const UnicodeString& key) const geti() argument 225 getiAndFound(const UnicodeString& key, UBool &found) const getiAndFound() argument 237 containsKey(const UnicodeString& key) const containsKey() argument 241 find(const UnicodeString& key) const find() argument 245 nextElement(int32_t& pos) const nextElement() argument 261 equals(const Hashtable& that) const equals() argument [all...] |