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

/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.cpp343 bool static_bound = info.is_optimized() || (info.cached_oop().is_null()); local
352 (!is_in_transition_state() && (info.is_optimized() || static_bound || is_clean()));
381 // cache) static_bound: The call can be static bound (i.e, no need to use
386 bool static_bound,
395 if (static_bound || is_optimized) {
404 if (static_bound || is_optimized) {
419 // However in that case we will now notice it is static_bound
426 // static_bound should imply is_optimized -- otherwise we have a
430 // analysis (static_bound is only based on "final" etc.)
438 // assert(cb->is_compiled_by_c1() || !static_bound || is_optimize
383 compute_monomorphic_entry(methodHandle method, KlassHandle receiver_klass, bool is_optimized, bool static_bound, CompiledICInfo& info, TRAPS) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1238 bool static_bound = call_info.resolved_method()->can_be_statically_bound(); local
1241 is_optimized, static_bound, virtual_call_info,

Completed in 40 milliseconds