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

/openjdk7/jdk/test/java/io/pathNames/win32/
H A DSJIS.java68 String cfn = f2.getCanonicalPath();
69 if (!(new File(cfn)).exists()) {
70 throw new Exception(cfn + " not found");
/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 51 milliseconds