Lines Matching defs:local

356   // Size in bytes of all relocation entries, including those in local stubs.
579 // Java local or expression stack to constant, register or stack-slot. For
611 void Compile::FillLocArray( int idx, MachSafePointNode* sfpt, Node *local,
614 assert( local, "use _top instead of null" );
620 // Assert if the local is not top. In product mode let the new node
622 assert(local == top(), "LocArray collision");
623 if (local == top()) {
628 const Type *t = local->bottom_type();
631 if (local->is_SafePointScalarObject()) {
632 SafePointScalarObjectNode* spobj = local->as_SafePointScalarObject();
653 // Grab the register number for the local
654 OptoReg::Name regnum = _regalloc->get_reg_first(local);
695 // The convention the interpreter uses is that the second local
715 array->append(new_loc_value( _regalloc, regnum, _regalloc->is_oop(local) ? Location::oop : Location::normal ));
765 // The convention the interpreter uses is that the second local
784 // The convention the interpreter uses is that the second local
856 // small-integer keys (which can be recorded in the local and ostack
871 "JVMS local count must match that of the method");
878 FillLocArray( idx, sfn, sfn->local(jvms, idx), locarray, objs );
2106 if( _bbs[def->_idx] != bb ) // Ignore if not block-local
2379 if( _bbs[inp->_idx] == bb ) { // Block-local use?
2382 ++_uses[inp->_idx]; // Count 1 block-local use
2554 verify_good_schedule(bb,"after block local scheduling");
2611 RegMask rm = n->out_RegMask();// Make local copy
2734 // Use has to be block-local as well
2756 verify_good_schedule(b,"before block local scheduling");
2803 RegMask rm = n->out_RegMask();// Make local copy
2822 RegMask rm = use->out_RegMask();// Make local copy