Searched defs:n_type (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/make/tools/reorder/tools/
H A Dmcount.c70 unsigned char n_type; member in struct:StabEntry
160 if (stab->n_type == 0 /* N_UNDEF */) {
164 else if (stab->n_type == 0x38 /* N_OBJ */) {
291 if (stab->n_type == 0 /* N_UNDEF */) {
298 else if (stab->n_type == 0x24 /* N_FUN */) {
331 else if (stab->n_type == 0x3c /* N_OPT */) {
334 else if (stab->n_type == 0x38 /* N_OBJ */) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dchaitin.cpp583 const Type *n_type = n->bottom_type(); local
584 if (n_type->is_floatingpoint())
625 assert(n_type->isa_vect() == NULL || lrg._is_vector || ireg == Op_RegD,
691 if( n_type->isa_oop_ptr() ) {
H A DgraphKit.hpp425 void push_node(BasicType n_type, Node* n) { argument
426 int n_size = type2size[n_type];
432 Node* pop_node(BasicType n_type) { argument
433 int n_size = type2size[n_type];

Completed in 83 milliseconds