Home
last modified time | relevance | path

Searched refs:ReadMethod (Results 1 – 4 of 4) sorted by relevance

/development/emulator/qtools/
Dtrace_reader_base.h101 inline bool ReadMethod(MethodRec *method_record);
263 bool ReadMethod(MethodRec *method_record);
319 inline bool TraceReaderBase::ReadMethod(MethodRec *method_record) in ReadMethod() function
321 return method_reader_->ReadMethod(method_record); in ReadMethod()
Dcallstack.h143 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()
Dtrace_reader.h1495 if (internal_method_reader_->ReadMethod(&next_method_)) { in FindCurrentMethod()
1539 if (internal_method_reader_->ReadMethod(&next_method_)) { in ReadMethodSymbol()
Dtrace_reader.cpp592 bool MethodReader::ReadMethod(MethodRec *method_record) in ReadMethod() function in MethodReader