Searched refs:counter_temp_offset_in_bytes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.hpp188 static int counter_temp_offset_in_bytes() { return offset_of(UnrollBlock, _counter_temp); } function in class:Deoptimization::UnrollBlock
/openjdk7/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_32.cpp3023 Address counter(rdi, Deoptimization::UnrollBlock::counter_temp_offset_in_bytes());
3243 Address counter(rdi, Deoptimization::UnrollBlock::counter_temp_offset_in_bytes());

Completed in 59 milliseconds