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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp76 PcDesc* find_pc_desc(int pc_offset, bool approximate);
570 PcDesc* find_pc_desc_internal(address pc, bool approximate);
572 PcDesc* find_pc_desc(address pc, bool approximate) { argument
577 return find_pc_desc_internal(pc, approximate);
H A Dnmethod.cpp190 int pc_desc_approx; // number of those which have approximate true
289 static inline bool match_desc(PcDesc* pc, int pc_offset, bool approximate) { argument
291 if (!approximate)
309 PcDesc* PcDescCache::find_pc_desc(int pc_offset, bool approximate) { argument
311 NOT_PRODUCT(if (approximate) ++nmethod_stats.pc_desc_approx);
326 if (match_desc(res, pc_offset, approximate)) {
335 if (match_desc(res, pc_offset, approximate)) {
1940 static PcDesc* linear_search(nmethod* nm, int pc_offset, bool approximate) { argument
1947 if (match_desc(p, pc_offset, approximate)) {
1960 PcDesc* nmethod::find_pc_desc_internal(address pc, bool approximate) { argument
[all...]
/openjdk7/jdk/src/share/classes/java/sql/
H A DDatabaseMetaData.java2547 * @param approximate when true, result is allowed to reflect approximate
2554 boolean unique, boolean approximate)
2553 getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate) argument

Completed in 53 milliseconds