Searched refs:ReadMethod (Results 1 – 4 of 4) sorted by relevance
101 inline bool ReadMethod(MethodRec *method_record);263 bool ReadMethod(MethodRec *method_record);319 inline bool TraceReaderBase::ReadMethod(MethodRec *method_record) in ReadMethod() function321 return method_reader_->ReadMethod(method_record); in ReadMethod()
143 if (mTrace->ReadMethod(&sCurrentMethod)) { in CallStack()147 if (sNextMethod.time != ~0ull && mTrace->ReadMethod(&sNextMethod)) { in CallStack()731 if (mTrace->ReadMethod(&sNextMethod)) { in doMethodAction()754 if (sNextMethod.time != ~0ull && mTrace->ReadMethod(&sNextMethod)) { in doMethodAction()
1495 if (internal_method_reader_->ReadMethod(&next_method_)) { in FindCurrentMethod()1539 if (internal_method_reader_->ReadMethod(&next_method_)) { in ReadMethodSymbol()
592 bool MethodReader::ReadMethod(MethodRec *method_record) in ReadMethod() function in MethodReader