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

/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticArgument.cpp105 template <> void DCmdArgument<jlong>::init_value(TRAPS) { function in class:DCmdArgument
140 template <> void DCmdArgument<bool>::init_value(TRAPS) { function in class:DCmdArgument
164 template <> void DCmdArgument<char*>::init_value(TRAPS) { function in class:DCmdArgument
241 template <> void DCmdArgument<NanoTimeArgument>::init_value(TRAPS) { function in class:DCmdArgument
264 template <> void DCmdArgument<StringArrayArgument*>::init_value(TRAPS) { function in class:DCmdArgument
317 template <> void DCmdArgument<MemorySizeArgument>::init_value(TRAPS) { function in class:DCmdArgument
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp1306 Register init_value = noreg; // will be G0 if we must clear locals local
1312 init_value = G0;
1329 __ delayed()->st_ptr( init_value, O2, 0 );
H A DcppInterpreter_sparc.cpp1226 Register init_value = noreg; // will be G0 if we must clear locals local
1230 init_value = G0;
1234 init_value = O3;
1235 __ set( 0x0F0F0F0F, init_value );
1238 if (init_value != noreg) {
1256 __ delayed()->st_ptr( init_value, O2, 0 );

Completed in 32 milliseconds