Searched refs:new_id (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp1247 jmethodID new_id = NULL; local
1253 new_id = JNIHandles::make_jmethod_id(current_method_h);
1257 new_id = JNIHandles::make_jmethod_id(method_h);
1263 id = get_jmethod_id_fetch_or_update(ik_h, idnum, new_id, new_jmeths,
1267 id = get_jmethod_id_fetch_or_update(ik_h, idnum, new_id, new_jmeths,
1291 instanceKlassHandle ik_h, size_t idnum, jmethodID new_id,
1294 assert(new_id != NULL, "sanity check");
1326 id = new_id;
1333 *to_dealloc_id_p = new_id; // save new id for later delete
1290 get_jmethod_id_fetch_or_update( instanceKlassHandle ik_h, size_t idnum, jmethodID new_id, jmethodID* new_jmeths, jmethodID* to_dealloc_id_p, jmethodID** to_dealloc_jmeths_p) argument
H A DinstanceKlass.hpp626 size_t idnum, jmethodID new_id, jmethodID* new_jmeths,
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1496 const char *new_id = NULL; local
1506 (new_id = node->_exprule->_newopers.iter()) != NULL; cnt++) {
1507 frm = node->_localNames[new_id];
1510 char *tmp = (char *)node->_exprule->_newopconst[new_id];
1565 new_id = expand_instr->name();
1567 InstructForm* expand_instruction = (InstructForm*)globalAD->globalNames()[new_id];
1570 node->_ident, new_id);
1574 fprintf(fp,"\n %sNode *n%d = new (C) %sNode();\n", new_id, cnt, new_id);
1578 Form *form = (Form*)_globalNames[new_id];
[all...]

Completed in 54 milliseconds