Home | History | Annotate | Download | only in linker

Lines Matching defs:origin

1540   // an origin method to a copied method only if they are
1541 // in the same oat file. If the origin and the copied methods are
1556 // Find origin method. Declaring class and dex_method_idx
1557 // in the copied method should be the same as in the origin
1560 ArtMethod* origin = declaring_class->FindClassMethod(
1564 CHECK(origin != nullptr);
1565 CHECK(!origin->IsDirect());
1566 CHECK(origin->GetDeclaringClass() == declaring_class);
1569 origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_);
1571 methods_to_process_.push_back(std::make_pair(&method, origin));
1657 ArtMethod* origin = p.second;
1659 origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_);