Searched defs:check_only (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/hotspot/src/share/vm/interpreter/ |
| H A D | linkResolver.cpp | 588 void LinkResolver::resolve_field(FieldAccessInfo& result, constantPoolHandle pool, int index, Bytecodes::Code byte, bool check_only, TRAPS) { argument 589 resolve_field(result, pool, index, byte, check_only, true, CHECK); 592 void LinkResolver::resolve_field(FieldAccessInfo& result, constantPoolHandle pool, int index, Bytecodes::Code byte, bool check_only, bool update_pool, TRAPS) { argument 647 if (is_static && !check_only) {
|
Completed in 37 milliseconds