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

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.cpp380 return f2_as_vfinal_method();
406 methodOop m = f2_as_vfinal_method();
421 return f2_as_vfinal_method();
527 if (f2_as_vfinal_method() == old_method) {
605 m = f2_as_vfinal_method();
H A DcpCacheOop.hpp314 methodOop f2_as_vfinal_method() const { assert(is_vfinal(), ""); return methodOop(_f2); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp2213 methodOop method = cache->f2_as_vfinal_method();
2245 methodOop method = cache->f2_as_vfinal_method();
2286 callee = cache->f2_as_vfinal_method();
2365 if (cache->is_vfinal()) callee = cache->f2_as_vfinal_method();
H A DlinkResolver.cpp1251 methodHandle method( THREAD, cpce->f2_as_vfinal_method());
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp754 methodOop adapter = secondary_entry->f2_as_vfinal_method();

Completed in 53 milliseconds