Searched refs:resolution (Results 1 – 16 of 16) sorted by relevance
/art/test/827-resolve-method/ |
D | info.txt | 1 Regression test for method resolution.
|
/art/test/831-unverified-bcp/ |
D | info.txt | 1 Regression test for class resolution, where the class linker would not check if
|
/art/test/2036-structural-subclass-shadow/ |
D | info.txt | 5 resolution in limited cases.
|
/art/test/162-method-resolution/ |
D | info.txt | 1 Tests that the method resolution is consistent with JLS and the RI.
|
/art/test/970-iface-super-resolution-gen/ |
D | info.txt | 3 This tests that interface method resolution order is correct.
|
/art/test/961-default-iface-resolution-gen/ |
D | info.txt | 3 This tests that interface method resolution order is correct.
|
/art/test/971-iface-super/ |
D | info.txt | 3 This tests that interface method resolution order is correct in the presence of
|
/art/test/968-default-partial-compile-gen/ |
D | info.txt | 3 This tests that interface method resolution order is correct in the presence of
|
/art/test/551-invoke-super/smali/ |
D | invokesuper.smali | 29 # Do an invoke super on a non-super class to force complex resolution.
|
/art/test/552-invoke-non-existent-super/smali/ |
D | invokesuper.smali | 29 # Do an invoke super on a non-super class to force complex resolution.
|
/art/tools/fuzzer/ |
D | Android.bp | 399 "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/ |
D | code_generator_arm64.cc | 1342 vixl::aarch64::Label resolution; in GenerateFrameEntry() local 1365 __ B(lo, &resolution); in GenerateFrameEntry() 1371 __ Bind(&resolution); in GenerateFrameEntry()
|
D | code_generator_riscv64.cc | 5960 Riscv64Label resolution; in GenerateFrameEntry() local 5987 __ Bltu(tmp, tmp2, &resolution); // Can clobber `TMP` if taken. in GenerateFrameEntry() 5993 __ Bind(&resolution); in GenerateFrameEntry()
|
D | code_generator_x86_64.cc | 1834 NearLabel resolution; in GenerateFrameEntry() local 1850 __ j(kBelow, &resolution); in GenerateFrameEntry() 1858 __ Bind(&resolution); in GenerateFrameEntry()
|
D | code_generator_x86.cc | 1390 NearLabel continue_execution, resolution; in GenerateFrameEntry() local 1405 __ j(kBelow, &resolution); in GenerateFrameEntry() 1410 __ Bind(&resolution); in GenerateFrameEntry()
|
D | code_generator_arm_vixl.cc | 2340 vixl32::Label resolution; in GenerateFrameEntry() local 2369 __ B(lo, &resolution); in GenerateFrameEntry() 2375 __ Bind(&resolution); in GenerateFrameEntry()
|