Home
last modified time | relevance | path

Searched defs:EngineImpl (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dc-api.cc281 struct EngineImpl { struct
282 static bool created;
284 std::unique_ptr<v8::Platform> platform;
287 static CounterCollection counters_;
288 static CounterMap* counter_map_;
290 static Counter* GetCounter(const char* name, bool is_histogram) { in GetCounter()
307 static int* LookupCounter(const char* name) { in LookupCounter()
317 static void* CreateHistogram(const char* name, int min, int max, in CreateHistogram()
322 static void AddHistogramSample(void* histogram, int sample) { in AddHistogramSample()
328 EngineImpl() { in EngineImpl() argument
[all …]