Searched refs:AddSamples (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jit/
H A Djit_instrumentation.h49 void AddSamples(Thread* self, ArtMethod* method, size_t samples)
72 instrumentation_cache_->AddSamples(thread, method, 1);
97 instrumentation_cache_->AddSamples(thread, method, 1);
H A Djit_instrumentation.cc76 void JitInstrumentationCache::AddSamples(Thread* self, ArtMethod* method, size_t count) { function in class:art::jit::JitInstrumentationCache

Completed in 24 milliseconds