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

/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.hpp46 virtual bool is_location() const { return false; } function in class:ScopeValue
68 bool is_location() const { return true; } function in class:LocationValue
/openjdk7/hotspot/src/share/vm/runtime/
H A DstackValue.cpp33 if (sv->is_location()) {
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp2224 if (value->is_location()) {
2239 if (value->owner()->is_location()) {
2252 if (v1->is_location()) {
2253 assert(v2->is_location(), "");

Completed in 41 milliseconds