Home
last modified time | relevance | path

Searched refs:kKindBCP (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dstack_map_stream.cc247 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()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h98 << (method_info.GetDexFileIndexKind() == MethodInfo::kKindBCP) << std::noboolalpha in GetResolvedMethodErrorString()
142 if (method_info.GetDexFileIndexKind() == MethodInfo::kKindBCP) { in GetResolvedMethod()
/art/runtime/oat/
Dstack_map.cc301 << (method_info.GetDexFileIndexKind() == MethodInfo::kKindBCP) in Dump()
Dstack_map.h279 static constexpr uint32_t kKindBCP = 0; variable