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

/art/runtime/
H A Doat_file-inl.h25 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode());
42 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode());
58 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode());
66 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode());
74 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode());
82 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode());
133 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode());
145 const void* code = ArtMethod::EntryPointToCodePointer(GetQuickCode());
H A Doat_file.h107 const void* GetQuickCode() const { function in class:art::FINAL::FINAL
H A Doat_file.cc752 method->SetEntryPointFromQuickCompiledCode(GetQuickCode());
H A Dclass_linker.cc2071 auto* code = oat_method.GetQuickCode();
2097 return oat_method.GetQuickCode();
2117 return oat_class.GetOatMethod(oat_method_idx).GetQuickCode();
2174 quick_code = oat_method.GetQuickCode();
/art/compiler/
H A Doat_test.cc53 EXPECT_TRUE(oat_method.GetQuickCode() == nullptr) << PrettyMethod(method) << " "
54 << oat_method.GetQuickCode();
59 const void* quick_oat_code = oat_method.GetQuickCode();
66 const SwapVector<uint8_t>* quick_code = compiled_method->GetQuickCode();
H A Doat_writer.cc376 const SwapVector<uint8_t>* quick_code = compiled_method->GetQuickCode();
504 if (lhs->GetQuickCode() != rhs->GetQuickCode()) {
505 return lhs->GetQuickCode() < rhs->GetQuickCode();
691 const SwapVector<uint8_t>* quick_code = compiled_method->GetQuickCode();
H A Dcompiled_method.h46 const SwapVector<uint8_t>* GetQuickCode() const { function in class:art::CompiledCode
H A Dcommon_compiler_test.cc56 const SwapVector<uint8_t>* code = compiled_method->GetQuickCode();
H A Dimage_writer.h275 const uint8_t* GetQuickCode(ArtMethod* method, bool* quick_is_interpreted)
H A Dimage_writer.cc1325 const uint8_t* ImageWriter::GetQuickCode(ArtMethod* method, bool* quick_is_interpreted) { function in class:art::ImageWriter
1378 return GetQuickCode(method, &quick_is_interpreted);
1425 const uint8_t* quick_code = GetQuickCode(orig, &quick_is_interpreted);
/art/compiler/linker/
H A Drelative_patcher_test.h95 const auto& code = *compiled_method->GetQuickCode();
127 ArrayRef<const uint8_t> code(*compiled_method->GetQuickCode());
166 CHECK_EQ(compiled_methods_[idx]->GetQuickCode()->size(), expected_code.size());
/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.cc87 DCHECK(compiled_method->GetQuickCode() != nullptr);
88 uint32_t quick_code_size = compiled_method->GetQuickCode()->size();
/art/compiler/jit/
H A Djit_compiler.cc186 const auto* quick_code = compiled_method->GetQuickCode();
211 const auto* quick_code = compiled_method->GetQuickCode();
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.cc76 ArrayRef<const uint8_t> code(*compiled_method->GetQuickCode());
H A Drelative_patcher_arm64_test.cc239 uint32_t method1_size = compiled_methods_[0]->GetQuickCode()->size();
/art/oatdump/
H A Doatdump.cc516 return oat_class.GetOatMethod(method_index).GetQuickCode();
938 const void* code = oat_method.GetQuickCode();
1165 const void* quick_code = oat_method.GetQuickCode();
1176 const void* quick_code = oat_method.GetQuickCode();
1327 const void* quick_code = oat_method.GetQuickCode();

Completed in 332 milliseconds