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

/openjdk7/hotspot/src/share/vm/runtime/
H A Drframe.cpp83 RFrame* rf; local
86 rf = new InterpretedRFrame(fr, thread, callee);
91 rf = new CompiledRFrame(fr, thread, callee);
95 rf->set_distance(dist);
96 rf->init();
97 return rf;
H A DcompilationPolicy.cpp592 RFrame* StackWalkCompPolicy::senderOf(RFrame* rf, GrowableArray<RFrame*>* stack) { argument
593 RFrame* sender = rf->caller();
/openjdk7/hotspot/src/share/vm/code/
H A DcompressedStream.cpp61 int rf = read_int(); local
62 int f = reverse_int(rf);
100 juint rf = reverse_int(f); local
101 assert(f == reverse_int(rf), "can re-read same bits");
102 write_int(rf);

Completed in 24 milliseconds