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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkStack.hpp222 llvm::Value* monitor_header_addr(int index) const { function in class:SharkStack
H A DsharkTopLevelBlock.cpp1882 Value *monitor_header_addr = stack()->monitor_header_addr(monitor); local
1897 builder()->CreateStore(disp, monitor_header_addr);
1900 monitor_header_addr, SharkType::intptr_type());
1935 builder()->CreateStore(LLVMValue::intptr_constant(0), monitor_header_addr);
1965 Value *monitor_header_addr = stack()->monitor_header_addr(monitor); local
1968 Value *disp = builder()->CreateLoad(monitor_header_addr);
1977 monitor_header_addr, SharkType::intptr_type());

Completed in 46 milliseconds