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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dtimer.cpp128 elapsedTimer* accumulator,
139 _accum = accumulator;
127 TraceTime(const char* title, elapsedTimer* accumulator, bool doit, bool verbose) argument
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp3271 Compile::TracePhase::TracePhase(const char* name, elapsedTimer* accumulator, bool dolog) argument
3272 : TraceTime(NULL, accumulator, false NOT_PRODUCT( || TimeCompiler ), false),

Completed in 39 milliseconds