Lines Matching refs:is_optimized

55   assert (!is_optimized(), "an optimized virtual call does not have a cached metadata");
72 assert (!is_optimized() || cache == NULL, "an optimized virtual call does not have a cached metadata");
93 if (!is_optimized()) {
111 if (is_optimized() || is_icstub) {
219 assert(!is_optimized(), "cannot set an optimized virtual call to megamorphic");
269 assert(!is_optimized(), "an optimized call cannot be megamorphic");
293 is_optimized() ||
306 if (!is_optimized()) {
333 address entry = _call->get_resolve_call_stub(is_optimized());
337 bool safe_transition = _call->is_safe_for_patching() || !in_use || is_optimized() || SafepointSynchronize::is_at_safepoint();
342 if (is_optimized()) {
364 is_clean = dest == _call->get_resolve_call_stub(is_optimized());
365 assert(!is_clean || is_optimized() || cached_value() == NULL, "sanity check");
386 if (info.is_optimized() && is_optimized()) {
414 bool static_bound = info.is_optimized() || (info.cached_metadata() == NULL);
423 (!is_in_transition_state() && (info.is_optimized() || static_bound || is_clean()));
428 if (is_optimized()) {
454 // is_optimized: Compiler has generated an optimized call (i.e. fixed, no inline cache)
461 bool is_optimized,
475 // - if we know that the destination is final (is_optimized), we will emit
488 if (is_optimized) {
497 info.set_compiled_entry(entry, (static_bound || is_optimized) ? NULL : receiver_klass, is_optimized);
499 if (is_optimized) {
514 assert(info.is_optimized() == is_optimized, "must agree");
675 || is_optimized() || is_megamorphic(), "sanity check");
685 p2i(instruction_address()), is_call_to_interpreted() ? "interpreted " : "", p2i(ic_destination()), p2i(is_optimized() ? NULL : cached_value()));