Searched defs:checked (Results 1 - 1 of 1) sorted by path

/art/runtime/
H A Dcheck_jni.cc755 DCHECK(field != nullptr); // Already checked by Check.
1470 // The name of the JNI function being checked.
1590 * The caller has already checked that "dataBuf" is non-null.
2472 // Note: the start and len arguments are checked as 'I' rather than 'z' as invalid indices
2487 // Note: the start and len arguments are checked as 'I' rather than 'z' as invalid indices
2550 // Note: the index arguments is checked as 'I' rather than 'z' as invalid indices result in
2711 // Note: the validity of address and capacity are checked in the base implementation.
3040 bool checked; local
3045 checked = sc.Check(soa, true, "ELm.", args);
3050 checked
[all...]

Completed in 33 milliseconds