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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp2345 vmIntrinsics::ID null_iid = vmIntrinsics::_none; // distinct from all method handle invoker intrinsics local
2346 unsigned int hash = invoke_method_table()->compute_hash(signature, null_iid);
2348 SymbolPropertyEntry* spe = invoke_method_table()->find_entry(index, hash, signature, null_iid);
2418 spe = invoke_method_table()->find_entry(index, hash, signature, null_iid);
2420 spe = invoke_method_table()->add_entry(index, hash, signature, null_iid);

Completed in 69 milliseconds