Home
last modified time | relevance | path

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

/art/compiler/
Doat_test.cc49 EXPECT_TRUE(oat_method.GetPortableCode() == NULL) << PrettyMethod(method) << " " in CheckMethod()
50 << oat_method.GetPortableCode(); in CheckMethod()
69 const void* portable_oat_code = oat_method.GetPortableCode(); in CheckMethod()
76 const std::vector<uint8_t>* portable_code = compiled_method->GetPortableCode(); in CheckMethod()
Dcompiled_method.h49 const std::vector<uint8_t>* GetPortableCode() const { in GetPortableCode() function
Delf_writer_mclinker.cc269 const std::vector<uint8_t>* code = compiled_code.GetPortableCode(); in AddCompiledCodeInput()
Dcommon_compiler_test.cc206 code = compiled_method->GetPortableCode(); in MakeExecutable()
Doat_writer.cc342 const std::vector<uint8_t>* portable_code = compiled_method->GetPortableCode(); in VisitMethod()
581 CHECK(compiled_method->GetPortableCode() == nullptr); in VisitMethod()
/art/runtime/
Doat_file.h100 const void* GetPortableCode() const { in GetPortableCode() function
Doat_file.cc596 method->SetEntryPointFromPortableCompiledCode(GetPortableCode()); in LinkMethod()
Dclass_linker.cc2447 result = oat_method.GetPortableCode(); in GetPortableOatCodeFor()
2484 return oat_class.GetOatMethod(oat_method_idx).GetPortableCode(); in GetPortableOatCodeFor()
2550 portable_code = oat_method.GetPortableCode(); in FixupStaticTrampolines()
/art/oatdump/
Doatdump.cc588 code = oat_method.GetPortableCode(); in DumpOatMethod()
754 const void* portable_code = oat_method.GetPortableCode(); in DumpGcMap()
916 const void* portable_code = oat_method.GetPortableCode(); in DumpCode()