Searched defs:_byte_map_base (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_CodeStubs_sparc.cpp438 jbyte* G1PostBarrierStub::_byte_map_base = NULL; member in class:G1PostBarrierStub
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_CodeStubs_x86.cpp491 jbyte* G1PostBarrierStub::_byte_map_base = NULL; member in class:G1PostBarrierStub
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_CodeStubs.hpp582 static jbyte* _byte_map_base; member in class:G1PostBarrierStub
585 if (_byte_map_base == NULL) {
586 _byte_map_base = byte_map_base_slow();
588 return _byte_map_base;
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp483 static volatile jbyte* _byte_map_base; // adjusted card table base for oop store barrier local
492 register volatile jbyte* BYTE_MAP_BASE = _byte_map_base;
497 #define BYTE_MAP_BASE _byte_map_base
612 _byte_map_base = (volatile jbyte*)(((CardTableModRefBS*)bs)->byte_map_base);

Completed in 46 milliseconds