Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 3 of 3) sorted by relevance

/art/dex2oat/linker/
Dimage_test.h105 ArtMethod* FindCopiedMethod(ArtMethod* origin, ObjPtr<mirror::Class> klass) in FindCopiedMethod() argument
109 if (strcmp(origin->GetName(), m.GetName()) == 0 && in FindCopiedMethod()
110 origin->GetSignature() == m.GetSignature()) { in FindCopiedMethod()
Doat_writer.cc1521 ArtMethod* origin = declaring_class->FindClassMethod( in StartClass() local
1525 CHECK(origin != nullptr); in StartClass()
1526 CHECK(!origin->IsDirect()); in StartClass()
1527 CHECK(origin->GetDeclaringClass() == declaring_class); in StartClass()
1530 origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_); in StartClass()
1532 methods_to_process_.push_back(std::make_pair(&method, origin)); in StartClass()
1607 ArtMethod* origin = p.second; in Postprocess() local
1609 origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_); in Postprocess()
/art/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.