Searched defs:call_vm (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.hpp287 llvm::CallInst* call_vm(llvm::Value* callee, function in class:SharkTopLevelBlock
304 llvm::CallInst* call_vm(llvm::Value* callee, function in class:SharkTopLevelBlock
307 return call_vm(callee, args, args + 1, exception_action);
309 llvm::CallInst* call_vm(llvm::Value* callee, function in class:SharkTopLevelBlock
313 return call_vm(callee, args, args + 2, exception_action);
315 llvm::CallInst* call_vm(llvm::Value* callee, function in class:SharkTopLevelBlock
320 return call_vm(callee, args, args + 3, exception_action);
322 llvm::CallInst* call_vm(llvm::Value* callee, function in class:SharkTopLevelBlock
328 return call_vm(callee, args, args + 4, exception_action);

Completed in 62 milliseconds