Home
last modified time | relevance | path

Searched refs:GetQuickCode (Results 1 – 12 of 12) sorted by relevance

/art/runtime/
Doat_file-inl.h25 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetOatQuickMethodHeader()
42 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetQuickCodeSize()
58 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetFrameSizeInBytes()
66 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetCoreSpillMask()
74 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetFpSpillMask()
82 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetGcMap()
133 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetMappingTable()
145 const void* code = mirror::ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetVmapTable()
Doat_file.h109 const void* GetQuickCode() const { in GetQuickCode() function
Doat_file.cc600 method->SetEntryPointFromQuickCompiledCode(GetQuickCode()); in LinkMethod()
Dclass_linker.cc2442 result = oat_method.GetQuickCode(); in GetQuickOatCodeFor()
2475 quick_code = oat_method.GetQuickCode(); in GetPortableOatCodeFor()
2499 return found ? oat_method.GetQuickCode() : nullptr; in GetOatMethodQuickCodeFor()
2509 return oat_class.GetOatMethod(oat_method_idx).GetQuickCode(); in GetQuickOatCodeFor()
2587 quick_code = oat_method.GetQuickCode(); in FixupStaticTrampolines()
/art/compiler/
Doat_test.cc47 EXPECT_TRUE(oat_method.GetQuickCode() == NULL) << PrettyMethod(method) << " " in CheckMethod()
48 << oat_method.GetQuickCode(); in CheckMethod()
55 const void* quick_oat_code = oat_method.GetQuickCode(); in CheckMethod()
62 const SwapVector<uint8_t>* quick_code = compiled_method->GetQuickCode(); in CheckMethod()
Doat_writer.h310 if (lhs->GetQuickCode() != rhs->GetQuickCode()) { in operator()
311 return lhs->GetQuickCode() < rhs->GetQuickCode(); in operator()
Dcompiled_method.h55 const SwapVector<uint8_t>* GetQuickCode() const { in GetQuickCode() function
Dimage_writer.h226 const byte* GetQuickCode(mirror::ArtMethod* method, bool* quick_is_interpreted)
Dimage_writer.cc1076 const byte* ImageWriter::GetQuickCode(mirror::ArtMethod* method, bool* quick_is_interpreted) { in GetQuickCode() function in art::ImageWriter
1123 return GetQuickCode(method, &quick_is_interpreted); in GetQuickEntryPoint()
1178 const byte* quick_code = GetQuickCode(orig, &quick_is_interpreted); in FixupMethod()
Dcommon_compiler_test.cc165 const SwapVector<uint8_t>* code = compiled_method->GetQuickCode(); in MakeExecutable()
Doat_writer.cc346 const SwapVector<uint8_t>* quick_code = compiled_method->GetQuickCode(); in VisitMethod()
586 const SwapVector<uint8_t>* quick_code = compiled_method->GetQuickCode(); in VisitMethod()
/art/oatdump/
Doatdump.cc294 return oat_class.GetOatMethod(method_index).GetQuickCode(); in GetQuickOatCode()
592 const void* code = oat_method.GetQuickCode(); in DumpOatMethod()
751 const void* quick_code = oat_method.GetQuickCode(); in DumpGcMap()
773 const void* quick_code = oat_method.GetQuickCode(); in DumpMappingTable()
924 const void* quick_code = oat_method.GetQuickCode(); in DumpCode()