Searched refs:kKindBCP (Results 1 – 4 of 4) sorted by relevance
247 is_in_bootclasspath = MethodInfo::kKindBCP; in BeginInlineInfoEntry()281 method_info.GetDexFileIndexKind() == MethodInfo::kKindBCP); in BeginInlineInfoEntry()286 CHECK_EQ(method_info.GetDexFileIndexKind(), MethodInfo::kKindBCP); in BeginInlineInfoEntry()
98 << (method_info.GetDexFileIndexKind() == MethodInfo::kKindBCP) << std::noboolalpha in GetResolvedMethodErrorString()142 if (method_info.GetDexFileIndexKind() == MethodInfo::kKindBCP) { in GetResolvedMethod()
301 << (method_info.GetDexFileIndexKind() == MethodInfo::kKindBCP) in Dump()
279 static constexpr uint32_t kKindBCP = 0; variable