Home
last modified time | relevance | path

Searched refs:duplicate (Results 1 – 6 of 6) sorted by relevance

/art/test/138-duplicate-classes-check/
Dinfo.txt1 Check whether a duplicate class is detected.
/art/test/475-regression-inliner-ids/
Dinfo.txt1 Tests a regression when inlining a method with constants would lead to duplicate
/art/test/097-duplicate-method/
Dinfo.txt1 This is a test to verify that duplicate methods in a dex file are handled
/art/test/138-duplicate-classes-check2/
Dinfo.txt1 Check whether a duplicate class is not detected, even though we compiled against one (but removed
/art/test/
DAndroid.run-test.mk292 $(PICTEST_TYPES),$(DEBUGGABLE_TYPES),138-duplicate-classes-check,$(ALL_ADDRESS_SIZES))
303 138-duplicate-classes-check2
308 138-duplicate-classes-check
/art/runtime/
Dclass_linker.cc4725 bool duplicate = false; in LinkInterfaceMethods() local
4729 duplicate = true; in LinkInterfaceMethods()
4733 if (!duplicate) { in LinkInterfaceMethods()