Lines Matching refs:at

126 // Such merge points must never "escape" into the parser at large,
523 // If this particular condition has not yet happened at this
535 // (If there is no MDO at all, assume it is early in
540 // as hot if there has been at least one in this method.
738 // constructed for them at various merge points.
760 if (!live_locals.at(local)) {
769 // Used to assert "clean" debug info at various points.
793 if (!live_locals.at(local) && map->local(jvms, local) != top()) {
913 // As a quick and dirty approximation, we look for any handlers at all.
1169 assert(!assert_null || null_control == NULL, "not both at once");
1269 if (cfg == NULL) break; // Quit at region nodes
1314 // Check for optimizer eliding test at parse time
1561 // Could be an array or object we don't know at compile time (unsafe ref.)
1564 Node* adr, // actual adress to store val at
1568 Compile::AliasType* at = C->alias_type(adr_type);
1571 if (at->field() != NULL) {
1573 ciField* field = at->field();
1726 // If hook_mem is NULL, this call produces no memory effects at all.
1884 // no need to call method()->ensure_method_data() at this point.
1891 // Make sure the stack has at least enough depth to execute
1934 tty->print_cr("Uncommon trap %s at bci:%d",
2107 // If we see an unexpected null at a check-cast we record it and force a
2184 // Hook each parm in order. Stop looking at the first NULL.
2418 // We could also have chosen to perform the self-check at the beginning
2530 // If we see an unexpected null at a type check we record it and force a