Home
last modified time | relevance | path

Searched refs:resolution (Results 1 – 16 of 16) sorted by relevance

/art/test/827-resolve-method/
Dinfo.txt1 Regression test for method resolution.
/art/test/831-unverified-bcp/
Dinfo.txt1 Regression test for class resolution, where the class linker would not check if
/art/test/2036-structural-subclass-shadow/
Dinfo.txt5 resolution in limited cases.
/art/test/162-method-resolution/
Dinfo.txt1 Tests that the method resolution is consistent with JLS and the RI.
/art/test/970-iface-super-resolution-gen/
Dinfo.txt3 This tests that interface method resolution order is correct.
/art/test/961-default-iface-resolution-gen/
Dinfo.txt3 This tests that interface method resolution order is correct.
/art/test/971-iface-super/
Dinfo.txt3 This tests that interface method resolution order is correct in the presence of
/art/test/968-default-partial-compile-gen/
Dinfo.txt3 This tests that interface method resolution order is correct in the presence of
/art/test/551-invoke-super/smali/
Dinvokesuper.smali29 # Do an invoke super on a non-super class to force complex resolution.
/art/test/552-invoke-non-existent-super/smali/
Dinvokesuper.smali29 # Do an invoke super on a non-super class to force complex resolution.
/art/tools/fuzzer/
DAndroid.bp399 "host_164-resolution-trampoline-dex-cache_classes-ex.dex",
400 "host_164-resolution-trampoline-dex-cache_classes.dex",
1223 "host_961-default-iface-resolution-gen_classes.dex",
1232 "host_970-iface-super-resolution-gen_classes.dex",
/art/compiler/optimizing/
Dcode_generator_arm64.cc1342 vixl::aarch64::Label resolution; in GenerateFrameEntry() local
1365 __ B(lo, &resolution); in GenerateFrameEntry()
1371 __ Bind(&resolution); in GenerateFrameEntry()
Dcode_generator_riscv64.cc5960 Riscv64Label resolution; in GenerateFrameEntry() local
5987 __ Bltu(tmp, tmp2, &resolution); // Can clobber `TMP` if taken. in GenerateFrameEntry()
5993 __ Bind(&resolution); in GenerateFrameEntry()
Dcode_generator_x86_64.cc1834 NearLabel resolution; in GenerateFrameEntry() local
1850 __ j(kBelow, &resolution); in GenerateFrameEntry()
1858 __ Bind(&resolution); in GenerateFrameEntry()
Dcode_generator_x86.cc1390 NearLabel continue_execution, resolution; in GenerateFrameEntry() local
1405 __ j(kBelow, &resolution); in GenerateFrameEntry()
1410 __ Bind(&resolution); in GenerateFrameEntry()
Dcode_generator_arm_vixl.cc2340 vixl32::Label resolution; in GenerateFrameEntry() local
2369 __ B(lo, &resolution); in GenerateFrameEntry()
2375 __ Bind(&resolution); in GenerateFrameEntry()