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 std::vector<uint8_t>* portable_code = compiled_method->GetPortableCode(); in CheckMethod()
49 const std::vector<uint8_t>* GetPortableCode() const { in GetPortableCode() function
269 const std::vector<uint8_t>* code = compiled_code.GetPortableCode(); in AddCompiledCodeInput()
206 code = compiled_method->GetPortableCode(); in MakeExecutable()
342 const std::vector<uint8_t>* portable_code = compiled_method->GetPortableCode(); in VisitMethod()581 CHECK(compiled_method->GetPortableCode() == nullptr); in VisitMethod()
100 const void* GetPortableCode() const { in GetPortableCode() function
596 method->SetEntryPointFromPortableCompiledCode(GetPortableCode()); in LinkMethod()
2447 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()
588 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()