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 SwapVector<uint8_t>* portable_code = compiled_method->GetPortableCode(); in CheckMethod()
Dcompiled_method.h51 const SwapVector<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.cc201 code = compiled_method->GetPortableCode(); in MakeExecutable()
Doat_writer.cc345 const SwapVector<uint8_t>* portable_code = compiled_method->GetPortableCode(); in VisitMethod()
588 CHECK(compiled_method->GetPortableCode() == nullptr); in VisitMethod()
/art/runtime/
Doat_file.h100 const void* GetPortableCode() const { in GetPortableCode() function
Doat_file.cc598 method->SetEntryPointFromPortableCompiledCode(GetPortableCode()); in LinkMethod()
Dclass_linker.cc2474 result = oat_method.GetPortableCode(); in GetPortableOatCodeFor()
2520 return oat_class.GetOatMethod(oat_method_idx).GetPortableCode(); in GetPortableOatCodeFor()
2586 portable_code = oat_method.GetPortableCode(); in FixupStaticTrampolines()
/art/oatdump/
Doatdump.cc595 code = oat_method.GetPortableCode(); in DumpOatMethod()
761 const void* portable_code = oat_method.GetPortableCode(); in DumpGcMap()
923 const void* portable_code = oat_method.GetPortableCode(); in DumpCode()