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

/openjdk7/hotspot/src/share/vm/code/
H A Dlocation.hpp77 Location(Where where_, Type type_, unsigned offset_) { argument
78 set(where_, type_, offset_);
79 assert( where () == where_ , "" );
84 inline void set(Where where_, Type type_, unsigned offset_) { argument
85 _value = (juint) ((where_ << WHERE_SHIFT) |

Completed in 28 milliseconds