Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h25 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetOatQuickMethodHeader()
42 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetQuickCodeSize()
58 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetFrameSizeInBytes()
66 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetCoreSpillMask()
74 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetFpSpillMask()
82 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetGcMap()
133 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetMappingTable()
145 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode()); in GetVmapTable()
Doat_file.h107 const void* GetQuickCode() const { in GetQuickCode() function
Doat_file.cc752 method->SetEntryPointFromQuickCompiledCode(GetQuickCode()); in LinkMethod()
Dclass_linker.cc2071 auto* code = oat_method.GetQuickCode(); in GetQuickOatCodeFor()
2097 return oat_method.GetQuickCode(); in GetOatMethodQuickCodeFor()
2117 return oat_class.GetOatMethod(oat_method_idx).GetQuickCode(); in GetQuickOatCodeFor()
2174 quick_code = oat_method.GetQuickCode(); in FixupStaticTrampolines()
/art/compiler/
Doat_test.cc53 EXPECT_TRUE(oat_method.GetQuickCode() == nullptr) << PrettyMethod(method) << " " in CheckMethod()
54 << oat_method.GetQuickCode(); in CheckMethod()
59 const void* quick_oat_code = oat_method.GetQuickCode(); in CheckMethod()
66 const SwapVector<uint8_t>* quick_code = compiled_method->GetQuickCode(); in CheckMethod()
Doat_writer.cc376 const SwapVector<uint8_t>* quick_code = compiled_method->GetQuickCode(); in VisitMethod()
504 if (lhs->GetQuickCode() != rhs->GetQuickCode()) { in operator ()()
505 return lhs->GetQuickCode() < rhs->GetQuickCode(); in operator ()()
691 const SwapVector<uint8_t>* quick_code = compiled_method->GetQuickCode(); in VisitMethod()
Dcompiled_method.h46 const SwapVector<uint8_t>* GetQuickCode() const { in GetQuickCode() function
Dcommon_compiler_test.cc56 const SwapVector<uint8_t>* code = compiled_method->GetQuickCode(); in MakeExecutable()
Dimage_writer.h275 const uint8_t* GetQuickCode(ArtMethod* method, bool* quick_is_interpreted)
Dimage_writer.cc1325 const uint8_t* ImageWriter::GetQuickCode(ArtMethod* method, bool* quick_is_interpreted) { in GetQuickCode() function in art::ImageWriter
1378 return GetQuickCode(method, &quick_is_interpreted); in GetQuickEntryPoint()
1425 const uint8_t* quick_code = GetQuickCode(orig, &quick_is_interpreted); in CopyAndFixupMethod()
/art/compiler/linker/
Drelative_patcher_test.h95 const auto& code = *compiled_method->GetQuickCode(); in Link()
127 ArrayRef<const uint8_t> code(*compiled_method->GetQuickCode()); in Link()
166 CHECK_EQ(compiled_methods_[idx]->GetQuickCode()->size(), expected_code.size()); in CheckLinkedMethod()
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc87 DCHECK(compiled_method->GetQuickCode() != nullptr); in ReserveSpaceInternal()
88 uint32_t quick_code_size = compiled_method->GetQuickCode()->size(); in ReserveSpaceInternal()
/art/compiler/jit/
Djit_compiler.cc217 const auto* quick_code = compiled_method->GetQuickCode(); in WriteMethodHeaderAndCode()
242 const auto* quick_code = compiled_method->GetQuickCode(); in AddToCodeCache()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc76 ArrayRef<const uint8_t> code(*compiled_method->GetQuickCode()); in ReserveSpace()
Drelative_patcher_arm64_test.cc239 uint32_t method1_size = compiled_methods_[0]->GetQuickCode()->size(); in TestNopsAdrpInsn2LdrHasThunk()
/art/oatdump/
Doatdump.cc516 return oat_class.GetOatMethod(method_index).GetQuickCode(); in GetQuickOatCode()
938 const void* code = oat_method.GetQuickCode(); in DumpOatMethod()
1165 const void* quick_code = oat_method.GetQuickCode(); in DumpGcMap()
1176 const void* quick_code = oat_method.GetQuickCode(); in DumpMappingTable()
1327 const void* quick_code = oat_method.GetQuickCode(); in DumpCode()