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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DabstractInterpreter.hpp158 static MethodKind method_kind(methodHandle m);
160 static address entry_for_method(methodHandle m) { return entry_for_kind(method_kind(m)); }
H A Dinterpreter.cpp182 AbstractInterpreter::MethodKind AbstractInterpreter::method_kind(methodHandle m) { function in class:AbstractInterpreter
H A Drewriter.cpp388 int kind = Interpreter::method_kind(original_method);
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp235 int kind = Interpreter::method_kind(methodOop(this));
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateInterpreter_x86_32.cpp1528 switch (method_kind(m)) {
H A DtemplateInterpreter_x86_64.cpp1553 switch (method_kind(m)) {

Completed in 50 milliseconds