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

/openjdk9/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp989 ScopeValue* scope_field = sv->field_at(svIndex); local
990 StackValue* value = StackValue::create_stack_value(fr, reg_map, scope_field);
1004 if (scope_field->is_location()) {
1005 Location::Type type = ((LocationValue*) scope_field)->location().type();
1010 if (scope_field->is_constant_int()) {

Completed in 19 milliseconds