Lines Matching defs:method
97 mirror::ArtMethod* method = thread->GetCurrentMethod(nullptr); in GetSample() local
406 bool BackgroundMethodSamplingProfiler::ProcessMethod(mirror::ArtMethod* method) { in ProcessMethod()
441 void BackgroundMethodSamplingProfiler::RecordMethod(mirror::ArtMethod* method) { in RecordMethod()
454 mirror::ArtMethod* method = stack.front().first; in RecordStack() local
488 void ProfileSampleResults::Put(mirror::ArtMethod* method) { in Put()
523 mirror::ArtMethod* method = inst_loc.first; in PutStack() local
552 MethodReference method = current->GetMethod(); in PutStack() local
583 mirror::ArtMethod *method = meth_iter.first; in Write() local
608 MethodReference method = method_iter.first; in Write() local
715 uint32_t ProfileSampleResults::Hash(mirror::ArtMethod* method) { in Hash()
894 StackTrieNode* StackTrieNode::FindChild(MethodReference method, uint32_t dex_pc) { in FindChild()