Lines Matching defs:to

16  * 2 along with this work; if not, write to the Free Software Foundation,
77 // Easy to compute, so fill them in now.
112 // Have to use a conservative value in this case.
116 // Adjust the definition of this condition to be more useful:
204 // last entry will be used to represent the possibility that
221 // Put an entry at the end of our list to represent the possibility
322 // Analyze the method to see if monitors are used properly.
327 // Check to see if a previous compilation computed the
401 // will return true for all locals in some cases to improve debug
416 // oopmap generator. This is used as a double check during osr to
419 // sense that it may consider locals to be live which cannot be live,
423 // gc'ing an interpreter frame we need to use its viewpoint during
503 // Add the receiver to result data.
505 // If we extend profiling to record methods,
529 // do nothing. Otherwise, increase count to be the sum of all
546 // is placed to the last array element which is not used).
592 // Easy case. There is no other place to put a method, so don't bother
593 // to go through the VM_ENTRY_MARK and all the rest.
598 // If we were to see an array type here, we'd return root_m.
600 // The inline_native_clone intrinsic narrows Object to T[] properly,
601 // so there is no need to do the same job here.
613 // %%% Should upgrade this ciMethod API to look for 1 or 2 concrete methods.
634 // If we are going to reason about inheritance, it's easiest
637 // to return NULL, even if the CHA encountered irrelevant
756 // Adjust a CounterData count to be commensurate with
775 // counter_life due to backedge_counter could be > method_life
881 // Returns a pointer to ciMethodData if MDO exists on the VM side,
1040 // not highly relevant to an inlined method. So we use the more
1174 void ciMethod::print_codes_on(int from, int to, outputStream* st) {
1176 GUARDED_VM_ENTRY(get_methodOop()->print_codes_on(from, to, st);)