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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp436 inline oop recorded_oop_at(int i);
466 oop argument(int i); // => recorded_oop_at(argument_index(i))
H A Ddependencies.cpp618 inline oop Dependencies::DepStream::recorded_oop_at(int i) { function in class:Dependencies::DepStream
625 oop result = recorded_oop_at(argument_index(i));

Completed in 37 milliseconds