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 931 bool* soft_error) const {
933 *soft_error = false;
941 *soft_error = IsObjectArrayTypes() && src.IsObjectArrayTypes();
953 *soft_error = false;
956 *soft_error = true;
961 *soft_error = false;
964 *soft_error = true;
968 *soft_error = false;
971 return cmp1.CanAssignArray(cmp2, reg_types, class_loader, verifier, soft_error);
    [all...]
reg_type.h 225 // types are assignable. It will return false otherwise. In case of return=false, soft_error
233 bool* soft_error) const
    [all...]
method_verifier.cc 2194 bool soft_error = false; local
    [all...]

Completed in 457 milliseconds