Searched refs:other_method (Results 1 - 1 of 1) sorted by relevance

/openjdk9/hotspot/src/share/vm/shark/
H A DsharkState.cpp132 Value *other_method = other->method(); local
133 if (this_method != other_method) {
136 phi->addIncoming(other_method, other_block);

Completed in 84 milliseconds