Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dprofile-data-reader.h23 uint32_t GetCounter(size_t block_id) const { in GetCounter() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-sync-07.kt30 class GetCounter(val response: CompletableDeferred<Int>) : CounterMsg() // a request with reply class
/external/perfetto/src/traced/probes/power/
Dandroid_power_data_source.cc59 base::Optional<int64_t> GetCounter(android_internal::BatteryCounter counter) { in GetCounter() function
/external/v8/src/logging/
Dcounters.h1189 RuntimeCallCounter* GetCounter(RuntimeCallCounterId counter_id) { in GetCounter() function
1192 RuntimeCallCounter* GetCounter(int counter_id) { in GetCounter() function
/external/vixl/src/aarch64/
Dinstrument-aarch64.cc222 Counter* Instrument::GetCounter(const char* name) { in GetCounter() function in vixl::aarch64::Instrument
/external/v8/src/d8/
Dd8.cc2068 Counter* Shell::GetCounter(const char* name, bool is_histogram) { in GetCounter() function in v8::Shell