Searched refs:new_stk_loc (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Dlocation.hpp93 static Location new_stk_loc( Type t, int offset ) { return Location(on_stack,t,offset>>LogBytesPerInt); } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_FrameMap.cpp240 Location tmp_loc = Location::new_stk_loc(loc_type, offset);
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCacheDecache.hpp128 return Location::new_stk_loc(type, offset * wordSize);
/openjdk7/hotspot/src/share/vm/opto/
H A Doutput.cpp587 : new LocationValue(Location::new_stk_loc(l_type, ra->reg2offset(regnum)));
939 Location basic_lock = Location::new_stk_loc(Location::normal,_regalloc->reg2offset(box_reg));

Completed in 33 milliseconds