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

/openjdk9/hotspot/src/share/vm/ci/
H A DciBaseObject.cpp35 assert((_ident >> FLAG_BITS) == 0, "must only initialize once");
37 _ident = _ident + (id << FLAG_BITS);
45 uint id = _ident >> FLAG_BITS;
H A DciBaseObject.hpp56 uint _ident; member in class:ciBaseObject
63 ciBaseObject(): _ident(0) {}
H A DciObject.hpp106 bool is_scavengable() { return (_ident & SCAVENGABLE_FLAG) != 0; }
H A DciObject.cpp136 // basis for the hash. Use the _ident field, which is well-behaved.
203 _ident |= flags;
/openjdk9/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1362 fprintf(fp, "MachNode *%sNode::peephole(Block *block, int block_index, PhaseRegAlloc *ra_, int &deleted) {\n", node->_ident);
1398 assert( true, // %%name?%% strcmp( node->_ident, pmatch->name(0) ) == 0,
1435 fprintf(fp, "MachNode* %sNode::Expand(State* state, Node_List& proj_list, Node* mem) {\n", node->_ident);
1458 cnt, new_oper->_ident);
1462 cnt, new_oper->_ident, tmp);
1516 node->_ident, new_id);
1578 opid, node->_ident, new_inst->_ident);
1610 node->_ident, new_inst->_ident);
[all...]
H A Dformssel.cpp31 : _ident(id), _ideal_only(ideal_only),
65 : _ident(id), _ideal_only(false),
287 if (_ident != NULL &&
288 ( ! strcmp( _ident,"tlsLoadP") ||
289 ! strncmp(_ident,"tlsLoadP_",9)) ) {
299 (_ident == NULL ? "NULL" : _ident));
393 return _ident && _ident[0] == 'N' && _ident[
[all...]
H A Doutput_h.cpp458 fprintf(fp,"void %sOper::int_format(PhaseRegAlloc *ra, const MachNode *node, outputStream *st) const {\n", oper._ident);
482 "\'%s\' not found in format for %s\n", rep_var, oper._ident);
502 assert( strcmp(op->_ident,"label")==0, "Unimplemented");
513 if ( strcmp(oper._ident,"Universe")==0 ) {
525 fprintf(fp,"void %sOper::ext_format(PhaseRegAlloc *ra, const MachNode *node, int idx, outputStream *st) const {\n", oper._ident);
553 "\'%s\' not found in format for %s\n", rep_var, oper._ident);
574 assert( strcmp(op->_ident,"label")==0, "Unimplemented");
585 if ( strcmp(oper._ident,"Universe")==0 ) {
610 fprintf(fp, "void %sNode::format(PhaseRegAlloc *ra, outputStream *st) const {\n", inst._ident);
641 assert( strcmp(opc->_ident,"labe
[all...]
H A DarchDesc.cpp252 const char *rootOp = op->_ident;
298 const char *rootOp = instr->_ident;
317 if (strcmp(attr->_ident,"ins_short_branch") == 0 &&
323 } else if (strcmp(attr->_ident,"ins_alignment") == 0 &&
393 // char *opType = opcForm->_ident;
427 add_chain_rule_entry(oper->_matrule->_opType, oper->cost(), oper->_ident);
439 add_chain_rule_entry(rule->_opType, oper->cost(), oper->_ident);
454 add_chain_rule_entry(rule->_opType, oper->cost(), oper->_ident);
844 opForm._ident);
861 inForm._ident);
[all...]
H A Dformssel.hpp94 const char *_ident; // Name of this instruction member in class:InstructForm
386 char *_ident; // Name of this instruction member in class:MachNodeForm
544 const char *_ident; // Name of this operand member in class:OpClassForm
1065 char *_ident; // Name of predefined attribute member in class:Attribute
H A Dadlparse.cpp198 matchrule_clone_and_swap(rule, instr->_ident, match_rules_cnt);
213 char* buf = (char*) malloc(strlen(instr->_ident) + 4);
214 sprintf(buf, "%s_%d", instr->_ident, match_rules_cnt++);
217 matchrule_clone_and_swap(rule, instr->_ident, match_rules_cnt);
271 " ins_pipe will be unused\n", instr->_ident);
275 parse_err(WARN, "No ins_pipe specified for instruction \"%s\"\n", instr->_ident);
354 lst->insert(instr->_matrule->_lChild->_opType,cost,instr->_ident);
371 lst->insert(instr->_matrule->_lChild->_opType,cost,instr->_ident);
381 chain_op = rightOp->_ident;
396 lst->insert(instr->_matrule->_lChild->_opType,cost,instr->_ident);
[all...]
H A Dformsopt.cpp591 : _ident(id)
617 if (_ident)
618 fprintf(fp," \"%s\":", _ident);
H A Dformsopt.hpp485 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
/openjdk9/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1055 nonstatic_field(ciBaseObject, _ident, uint) \

Completed in 200 milliseconds