Home | History | Annotate | Download | only in jdwp

Lines Matching refs:is_constructor

82  * If "is_constructor" is set, this returns "object_id" rather than the
87 RefTypeId class_id, MethodId method_id, bool is_constructor)
89 CHECK(!is_constructor || object_id != 0);