Home
last modified time | relevance | path

Searched refs:resolution (Results 1 – 15 of 15) 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/961-default-iface-resolution-gen/
Dinfo.txt3 This tests that interface method resolution order is correct.
/art/test/970-iface-super-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/runtime/
DAndroid.bp56 // so that stack unwinders can produce meaningful name resolution.
/art/compiler/optimizing/
Dcode_generator_arm64.cc1286 vixl::aarch64::Label resolution; in GenerateFrameEntry() local
1309 __ B(lo, &resolution); in GenerateFrameEntry()
1315 __ Bind(&resolution); in GenerateFrameEntry()
Dcode_generator_x86_64.cc1708 NearLabel resolution; in GenerateFrameEntry() local
1723 __ j(kBelow, &resolution); in GenerateFrameEntry()
1731 __ Bind(&resolution); in GenerateFrameEntry()
Dcode_generator_x86.cc1314 NearLabel continue_execution, resolution; in GenerateFrameEntry() local
1328 __ j(kBelow, &resolution); in GenerateFrameEntry()
1333 __ Bind(&resolution); in GenerateFrameEntry()
Dcode_generator_arm_vixl.cc2294 vixl32::Label resolution; in GenerateFrameEntry() local
2323 __ B(lo, &resolution); in GenerateFrameEntry()
2329 __ Bind(&resolution); in GenerateFrameEntry()