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

/openjdk7/hotspot/src/os/bsd/vm/
H A Ddecoder_machO.cpp75 uint32_t this_value = cur_nlist->n_value; local
77 if (addr_relative == this_value) {
79 found_symval = this_value;
81 } else if (addr_relative > this_value) {
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkState.cpp157 SharkValue *this_value = this->local(i); local
159 assert((this_value == NULL) == (other_value == NULL), "should be");
160 if (this_value != NULL) {
163 set_local(i, this_value->merge(
171 SharkValue *this_value = this->stack(i); local
173 assert((this_value == NULL) == (other_value == NULL), "should be");
174 if (this_value != NULL) {
177 set_stack(i, this_value->merge(

Completed in 31 milliseconds