HomeSort by relevance Sort by last modified time
    Searched refs:soft_error (Results 1 - 3 of 3) sorted by null

  /art/runtime/verifier/
reg_type.cc 925 bool* soft_error) const {
927 *soft_error = false;
935 *soft_error = IsObjectArrayTypes() && src.IsObjectArrayTypes();
947 *soft_error = false;
950 *soft_error = true;
955 *soft_error = false;
958 *soft_error = true;
962 *soft_error = false;
965 return cmp1.CanAssignArray(cmp2, reg_types, class_loader, verifier, soft_error);
reg_type.h 221 // types are assignable. It will return false otherwise. In case of return=false, soft_error
229 bool* soft_error) const
    [all...]
method_verifier.cc 2239 bool soft_error = false; local
    [all...]

Completed in 270 milliseconds