OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MostDerived
(Results
1 - 2
of
2
) sorted by null
/art/test/164-resolution-trampoline-dex-cache/src-ex/
MostDerived.java
17
public class
MostDerived
extends Derived {
19
// The defining class loader of
MostDerived
(MDCL) is also the initiating loader of
23
// case when loading the
MostDerived
class and remains the case after resolving the
24
// "invoke-super Derived.foo(.)" called from from
MostDerived
.foo(.). When that
28
// Base.foo(.) entry in the
MostDerived
's DexCache which is wrong as the referenced
30
new
MostDerived
().foo(main);
35
null,
MostDerived
.class, "bar");
39
System.out.println("
MostDerived
.test(.) done.");
/external/clang/test/SemaCXX/
warn-overloaded-virtual.cpp
96
struct
MostDerived
: Derived1, Derived2 {
118
struct
MostDerived
: Derived3, Derived2 {
Completed in 498 milliseconds