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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCacheDecache.cpp178 read_value_from_frame(
203 *value = read_value_from_frame(SharkType::oop_type(), offset);
208 *value = read_value_from_frame(SharkType::methodOop_type(), offset);
225 read_value_from_frame(
263 Value* SharkCacher::read_value_from_frame(const Type* type, int offset) { function in class:SharkCacher
H A DsharkCacheDecache.hpp324 llvm::Value* read_value_from_frame(const llvm::Type* type, int offset);

Completed in 22 milliseconds