Searched refs:_ident (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciObject.cpp60 _ident = 0;
75 _ident = 0;
89 _ident = 0;
100 _ident = 0;
131 assert((_ident >> FLAG_BITS) == 0, "must only initialize once");
133 _ident = _ident + (id << FLAG_BITS);
141 uint id = _ident >> FLAG_BITS;
160 // basis for the hash. Use the _ident field, which is well-behaved.
H A DciSymbol.hpp39 uint _ident; member in class:ciSymbol
68 void set_ident(uint id) { _ident = id; }
71 uint ident() { return _ident; }
H A DciObject.hpp60 uint _ident; member in class:ciObject
88 _ident |= flags;
125 bool is_perm() { return (_ident & PERM_FLAG) != 0; }
129 bool is_scavengable() { return (_ident & SCAVENGABLE_FLAG) != 0; }
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_h.cpp434 fprintf(fp,"void %sOper::int_format(PhaseRegAlloc *ra, const MachNode *node, outputStream *st) const {\n", oper._ident);
458 "\'%s\' not found in format for %s\n", rep_var, oper._ident);
478 assert( strcmp(op->_ident,"label")==0, "Unimplemented");
489 if ( strcmp(oper._ident,"Universe")==0 ) {
501 fprintf(fp,"void %sOper::ext_format(PhaseRegAlloc *ra, const MachNode *node, int idx, outputStream *st) const {\n", oper._ident);
529 "\'%s\' not found in format for %s\n", rep_var, oper._ident);
550 assert( strcmp(op->_ident,"label")==0, "Unimplemented");
561 if ( strcmp(oper._ident,"Universe")==0 ) {
586 fprintf(fp, "void %sNode::format(PhaseRegAlloc *ra, outputStream *st) const {\n", inst._ident);
617 assert( strcmp(opc->_ident,"labe
[all...]
H A Dformssel.cpp31 : _ident(id), _ideal_only(ideal_only),
63 : _ident(id), _ideal_only(false),
278 if (_ident != NULL &&
279 ( ! strcmp( _ident,"tlsLoadP") ||
280 ! strncmp(_ident,"tlsLoadP_",9)) ) {
290 (_ident == NULL ? "NULL" : _ident));
384 return _ident && _ident[0] == 'N' && _ident[
[all...]
H A Doutput_c.cpp1417 fprintf(fp, "MachNode *%sNode::peephole( Block *block, int block_index, PhaseRegAlloc *ra_, int &deleted, Compile* C ) {\n", node->_ident);
1453 assert( true, // %%name?%% strcmp( node->_ident, pmatch->name(0) ) == 0,
1490 fprintf(fp, "MachNode* %sNode::Expand(State* state, Node_List& proj_list, Node* mem) {\n", node->_ident);
1513 cnt, new_oper->_ident);
1517 cnt, new_oper->_ident, tmp);
1570 node->_ident, new_id);
1654 node->_ident, new_inst->_ident);
1729 machOperEnum(op->_ident));
1736 // idx, machOperEnum(op->_ident));
[all...]
H A DarchDesc.cpp277 const char *rootOp = op->_ident;
323 const char *rootOp = instr->_ident;
342 if (strcmp(attr->_ident,"ins_short_branch") == 0 &&
348 } else if (strcmp(attr->_ident,"ins_alignment") == 0 &&
418 // char *opType = opcForm->_ident;
452 add_chain_rule_entry(oper->_matrule->_opType, oper->cost(), oper->_ident);
464 add_chain_rule_entry(rule->_opType, oper->cost(), oper->_ident);
479 add_chain_rule_entry(rule->_opType, oper->cost(), oper->_ident);
869 opForm._ident);
886 inForm._ident);
[all...]
H A Dformssel.hpp91 const char *_ident; // Name of this instruction member in class:InstructForm
378 char *_ident; // Name of this instruction member in class:InstructForm::MachNodeForm
536 const char *_ident; // Name of this operand member in class:InstructForm::OpClassForm
1048 char *_ident; // Name of predefined attribute member in class:InstructForm::Attribute
H A Dadlparse.cpp196 matchrule_clone_and_swap(rule, instr->_ident, match_rules_cnt);
211 char* buf = (char*) malloc(strlen(instr->_ident) + 4);
212 sprintf(buf, "%s_%d", instr->_ident, match_rules_cnt++);
215 matchrule_clone_and_swap(rule, instr->_ident, match_rules_cnt);
264 parse_err(WARN, "ins_pipe and expand rule both specified for instruction \"%s\"; ins_pipe will be unused\n", instr->_ident);
267 parse_err(WARN, "No ins_pipe specified for instruction \"%s\"\n", instr->_ident);
345 lst->insert(instr->_matrule->_lChild->_opType,cost,instr->_ident);
362 lst->insert(instr->_matrule->_lChild->_opType,cost,instr->_ident);
372 chain_op = rightOp->_ident;
387 lst->insert(instr->_matrule->_lChild->_opType,cost,instr->_ident);
[all...]
H A Dformsopt.cpp499 : _ident(id)
525 if (_ident)
526 fprintf(fp," \"%s\":", _ident);
H A Dformsopt.hpp362 const char *_ident; // Name of class member in class:PipeClassForm
H A Ddfa.cpp298 if( debug_output ) { fprintf(fp, "// expand operand classes for operand: %s \n", (char *)op->_ident ); } // %%%%% Explanation
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1014 nonstatic_field(ciObject, _ident, uint) \
1016 nonstatic_field(ciSymbol, _ident, uint) \

Completed in 87 milliseconds