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

/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.hpp37 * MallocCallsitePointer and VMCallsitePointer are used
44 class MallocCallsitePointer : public MemPointer { class in inherits:MemPointer
50 MallocCallsitePointer() { function in class:MallocCallsitePointer
55 MallocCallsitePointer(address pc) : MemPointer(pc) { function in class:MallocCallsitePointer
60 MallocCallsitePointer& operator=(const MallocCallsitePointer& p) {

Completed in 33 milliseconds