Searched refs:idx (Results 101 - 125 of 280) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp105 JProjNode( Node* ctrl, uint idx ) : ProjNode(ctrl,idx) {}
238 CProjNode( Node *ctrl, uint idx ) : ProjNode(ctrl,idx) {}
396 PCTableNode( Node *ctrl, Node *idx, uint size ) : MultiBranchNode(2), _size(size) { argument
399 init_req(1, idx);
453 CatchNode( Node *ctrl, Node *idx, uint size ) : PCTableNode(ctrl,idx,size){ argument
506 uint match_edge(uint idx) const { return 0; }
H A Dcompile.hpp315 debug_only(static int _debug_idx;) // Monotonic counter (not reset), use -XX:BreakAtNode=<idx>
598 Node* macro_node(int idx) { return _macro_nodes->at(idx); } argument
599 Node* predicate_opaque1_node(int idx) { return _predicate_opaqs->at(idx);} argument
600 Node* expensive_node(int idx) { return _expensive_nodes->at(idx); } argument
691 void record_dead_node(uint idx) { if (_dead_node_list.test_set(idx)) return; argument
694 bool is_dead_node(uint idx) { retur argument
727 node_notes_at(int idx) argument
765 alias_type(int idx) argument
[all...]
H A DgraphKit.hpp443 Node* local(uint idx) const { map_not_null(); return _map->local( _map->_jvms, idx); }
444 Node* stack(uint idx) const { map_not_null(); return _map->stack( _map->_jvms, idx); }
445 Node* argument(uint idx) const { map_not_null(); return _map->argument( _map->_jvms, idx); }
446 Node* monitor_box(uint idx) const { map_not_null(); return _map->monitor_box(_map->_jvms, idx); }
447 Node* monitor_obj(uint idx) const { map_not_null(); return _map->monitor_obj(_map->_jvms, idx); }
451 set_local(uint idx, Node* c) argument
452 set_stack(uint idx, Node* c) argument
453 set_argument(uint idx, Node* c) argument
[all...]
H A Difg.cpp288 uint idx; local
290 while ((idx = elements.next()) != 0) {
291 assert( idx != i, "Must have empty diagonal");
292 assert( pc->Find_const(idx) == idx, "Must not need Find" );
293 assert( _adjs[idx].member(i), "IFG not square" );
294 assert( !(*_yanked)[idx], "No yanked neighbors" );
295 assert( last < idx, "not sorted increasing");
296 last = idx;
357 uint idx local
376 uint idx; local
662 uint idx = n->is_Copy(); local
[all...]
H A Doptoreg.hpp89 static OptoReg::Name stack2reg( int idx) { argument
90 return Name(stack0() + idx);
H A Dblock.cpp281 // Dump the original block's idx
411 // idx > 0, except for the first node (_root) pushed on stack
412 // at the beginning when idx == 0.
413 // We will use the condition (idx == 0) later to end the build.
414 uint idx = nstack.index();
415 Node *proj = np->in(idx);
422 np->set_req(idx, g);
474 if (idx == 0) break; // end of the build
567 int idx = b->_nodes[end_idx+1]->as_Proj()->_con;
568 Block *succ = b->_succs[idx];
[all...]
H A Dcoalesce.cpp138 int PhaseChaitin::clone_projs( Block *b, uint idx, Node *con, Node *copy, uint &maxlrg ) {
148 b->_nodes.insert( idx, kills );
314 uint idx = n->is_Copy(); local
315 assert( idx || n->is_Con() || n->is_MachProj(), "Only copies during parallel renaming" );
316 if( idx && _phc.Find(n->in(idx)) == dst_name ) break;
342 uint idx = copy->is_Copy(); local
346 tmp ->set_req(idx,copy->in(idx));
347 copy->set_req(idx,tm
450 uint idx; local
583 uint idx; local
[all...]
/openjdk7/jdk/src/windows/classes/java/io/
H A DWin32FileSystem.java457 int idx = last;
460 while (idx > 0) {
461 char c = path.charAt(idx);
476 if (idx == 0 ||
477 idx >= last - 1 ||
478 path.charAt(idx - 1) == sep ||
479 path.charAt(idx - 1) == altSep) {
484 return path.substring(0, idx);
496 --idx;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DSAX2XNI.java201 int idx = raw.indexOf(':');
207 if(idx<0)
210 local = raw.substring(idx+1);
214 if (idx < 0)
217 prefix = raw.substring(0, idx);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDHKeyAgreement.java391 int idx = AESConstants.AES_KEYSIZES.length - 1;
392 while (skey == null && idx >= 0) {
396 if (keysize >= AESConstants.AES_KEYSIZES[idx]) {
397 keysize = AESConstants.AES_KEYSIZES[idx];
400 idx--;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DArrayField.java52 * T getX( int idx );
54 * void setX( int idx, T value );
107 JVar $idx,$value; JBlock body;
132 // ET getX(int idx) {
134 // return unbox(<var>.get(idx));
137 $idx = writer.addParameter(codeModel.INT,"idx");
143 $get.body()._return(acc.ref(true).component($idx));
185 // [RESULT] ET setX(int idx, ET value)
186 // <ref>[idx]
[all...]
/openjdk7/jdk/src/solaris/native/java/lang/
H A Djava_props_macosx.c294 CFIndex len = CFArrayGetCount(cf_list), idx; local
297 for (idx = (CFIndex)0; idx < len; idx++) {
299 if ((cf_ehost = CFArrayGetValueAtIndex(cf_list, idx))) {
/openjdk7/jdk/src/macosx/bundle/JavaAppLauncher/src/
H A DJVMArgs.m131 [jvmInfoArgs enumerateObjectsUsingBlock:^(id obj, NSUInteger idx, BOOL *stop) {
132 [arguments replaceObjectAtIndex:idx withObject:[self expandMacros:[obj description]]];
196 [classpath enumerateObjectsUsingBlock:^(id obj, NSUInteger idx, BOOL *stop) {
197 if (idx > 1) [classpathOption appendString:@":"];
224 [jvmOptions enumerateObjectsUsingBlock:^(id obj, NSUInteger idx, BOOL *stop) {
226 vm_args.options[idx].optionString = strdup([expanded UTF8String]);
/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldDescriptor.cpp46 int idx = 0; local
49 if (idx == _index) {
52 idx ++;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DWSDLInternalizationLogic.java131 int idx = qname.indexOf(':');
132 if(idx==-1) qname = localName;
133 else qname = qname.substring(0,idx+1)+localName;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DContentHandlerAdaptor.java132 int idx = qname.indexOf(':');
133 String prefix = (idx==-1)?qname:qname.substring(0,idx);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/xml/
H A DContentHandlerToXMLStreamWriter.java275 int idx = qName.indexOf(':');
276 if (idx == -1) {
279 return qName.substring(0, idx);
/openjdk7/jdk/src/share/classes/sun/util/resources/
H A DLocaleData.java185 int idx = lstr.indexOf("_#");
186 if (idx >= 0) {
187 lstr = lstr.substring(0, idx);
/openjdk7/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp208 int idx = _len++; local
209 _data[idx] = elem;
210 return idx;
327 void insert_before(const int idx, const E& elem) { argument
330 for (int j = _len - 1; j >= idx; j--) {
334 _data[idx] = elem;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DNamespaceContextImpl.java353 int idx = declareNsUri(namespaceUri,preferedPrefix,requirePrefix);
354 return getPrefix(idx);
506 * @param idx
509 public final String getPrefix(int idx) { argument
510 return context.prefixes[baseIndex+idx];
516 * @param idx
519 public final String getNsUri(int idx) { argument
520 return context.nsUris[baseIndex+idx];
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicLineNumberMapping.java129 private boolean check(Address addr, int idx) { argument
130 BasicLineNumberInfo info = get(idx);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DTypeMonikerFactory.java83 int idx = 0;
85 tmpArgs[idx++] = moniker.create(apEnv);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DModelGroupImpl.java62 public ParticleImpl getChild( int idx ) { return children[idx]; }
/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSQLInputImpl.java76 private int idx; field in class:SQLInputImpl
128 idx = -1;
144 if (++idx >= attrib.length) {
148 return attrib[idx];
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.hpp197 inline address* native_param_addr(int idx) const;

Completed in 81 milliseconds

1234567891011>>