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

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp264 typedef void (*value_fn_t)(); typedef in struct:DelayedConstant
267 value_fn_t value_fn;
276 static DelayedConstant* add(BasicType type, value_fn_t value_fn);
277 bool match(BasicType t, value_fn_t cfn) {
288 DelayedConstant::value_fn_t cfn) {
332 DelayedConstant* dcon = DelayedConstant::add(T_INT, (DelayedConstant::value_fn_t) value_fn);
336 DelayedConstant* dcon = DelayedConstant::add(T_ADDRESS, (DelayedConstant::value_fn_t) value_fn);

Completed in 30 milliseconds