Home
last modified time | relevance | path

Searched refs:GetCode (Results 1 – 9 of 9) sorted by relevance

/art/compiler/
Doat_test.cc40 EXPECT_TRUE(oat_method.GetCode() == NULL) << PrettyMethod(method) << " " in CheckMethod()
41 << oat_method.GetCode(); in CheckMethod()
48 const void* oat_code = oat_method.GetCode(); in CheckMethod()
53 const std::vector<uint8_t>& code = compiled_method->GetCode(); in CheckMethod()
Dcompiled_method.h49 const std::vector<uint8_t>& GetCode() const { in GetCode() function
Delf_writer_mclinker.cc265 const std::vector<uint8_t>& code = compiled_code.GetCode(); in AddCompiledCodeInput()
Doat_writer.cc302 const std::vector<uint8_t>& code = compiled_method->GetCode(); in InitOatCodeMethod()
691 const std::vector<uint8_t>& code = compiled_method->GetCode(); in WriteCodeMethod()
/art/runtime/
Doat_file.cc455 const void* OatFile::OatMethod::GetCode() const { in GetCode() function in art::OatFile::OatMethod
467 uintptr_t code = reinterpret_cast<uint32_t>(GetCode()); in GetCodeSize()
480 method->SetEntryPointFromCompiledCode(GetCode()); in LinkMethod()
Doat_file.h97 const void* GetCode() const;
Dcommon_test.h198 const std::vector<uint8_t>& code = compiled_method->GetCode(); in MakeExecutable()
Dclass_linker.cc1597 const void* result = GetOatMethodFor(method).GetCode(); in GetOatCodeFor()
1610 return oat_class->GetOatMethod(oat_method_idx).GetCode(); in GetOatCodeFor()
1663 const void* code = oat_class->GetOatMethod(method_index).GetCode(); in FixupStaticTrampolines()
/art/oatdump/
Doatdump.cc186 return oat_class->GetOatMethod(method_index).GetCode(); in GetOatCode()
359 oat_method.GetCode(), in DumpOatMethod()
362 oat_method.GetCode() != NULL ? "..." : ""); in DumpOatMethod()
447 const void* code = oat_method.GetCode(); in DumpGcMap()
474 const void* code = oat_method.GetCode(); in DumpMappingTable()
633 const void* code = oat_method.GetCode(); in DumpCode()