Home
last modified time | relevance | path

Searched refs:AliasedFloat64Array (Results 1 – 11 of 11) sorted by relevance

/third_party/node/src/
Dnode_v8.h21 AliasedFloat64Array heap_statistics_buffer;
22 AliasedFloat64Array heap_space_statistics_buffer;
23 AliasedFloat64Array heap_code_statistics_buffer;
Dnode_http2_state.h119 AliasedFloat64Array session_state_buffer;
120 AliasedFloat64Array stream_state_buffer;
121 AliasedFloat64Array stream_stats_buffer;
122 AliasedFloat64Array session_stats_buffer;
Dnode_v8.cc131 AliasedFloat64Array& buffer = data->heap_statistics_buffer; in UpdateHeapStatisticsBuffer()
146 AliasedFloat64Array& buffer = data->heap_space_statistics_buffer; in UpdateHeapSpaceStatisticsBuffer()
157 AliasedFloat64Array& buffer = data->heap_code_statistics_buffer; in UpdateHeapCodeStatisticsBuffer()
Dnode_perf_common.h77 AliasedFloat64Array milestones;
Daliased_buffer.h257 typedef AliasedBufferBase<double, v8::Float64Array> AliasedFloat64Array; typedef
Denv.h654 inline AliasedFloat64Array& async_id_fields();
655 inline AliasedFloat64Array& async_ids_stack();
713 AliasedFloat64Array async_ids_stack_;
718 AliasedFloat64Array async_id_fields_;
Dnode_file-inl.h236 return FSReqPromise<AliasedFloat64Array>::New(binding_data, use_bigint); in GetReqWrap()
Dnode_file.h24 AliasedFloat64Array stats_field_array;
Denv-inl.h100 inline AliasedFloat64Array& AsyncHooks::async_id_fields() { in async_id_fields()
104 inline AliasedFloat64Array& AsyncHooks::async_ids_stack() { in async_ids_stack()
Dnode_http2.cc555 AliasedFloat64Array& buffer = entry->http2_state()->stream_stats_buffer; in EmitStatistics()
593 AliasedFloat64Array& buffer = entry->http2_state()->session_stats_buffer; in EmitStatistics()
2502 AliasedFloat64Array& buffer = session->http2_state()->session_state_buffer; in RefreshState()
2764 AliasedFloat64Array& buffer = in RefreshState()
Dnode_perf.cc171 AliasedFloat64Array& milestones = env->performance_state()->milestones; in Measure()