Searched refs:GetQuickCode (Results 1 – 16 of 16) sorted by relevance
53 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFrameSizeInBytes()61 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetCoreSpillMask()69 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFpSpillMask()113 inline const void* OatFile::OatMethod::GetQuickCode() const { in GetQuickCode() function
191 const void* GetQuickCode() const;
656 const void* oat_entry_point = oat_method.GetQuickCode(); in GetOatQuickMethodHeader()680 return oat_method.GetQuickCode(); in GetOatMethodQuickCode()
28 inline ArrayRef<const uint8_t> CompiledCode::GetQuickCode() const { in GetQuickCode() function
53 if (compiled_method != nullptr && compiled_method->GetQuickCode().size() != 0u) { in MakeExecutable()54 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode(); in MakeExecutable()
51 ArrayRef<const uint8_t> GetQuickCode() const;
86 ASSERT_EQ(same_code, lhs->GetQuickCode().data() == rhs->GetQuickCode().data()) in TEST()
136 const auto code = compiled_method->GetQuickCode(); in Link()167 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode(); in Link()226 CHECK_EQ(compiled_methods_[idx]->GetQuickCode().size(), expected_code.size()); in CheckLinkedMethod()
70 EXPECT_TRUE(oat_method.GetQuickCode() == nullptr) << method->PrettyMethod() << " " in CheckMethod()71 << oat_method.GetQuickCode(); in CheckMethod()76 const void* quick_oat_code = oat_method.GetQuickCode(); in CheckMethod()80 ArrayRef<const uint8_t> quick_code = compiled_method->GetQuickCode(); in CheckMethod()
873 return method != nullptr && !method->GetQuickCode().empty(); in HasCompiledCode()879 return method != nullptr && method->GetQuickCode().empty() && !method->GetVmapTable().empty(); in HasQuickeningInfo()1195 ArrayRef<const uint8_t> quick_code = compiled_method->GetQuickCode(); in VisitMethod()1307 ArrayRef<const uint8_t> quick_code = compiled_method->GetQuickCode(); in VisitMethod()1350 CHECK(!compiled_method->GetQuickCode().empty()); in VisitMethod()1422 if (lhs->GetQuickCode().data() != rhs->GetQuickCode().data()) { in operator ()()1423 return lhs->GetQuickCode().data() < rhs->GetQuickCode().data(); in operator ()()1603 compiled_method->GetQuickCode().size() != 0) { in VisitMethod()1718 ArrayRef<const uint8_t> quick_code = compiled_method->GetQuickCode(); in VisitMethod()
543 const uint8_t* GetQuickCode(ArtMethod* method, const ImageInfo& image_info)
3364 const uint8_t* ImageWriter::GetQuickCode(ArtMethod* method, const ImageInfo& image_info) { in GetQuickCode() function in art::linker::ImageWriter3457 quick_code = GetQuickCode(orig, image_info); in CopyAndFixupMethod()
125 ArrayRef<const uint8_t> code = compiled_method->GetQuickCode(); in ReserveSpace()
392 uint32_t method1_size = compiled_methods_[0]->GetQuickCode().size(); in TestNopsAdrpInsn2AndUseHasThunk()
296 uint32_t max_code_size = compiled_method->GetQuickCode().size() + max_extra_space; in ReserveSpaceInternal()
738 return oat_class.GetOatMethod(oat_method_index).GetQuickCode(); in GetQuickOatCode()1267 const void* code = oat_method.GetQuickCode(); in DumpOatMethod()1477 return oat_method.GetQuickCode() != nullptr && in IsMethodGeneratedByOptimizingCompiler()1490 return oat_method.GetQuickCode() == nullptr && in IsMethodGeneratedByDexToDexCompiler()1608 const void* quick_code = oat_method.GetQuickCode(); in DumpCode()