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

/openjdk7/hotspot/src/share/vm/runtime/
H A DdtraceJSDT.hpp68 nmethod** _nmethods; // all the probe methods member in class:RegisteredProbes
75 _nmethods = NEW_C_HEAP_ARRAY(nmethod*, count, mtInternal);
81 _nmethods[i]->make_not_entrant();
82 _nmethods[i]->method()->clear_code();
84 FREE_C_HEAP_ARRAY(nmethod*, _nmethods, mtInternal);
85 _nmethods = NULL;
102 return _nmethods[i];
107 _nmethods[i] = nm;

Completed in 34 milliseconds