Searched defs:ref (Results 251 - 266 of 266) sorted by relevance

<<11

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DStyleSheet.java332 * @param ref the reference URL. This value represents the
337 public void loadRules(Reader in, URL ref) throws IOException { argument
339 parser.parse(ref, in, false, false);
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp118 virtual void do_object(int begin, int end) { set(CellTypeState::ref); };
119 virtual void do_array (int begin, int end) { set(CellTypeState::ref); };
135 effect[_idx++] = CellTypeState::ref;
285 CellTypeState CellTypeState::ref = CellTypeState::make_any(ref_conflict); member in class:CellTypeState
293 static CellTypeState refCTS = CellTypeState::ref;
296 static CellTypeState rCTS[2] = { CellTypeState::ref, CellTypeState::bottom };
297 static CellTypeState rrCTS[3] = { CellTypeState::ref, CellTypeState::ref, CellTypeState::bottom };
298 static CellTypeState vrCTS[3] = { CellTypeState::value, CellTypeState::ref, CellTypeState::bottom };
300 static CellTypeState rvrCTS[4] = { CellTypeState::ref, CellTypeStat
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp478 const node_idx_t* ref = &_idx; local
479 *(node_idx_t*)ref = new_idx;
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java159 private static final String REF_SEPARATOR = "java.naming.ldap.ref.separator";
2380 private void setReferralMode(String ref, boolean update) { argument
2382 if (ref != null) {
2383 if (ref.equals("follow")) {
2385 } else if (ref.equals("throw")) {
2387 } else if (ref.equals("ignore")) {
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java3508 * @param ref the new <code>Ref</code> column value
3514 public void updateRef(int columnIndex, java.sql.Ref ref) argument
3517 rs.updateRef(columnIndex, ref);
3536 * @param ref the new column value
3542 public void updateRef(String columnName, java.sql.Ref ref) argument
3544 updateRef(findColumn(columnName), ref);
H A DCachedRowSetImpl.java6492 * @param ref the new column <code>java.sql.Ref</code> value
6498 public void updateRef(int columnIndex, java.sql.Ref ref) throws SQLException { argument
6507 getCurrentRow().setColumnObject(columnIndex, new SerialRef(ref));
6526 * @param ref the new column <code>java.sql.Ref</code> value
6532 public void updateRef(String columnName, java.sql.Ref ref) throws SQLException { argument
6533 updateRef(getColIdxByName(columnName), ref);
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java4234 * @param ref the new column <code>java.sql.Ref</code> value
4240 public void updateRef(int columnIndex, java.sql.Ref ref) throws SQLException { argument
4260 * @param ref the new column <code>java.sql.Ref</code> value
4266 public void updateRef(String columnName, java.sql.Ref ref) throws SQLException { argument
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DClassDefinition.java914 * Note that this class is being used somehow by <tt>ref</tt>.
917 public void noteUsedBy(ClassDefinition ref, long where, Environment env) { argument
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java2218 private Node ref(int refNum) { method in class:Pattern
2278 root = ref((ch - '0'));
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.hpp792 // Interface to java.lang.ref.Reference objects
816 static oop referent(oop ref) { argument
817 return ref->obj_field(referent_offset);
819 static void set_referent(oop ref, oop value) { argument
820 ref->obj_field_put(referent_offset, value);
822 static void set_referent_raw(oop ref, oop value) { argument
823 ref->obj_field_put_raw(referent_offset, value);
825 static HeapWord* referent_addr(oop ref) { argument
826 return ref->obj_field_addr<HeapWord>(referent_offset);
828 static oop next(oop ref) { argument
831 set_next(oop ref, oop value) argument
834 set_next_raw(oop ref, oop value) argument
837 next_addr(oop ref) argument
840 discovered(oop ref) argument
843 set_discovered(oop ref, oop value) argument
846 set_discovered_raw(oop ref, oop value) argument
849 discovered_addr(oop ref) argument
[all...]
H A DjavaClasses.cpp2375 jlong java_lang_ref_SoftReference::timestamp(oop ref) { argument
2376 return ref->long_field(timestamp_offset);
2500 void java_lang_invoke_MemberName::set_vmtarget(oop mname, oop ref) { argument
2504 if (ref != NULL) {
2510 assert(ref->is_method(), "should be a method");
2513 assert(ref->is_klass(), "should be a class");
2520 mname->obj_field_put(_vmtarget_offset, ref);
3186 // java.lang.ref.Reference
3188 CHECK_OFFSET("java/lang/ref/Reference", java_lang_ref_Reference, referent, "Ljava/lang/Object;");
3189 CHECK_OFFSET("java/lang/ref/Referenc
[all...]
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp153 entry* ref(int refnum) { function in struct:entry
166 return ref(0);
171 return ref(0);
176 return ref(1);
181 return ref(0);
186 return ref(1);
456 return putref_index(e->ref(0), size);
2854 bool isAload; // passed by ref and then ignored
2855 int junkBC; // passed by ref and then ignored
3250 ref(
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h271 (JNIEnv *env, jobject ref);
752 (JNIEnv *env, jweak ref);
858 jobject NewLocalRef(jobject ref) { argument
859 return functions->NewLocalRef(this,ref);
1839 void DeleteWeakGlobalRef(jweak ref) { argument
1840 functions->DeleteWeakGlobalRef(this,ref);
H A DjvmtiTagMap.cpp468 JvmtiTagHashmapEntry* JvmtiTagMap::create_entry(oop ref, jlong tag) { argument
472 entry = new JvmtiTagHashmapEntry(ref, tag);
478 entry->init(ref, tag);
1556 jobject ref = JNIHandles::make_local(JavaThread::current(), o); local
1557 _object_results->append(ref);
2022 // invoke basic style stack ref callback
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h271 (JNIEnv *env, jobject ref);
752 (JNIEnv *env, jweak ref);
858 jobject NewLocalRef(jobject ref) { argument
859 return functions->NewLocalRef(this,ref);
1839 void DeleteWeakGlobalRef(jweak ref) { argument
1840 functions->DeleteWeakGlobalRef(this,ref);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp1350 // for the CM ref processor.
1385 // Temporarily make discovery by the STW ref processor single threaded (non-MT).
1388 // Temporarily clear the STW ref processor's _is_alive_non_header field.
1418 // re-enable reference discovery for the CM ref processor.
2086 vm_exit_during_initialization("G1 requires a mod ref bs.");
2094 vm_exit_during_initialization("G1 requires a cardtable mod ref bs.");
2236 // * Both ref processors need to 'span' the entire heap as
2239 // * For the concurrent marking ref processor:
2249 // ref processor and abandons any entries on it's
2267 // Concurrent Mark ref processo
4585 StarTask ref; local
5503 oop ref = iter.obj(); local
[all...]

Completed in 275 milliseconds

<<11