Searched refs:is_static (Results 1 - 25 of 97) sorted by relevance

1234

/openjdk7/hotspot/src/share/vm/ci/
H A DciField.hpp127 return _holder->is_shared() && !is_static();
147 assert(is_static() && is_constant(), "illegal call to constant_value()");
154 assert(!is_static() && is_constant(), "only if field is non-static constant");
174 bool is_static () { return flags().is_static(); } function in class:ciField
H A DciFlags.cpp68 if (is_static()) {
H A DciFlags.hpp52 bool is_static () const { return (_flags & JVM_ACC_STATIC ) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
H A DciField.cpp193 if (!this->is_static()) {
330 bool is_static = (bc == Bytecodes::_getstatic || bc == Bytecodes::_putstatic); local
331 if (is_static != this->is_static()) {
379 if (_is_constant && is_static()) {
H A DciMethod.hpp133 return _signature->size() + (_flags.is_static() ? 0 : 1);
261 bool check_call(int refinfo_index, bool is_static) const;
277 bool is_static () const { return flags().is_static(); } function in class:ciMethod
H A DciInstanceKlass.cpp343 ciField* ciInstanceKlass::get_field_by_offset(int field_offset, bool is_static) { argument
344 if (!is_static) {
359 if (!k->find_field_from_offset(field_offset, is_static, &fd)) {
368 ciField* ciInstanceKlass::get_field_by_name(ciSymbol* name, ciSymbol* signature, bool is_static) { argument
372 klassOop def = k->find_field(name->get_symbol(), signature->get_symbol(), is_static, &fd);
478 if (fs.access_flags().is_static()) continue;
495 if (fs.access_flags().is_static()) continue;
H A DciInstanceKlass.hpp176 ciField* get_field_by_offset(int field_offset, bool is_static);
177 ciField* get_field_by_name(ciSymbol* name, ciSymbol* signature, bool is_static);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DinterpreterRT_x86.hpp62 _num_args = (method->is_static() ? 1 : 0);
65 _num_int_args = (method->is_static() ? 1 : 0);
H A DtemplateTable_x86_32.cpp2144 bool is_static = false) {
2156 if (is_static) {
2214 bool is_static,
2229 if (is_static) {
2251 void TemplateTable::getfield_or_static(int byte_no, bool is_static) { argument
2261 jvmti_post_field_access(cache, index, is_static, false);
2262 load_field_cp_cache_entry(obj, cache, index, off, flags, is_static);
2264 if (!is_static) pop_and_check_object(obj);
2280 if (!is_static) {
2293 if (!is_static) {
2212 jvmti_post_field_access(Register cache, Register index, bool is_static, bool has_tos) argument
2396 jvmti_post_field_mod(Register cache, Register index, bool is_static) argument
2460 putfield_or_static(int byte_no, bool is_static) argument
[all...]
H A DtemplateTable_x86_64.cpp2198 bool is_static = false) {
2212 if (is_static) {
2270 bool is_static, bool has_tos) {
2289 if (is_static) {
2312 void TemplateTable::getfield_or_static(int byte_no, bool is_static) { argument
2323 jvmti_post_field_access(cache, index, is_static, false);
2324 load_field_cp_cache_entry(obj, cache, index, off, flags, is_static);
2326 if (!is_static) {
2346 if (!is_static) {
2357 if (!is_static) {
2269 jvmti_post_field_access(Register cache, Register index, bool is_static, bool has_tos) argument
2458 jvmti_post_field_mod(Register cache, Register index, bool is_static) argument
2515 putfield_or_static(int byte_no, bool is_static) argument
[all...]
H A DinterpreterRT_x86_64.cpp378 _reg_args = to - (method->is_static() ? 4 : 5);
382 _num_args = (method->is_static() ? 1 : 0);
470 _int_args = to - (method->is_static() ? 14 : 15);
474 _num_int_args = (method->is_static() ? 1 : 0);
/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldDescriptor.hpp93 bool is_static() const { return access_flags().is_static(); } function in class:VALUE_OBJ_CLASS_SPEC
H A DjfieldIDWorkaround.hpp153 static jfieldID to_jfieldID(instanceKlassHandle k, int offset, bool is_static) { argument
154 if (is_static) {
H A Dsignature.hpp254 if (mh->is_static()) _fingerprint |= 1;
301 bool is_static() const { return method()->is_static(); } function in class:NativeSignatureIterator
319 _prepended = !is_static() ? JNIEnv_words : JNIEnv_words + mirror_words;
338 if (!is_static()) {
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInvariants.hpp174 bool is_static() const { function in class:SharkTargetInvariants
175 return target()->is_static();
H A DsharkNativeWrapper.hpp95 bool is_static() const { function in class:SharkNativeWrapper
96 return target()->is_static();
120 assert(is_static() || is_returning_oop(), "should be");
H A DsharkNativeWrapper.cpp70 if (is_static() || is_returning_oop()) {
100 if (is_static()) {
162 if (i == 0 && !is_static())
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.hpp243 oop obj, klassOop klass, jfieldID fieldID, bool is_static);
245 oop obj, klassOop klass, jfieldID fieldID, bool is_static);
247 klassOop klass, jfieldID fieldID, bool is_static);
251 oop obj, klassOop klass, jfieldID fieldID, bool is_static, char sig_type,
254 oop obj, klassOop klass, jfieldID fieldID, bool is_static, char sig_type,
257 klassOop klass, jfieldID fieldID, bool is_static, char sig_type,
H A DnativeLookup.cpp249 + (method->is_static() ? 1 : 0) // class for static methods
280 !method->is_static()) {
301 + (method->is_static() ? 1 : 0) // class for static methods
/openjdk7/hotspot/src/cpu/zero/vm/
H A DinterpreterRT_zero.cpp124 if (method()->is_static())
152 (method->is_static() ? 2 : 1) + method->size_of_parameters() + 1;
/openjdk7/hotspot/src/share/vm/utilities/
H A DaccessFlags.cpp66 if (is_static ()) st->print("static " );
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp291 bool is_static);
300 static void getfield_or_static(int byte_no, bool is_static);
301 static void putfield_or_static(int byte_no, bool is_static);
332 static void jvmti_post_field_access(Register cache, Register index, bool is_static, bool has_tos);
333 static void jvmti_post_field_mod(Register cache, Register index, bool is_static);
H A DinterpreterRuntime.cpp512 bool is_static = (bytecode == Bytecodes::_getstatic || bytecode == Bytecodes::_putstatic); variable
543 get_code = ((is_static) ? Bytecodes::_getstatic : Bytecodes::_getfield);
545 put_code = ((is_static) ? Bytecodes::_putstatic : Bytecodes::_putfield);
965 bool is_static = (obj == NULL); variable
969 if (!is_static) {
974 jfieldID fid = jfieldIDWorkaround::to_jfieldID(h_cp_entry_f1, cp_entry->f2_as_index(), is_static);
1002 bool is_static = (obj == NULL); variable
1006 jfieldID fid = jfieldIDWorkaround::to_jfieldID(h_klass, cp_entry->f2_as_index(), is_static);
1025 if (!is_static) {
1126 (method->is_static()
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DinterpreterRT_sparc.cpp106 bool do_NULL_check = offset() != 0 || is_static();
224 _argcount = method->is_static() ? 2 : 1;
239 SlowSignatureHandler(m, (address)from, m->is_static() ? to+2 : to+1, to).iterate(UCONST64(-1));
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse3.cpp45 assert( field->is_static(), "Only check if field is static");
59 if (method->is_static()) {
86 if (is_field == field->is_static()) {
151 if (field->is_static()) {
189 } else if (field->is_constant() && field->is_static()) {

Completed in 295 milliseconds

1234