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

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp307 methodOop f1_as_method() const { oop f1 = _f1; assert(f1 == NULL || f1->is_method(), ""); return methodOop(f1); } function in class:VALUE_OBJ_CLASS_SPEC
H A DcpCacheOop.cpp615 m = f1_as_method();
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp2399 callee = cache->f1_as_method();

Completed in 43 milliseconds