Searched refs:int_at_put (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.hpp106 inline void int_at_put(int bci, int value) { Bytes::put_Java_u4(&code_array()[bci], value); } function in class:Relocator
H A Drelocator.cpp298 int_at_put(offset, new_delta);
703 int_at_put(cbci + 1, delta);
719 int_at_put(bci + 1, delta);
H A Dframe.hpp197 void int_at_put(int offset, jint value) { *int_at_addr(offset) = value; } function in class:VALUE_OBJ_CLASS_SPEC
H A Dreflection.cpp292 typeArrayOop(a)->int_at_put(index, value->i);
H A Ddeoptimization.cpp884 obj->int_at_put(index, (jint)*((jint*)&val));
/openjdk7/hotspot/src/share/vm/oops/
H A DtypeArrayOop.hpp134 void int_at_put(int which, jint contents) { *int_at_addr(which) = contents; } function in class:typeArrayOopDesc
H A DconstantPoolOop.hpp256 void int_at_put(int which, jint i) { function in class:constantPoolOopDesc
H A DconstantPoolOop.cpp1203 to_cp->int_at_put(to_i, i);
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp4380 values_h->int_at_put(0, java_lang_Thread::NEW);
4386 values_h->int_at_put(0, java_lang_Thread::RUNNABLE);
4392 values_h->int_at_put(0, java_lang_Thread::BLOCKED_ON_MONITOR_ENTER);
4398 values_h->int_at_put(0, java_lang_Thread::IN_OBJECT_WAIT);
4399 values_h->int_at_put(1, java_lang_Thread::PARKED);
4405 values_h->int_at_put(0, java_lang_Thread::SLEEPING);
4406 values_h->int_at_put(1, java_lang_Thread::IN_OBJECT_WAIT_TIMED);
4407 values_h->int_at_put(2, java_lang_Thread::PARKED_TIMED);
4413 values_h->int_at_put(0, java_lang_Thread::TERMINATED);
/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.cpp1359 depths_array->int_at_put(count, depth);
1370 depths_array->int_at_put(count, -1);
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp200 cp->int_at_put(index, (jint) bytes);
716 case T_INT: cp->int_at_put(index, value.i); break;
2484 method_ordering->int_at_put(index, old_index);

Completed in 292 milliseconds