Searched refs:_orig (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.hpp182 methodDataOopDesc _orig; member in class:ciMethodData
242 int creation_mileage() { return _orig.creation_mileage(); }
275 return _orig.overflow_trap_count();
278 return _orig.overflow_recompile_count();
281 return _orig.decompile_count();
284 return _orig.trap_count(reason);
286 uint trap_reason_limit() const { return _orig.trap_reason_limit(); }
287 uint trap_count_limit() const { return _orig.trap_count_limit(); }
H A DciMethodData.cpp40 Copy::zero_to_words((HeapWord*) &_orig, sizeof(_orig) / sizeof(HeapWord));
61 Copy::zero_to_words((HeapWord*) &_orig, sizeof(_orig) / sizeof(HeapWord));
89 (HeapWord*) &_orig + skip_header,
90 sizeof(_orig) / HeapWordSize - skip_header);
91 DEBUG_ONLY(*_orig.adr_method() = NULL); // no dangling oops, please
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1044 nonstatic_field(ciMethodData, _orig, methodDataOopDesc) \

Completed in 310 milliseconds