Searched refs:mMethodType (Results 1 – 1 of 1) sorted by relevance
36 private int mMethodType = 0; field in MethodProfile132 mMethodType |= methodType.getValue(); in addMethodType()181 return (mMethodType & typesValue) != 0; in matchAnyTypes()185 return (mMethodType & typesValue) == typesValue; in matchAllTypes()