Home
last modified time | relevance | path

Searched refs:sharp_type (Results 1 – 3 of 3) sorted by relevance

/art/compiler/driver/
Dcompiler_driver.cc1156 void CompilerDriver::GetCodeAndMethodForDirectCall(InvokeType* type, InvokeType sharp_type, in GetCodeAndMethodForDirectCall() argument
1176 if (sharp_type != kStatic && sharp_type != kDirect) { in GetCodeAndMethodForDirectCall()
1181 if (sharp_type != kStatic && sharp_type != kDirect) { in GetCodeAndMethodForDirectCall()
1249 *type = sharp_type; in GetCodeAndMethodForDirectCall()
1257 *type = sharp_type; in GetCodeAndMethodForDirectCall()
1264 *type = sharp_type; in GetCodeAndMethodForDirectCall()
Dcompiler_driver.h693 InvokeType sharp_type,
/art/compiler/dex/
Dmir_optimization.cc1274 InvokeType sharp_type = method_info.GetSharpType(); in InlineSpecialMethods() local
1275 if ((sharp_type != kDirect) && in InlineSpecialMethods()
1276 (sharp_type != kStatic || method_info.NeedsClassInitialization())) { in InlineSpecialMethods()
1285 … << sharp_type << ") call to \"" << PrettyMethod(target.dex_method_index, *target.dex_file) in InlineSpecialMethods()