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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBuilder.hpp179 llvm::CallInst* CreateCmpxchgPtr(llvm::Value* exchange_value,
H A DsharkBuilder.cpp450 CallInst* SharkBuilder::CreateCmpxchgPtr(Value* exchange_value, function in class:SharkBuilder
H A DsharkTopLevelBlock.cpp1701 Value *check = builder()->CreateCmpxchgPtr(new_top, top_addr, old_top);
1901 Value *check = builder()->CreateCmpxchgPtr(lock, mark_addr, disp);
1986 Value *check = builder()->CreateCmpxchgPtr(disp, mark_addr, lock);

Completed in 51 milliseconds