Searched refs:GetPortableCode (Results 1 – 9 of 9) sorted by relevance
49 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()
51 const SwapVector<uint8_t>* GetPortableCode() const { in GetPortableCode() function
269 const std::vector<uint8_t>* code = compiled_code.GetPortableCode(); in AddCompiledCodeInput()
201 code = compiled_method->GetPortableCode(); in MakeExecutable()
345 const SwapVector<uint8_t>* portable_code = compiled_method->GetPortableCode(); in VisitMethod()588 CHECK(compiled_method->GetPortableCode() == nullptr); in VisitMethod()
100 const void* GetPortableCode() const { in GetPortableCode() function
598 method->SetEntryPointFromPortableCompiledCode(GetPortableCode()); in LinkMethod()
2474 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()
595 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()