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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp519 SET_LOCALS_INT(object->char_field_acquire(entry->f2_as_index()), 0);
523 SET_LOCALS_INT(object->byte_field_acquire(entry->f2_as_index()), 0);
527 SET_LOCALS_INT(object->short_field_acquire(entry->f2_as_index()), 0);
531 SET_LOCALS_INT(object->int_field_acquire(entry->f2_as_index()), 0);
535 SET_LOCALS_LONG(object->long_field_acquire(entry->f2_as_index()), 0);
539 SET_LOCALS_FLOAT(object->float_field_acquire(entry->f2_as_index()), 0);
543 SET_LOCALS_DOUBLE(object->double_field_acquire(entry->f2_as_index()), 0);
547 SET_LOCALS_OBJECT(object->obj_field_acquire(entry->f2_as_index()), 0);
557 SET_LOCALS_INT(object->char_field(entry->f2_as_index()), 0);
561 SET_LOCALS_INT(object->byte_field(entry->f2_as_index()),
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.cpp391 return klassItable::method_for_itable_index(klassOop(f1), f2_as_index());
415 return instanceKlass::cast(klass)->method_at_vtable(f2_as_index());
H A DcpCacheOop.hpp313 int f2_as_index() const { assert(!is_vfinal(), ""); return (int) _f2; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp1784 int field_offset = cache->f2_as_index();
1894 int field_offset = cache->f2_as_index();
2294 callee = (methodOop) rcvrKlass->start_of_vtable()[ cache->f2_as_index()];
2327 int mindex = cache->f2_as_index();
2370 // methodOop callee = rcvr->klass()->klass_part()->vtable()->method_at(cache->f2_as_index());
2393 callee = (methodOop) rcvrKlass->start_of_vtable()[ cache->f2_as_index()];
H A DinterpreterRuntime.cpp974 jfieldID fid = jfieldIDWorkaround::to_jfieldID(h_cp_entry_f1, cp_entry->f2_as_index(), is_static);
1006 jfieldID fid = jfieldIDWorkaround::to_jfieldID(h_klass, cp_entry->f2_as_index(), is_static);

Completed in 700 milliseconds