Searched refs:not_null (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_x86.cc5294 NearLabel done, not_null, do_put; local
5302 __ j(kNotEqual, &not_null);
5306 __ Bind(&not_null);
H A Dcode_generator_x86_64.cc4784 NearLabel done, not_null, do_put; local
4792 __ j(kNotEqual, &not_null);
4796 __ Bind(&not_null);

Completed in 2949 milliseconds