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

/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp277 bool match(BasicType t, value_fn_t cfn) { argument
278 return type == t && value_fn == cfn;
288 DelayedConstant::value_fn_t cfn) {
291 if (dcon->match(type, cfn))
295 if (Atomic::cmpxchg_ptr(CAST_FROM_FN_PTR(void*, cfn), &dcon->value_fn, NULL) == NULL) {
287 add(BasicType type, DelayedConstant::value_fn_t cfn) argument

Completed in 37 milliseconds