Searched refs:sharp_type (Results 1 – 3 of 3) sorted by relevance
1156 void CompilerDriver::GetCodeAndMethodForDirectCall(InvokeType* type, InvokeType sharp_type, in GetCodeAndMethodForDirectCall() argument1176 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()
693 InvokeType sharp_type,
1274 InvokeType sharp_type = method_info.GetSharpType(); in InlineSpecialMethods() local1275 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()