Lines Matching refs:no
54 int MachOper::base_position() const { return -1; } // no base input
55 int MachOper::index_position() const { return -1; } // no index input
157 uint no = num_opnds();
159 for( uint i=0; i<no; i++ )
167 uint no = num_opnds();
168 if( no != n.num_opnds() ) return 0;
170 for( uint i=0; i<no; i++ ) // All operands must match
272 assert(base == NULL, "Memory references through narrow oops have no base");
328 // Direct addressing modes have no base node, simply an indirect
334 // NULL base, zero offset means no memory at all (a null pointer!)
347 // base of -1 with no particular offset means all of memory
548 assert(bottom_type()->base() != Type::Memory, "no other memories?");
741 // There is no other JVM state needed here.