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

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/compiler/
H A DImmutableOopMapSet.java35 public class ImmutableOopMapSet extends VMObject { class in inherits:VMObject
99 public ImmutableOopMapSet(Address addr) { method in class:ImmutableOopMapSet
[all...]
/openjdk9/hotspot/src/share/vm/compiler/
H A DoopMap.hpp302 class ImmutableOopMapSet { class
311 ImmutableOopMapSet(const OopMapSet* oopmap_set, int size) : _count(oopmap_set->size()), _size(size) {} function in class:ImmutableOopMapSet
[all...]

Completed in 49 milliseconds