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

/art/runtime/jit/
H A Djit.cc324 // There is a DCHECK in the 'AddSamples' method to ensure the tread pool
343 // A mutator in the 'AddSamples' method will check against it.
643 void Jit::AddSamples(Thread* self, ArtMethod* method, uint16_t count, bool with_backedges) { function in class:art::jit::Jit
738 AddSamples(thread, method, 1, /* with_backedges */false);

Completed in 48 milliseconds