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

/openjdk7/hotspot/src/share/vm/code/
H A DoopRecorder.hpp46 // allocate_index and find_index never return the same index,
47 // and allocate_index never returns the same index twice.
48 // In fact, two successive calls to allocate_index return successive ints.
49 int allocate_index(jobject h) { function in class:OopRecorder
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp1599 int oop_index = oop_recorder()->allocate_index(obj);
H A Dc1_LIRAssembler_sparc.cpp513 int oop_index = __ oop_recorder()->allocate_index((jobject)NULL);

Completed in 53 milliseconds