Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage_test.cc116 ASSERT_EQ(same_src_map, lhs->GetMethodInfo().data() == rhs->GetMethodInfo().data()) in TEST()
/art/compiler/
Doat_writer.cc828 CHECK(compiled_method->GetMethodInfo().empty()); in VisitMethod()
919 if (UNLIKELY(lhs->GetMethodInfo().data() != rhs->GetMethodInfo().data())) { in operator ()()
920 return lhs->GetMethodInfo().data() < rhs->GetMethodInfo().data(); in operator ()()
1008 ArrayRef<const uint8_t> map = compiled_method->GetMethodInfo(); in VisitMethod()
1633 DCHECK((compiled_method->GetMethodInfo().size() == 0u && map_offset == 0u) || in VisitMethod()
1634 (compiled_method->GetMethodInfo().size() != 0u && map_offset != 0u)) in VisitMethod()
1635 << compiled_method->GetMethodInfo().size() << " " << map_offset << " " in VisitMethod()
1643 ArrayRef<const uint8_t> map = compiled_method->GetMethodInfo(); in VisitMethod()
Dcommon_compiler_test.cc63 ArrayRef<const uint8_t> method_info = compiled_method->GetMethodInfo(); in MakeExecutable()
Dcompiled_method.h430 ArrayRef<const uint8_t> GetMethodInfo() const { in GetMethodInfo() function