Searched refs:GetCode (Results 1 – 9 of 9) sorted by relevance
40 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()
49 const std::vector<uint8_t>& GetCode() const { in GetCode() function
265 const std::vector<uint8_t>& code = compiled_code.GetCode(); in AddCompiledCodeInput()
302 const std::vector<uint8_t>& code = compiled_method->GetCode(); in InitOatCodeMethod()691 const std::vector<uint8_t>& code = compiled_method->GetCode(); in WriteCodeMethod()
455 const void* OatFile::OatMethod::GetCode() const { in GetCode() function in art::OatFile::OatMethod467 uintptr_t code = reinterpret_cast<uint32_t>(GetCode()); in GetCodeSize()480 method->SetEntryPointFromCompiledCode(GetCode()); in LinkMethod()
97 const void* GetCode() const;
198 const std::vector<uint8_t>& code = compiled_method->GetCode(); in MakeExecutable()
1597 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()
186 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()