Searched +defs:val +defs:access (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp439 static inline jlong convert_size_t_to_jlong(size_t val) { argument
441 NOT_LP64 (return (jlong)val;)
442 LP64_ONLY(return (jlong)MIN2(val, (size_t)max_jlong);)
1117 // If there is a security manager and protection domain, check the access
1129 // Whitelist certain access control contexts
1193 // Create an unprivileged access control object and call it's run function
1518 // the system could allow a spoof of an inner class to gain access rights.
1835 // Constant pool access //////////////////////////////////////////////////////////
3296 bool force_verify_field_access(klassOop current_class, klassOop field_class, AccessFlags access, bool classloader_only) { argument
3300 if ((current_class == field_class) || access
3891 jboolean val = (dbuf->byte_at(off) != 0) ? JNI_TRUE : JNI_FALSE; variable
3906 jchar val = ((dbuf->byte_at(off + 0) & 0xFF) << 8) variable
3915 jshort val = ((dbuf->byte_at(off + 0) & 0xFF) << 8) variable
4016 jboolean val = o->bool_field(field_offset); variable
4027 jchar val = o->char_field(field_offset); variable
4035 jshort val = o->short_field(field_offset); variable
4043 jint val = o->int_field(field_offset); variable
4064 jlong val = o->long_field(field_offset); variable
[all...]

Completed in 41 milliseconds