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

/art/runtime/
H A Druntime.h371 enum CalleeSaveType { enum in class:art::Runtime
378 bool HasCalleeSaveMethod(CalleeSaveType type) const {
382 ArtMethod* GetCalleeSaveMethod(CalleeSaveType type)
385 ArtMethod* GetCalleeSaveMethodUnchecked(CalleeSaveType type)
388 QuickMethodFrameInfo GetCalleeSaveMethodFrameInfo(CalleeSaveType type) const {
395 static size_t GetCalleeSaveMethodOffset(CalleeSaveType type) {
405 void SetCalleeSaveMethod(ArtMethod* method, CalleeSaveType type);
742 std::ostream& operator<<(std::ostream& os, const Runtime::CalleeSaveType& rhs);

Completed in 60 milliseconds