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

/art/runtime/
H A Dclass_linker.h1025 // A wrapper class representing the result of a method translation used for linking methods and
1028 // 1) No translation is necessary. In this case there is no MethodTranslation object for it. This
1042 // When a method translation is unnecessary (case #1), we don't put it into the
1048 return MethodTranslation(Type::kConflict, /*translation*/nullptr);
1053 return MethodTranslation(Type::kAbstract, /*translation*/nullptr);
1056 // Use the given method as the current value for this vtable slot during translation.
1090 MethodTranslation(Type type, ArtMethod* translation) argument
1091 : translation_(translation), type_(type) {}

Completed in 6 milliseconds