Searched refs:resolution (Results 1 – 15 of 15) sorted by relevance
1 Regression test for method resolution.
1 Regression test for class resolution, where the class linker would not check if
5 resolution in limited cases.
1 Tests that the method resolution is consistent with JLS and the RI.
3 This tests that interface method resolution order is correct.
3 This tests that interface method resolution order is correct in the presence of
29 # Do an invoke super on a non-super class to force complex resolution.
56 // so that stack unwinders can produce meaningful name resolution.
1286 vixl::aarch64::Label resolution; in GenerateFrameEntry() local1309 __ B(lo, &resolution); in GenerateFrameEntry()1315 __ Bind(&resolution); in GenerateFrameEntry()
1708 NearLabel resolution; in GenerateFrameEntry() local1723 __ j(kBelow, &resolution); in GenerateFrameEntry()1731 __ Bind(&resolution); in GenerateFrameEntry()
1314 NearLabel continue_execution, resolution; in GenerateFrameEntry() local1328 __ j(kBelow, &resolution); in GenerateFrameEntry()1333 __ Bind(&resolution); in GenerateFrameEntry()
2294 vixl32::Label resolution; in GenerateFrameEntry() local2323 __ B(lo, &resolution); in GenerateFrameEntry()2329 __ Bind(&resolution); in GenerateFrameEntry()