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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.cpp380 methodHandle original_method = method; local
382 if (method() != original_method()) {
386 address bcp = original_method->bcp_from(0);
388 int kind = Interpreter::method_kind(original_method);
389 original_method->set_interpreter_kind(kind);

Completed in 23 milliseconds