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

/openjdk10/hotspot/src/share/vm/utilities/
H A DresourceHash.hpp173 static size_t node_size() { function in class:ResourceHashtable
/openjdk10/hotspot/src/share/vm/opto/
H A Dgcm.cpp1436 uint node_size = regalloc._lrg_map.max_lrg_id(); local
1437 ifg.init(node_size); // Empty IFG
1441 live.compute(node_size); // Compute liveness
1443 recalc_pressure_nodes = NEW_RESOURCE_ARRAY(intptr_t, node_size);
1444 for (uint i = 0; i < node_size; i++) {
H A Dnode.cpp583 int node_size = size_of(); local
594 compile->node_arena()->Afree(_in,edge_size+node_size);
602 compile->node_arena()->Afree(this,node_size);

Completed in 105 milliseconds