Searched refs:GetMethodInfo (Results 1 - 5 of 5) sorted by relevance

/art/compiler/
H A Dcompiled_method-inl.h41 inline ArrayRef<const uint8_t> CompiledMethod::GetMethodInfo() const { function in class:art::CompiledMethod
H A Dcompiled_method.h163 ArrayRef<const uint8_t> GetMethodInfo() const;
H A Dcommon_compiler_test.cc65 ArrayRef<const uint8_t> method_info = compiled_method->GetMethodInfo();
/art/compiler/driver/
H A Dcompiled_method_storage_test.cc114 ASSERT_EQ(same_src_map, lhs->GetMethodInfo().data() == rhs->GetMethodInfo().data())
/art/dex2oat/linker/
H A Doat_writer.cc1410 if (UNLIKELY(lhs->GetMethodInfo().data() != rhs->GetMethodInfo().data())) {
1411 return lhs->GetMethodInfo().data() < rhs->GetMethodInfo().data();
1502 ArrayRef<const uint8_t> map = compiled_method->GetMethodInfo();
2167 DCHECK((compiled_method->GetMethodInfo().size() == 0u && map_offset == 0u) ||
2168 (compiled_method->GetMethodInfo().size() != 0u && map_offset != 0u))
2169 << compiled_method->GetMethodInfo().size() << " " << map_offset << " "
2177 ArrayRef<const uint8_t> map = compiled_method->GetMethodInfo();

Completed in 125 milliseconds