Searched defs:goal (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DeventFilter.c997 LocationFilter *goal = (LocationFilter *)arg; local
1005 if (trial->method == goal->method &&
1006 trial->location == goal->location &&
1007 isSameObject(env, trial->clazz, goal->clazz)) {
1102 FieldFilter *goal = (FieldFilter *)arg; local
1110 if (trial->field == goal->field &&
1111 isSameObject(env, trial->clazz, goal->clazz)) {

Completed in 34 milliseconds