Searched refs:strict (Results 1 – 4 of 4) sorted by relevance
72 bool strict, in AssignableFrom() argument108 } else if (!strict && !lhs.IsUnresolvedTypes() && lhs.GetClass()->IsInterface()) { in AssignableFrom()120 verifier->GetDexFile(), lhs.GetClass(), rhs.GetClass(), strict, result); in AssignableFrom()
48 explicit Transaction(bool strict, mirror::Class* root);
46 Transaction::Transaction(bool strict, mirror::Class* root) : Transaction() { in Transaction() argument47 strict_ = strict; in Transaction()
495 void EnterTransactionMode(bool strict, mirror::Class* root);