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

/art/compiler/optimizing/
H A Dcode_generator_x86.cc5302 NearLabel done, not_null, do_put; local
5310 __ j(kNotEqual, &not_null);
5314 __ Bind(&not_null);
H A Dcode_generator_x86_64.cc4792 NearLabel done, not_null, do_put; local
4800 __ j(kNotEqual, &not_null);
4804 __ Bind(&not_null);

Completed in 150 milliseconds