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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp57 FrameMap* frame_map() const { return _frame_map; } function in class:LIR_Assembler
H A Dc1_Compilation.hpp138 FrameMap* frame_map() const { return _frame_map; } function in class:Compilation
H A Dc1_LIRGenerator.hpp437 FrameMap* frame_map() const { return _compilation->frame_map(); } function in class:LIRGenerator
H A Dc1_IR.hpp258 FrameMap* frame_map() const { return scope()->compilation()->frame_map(); } function in class:CodeEmitInfo
H A Dc1_LinearScan.hpp173 FrameMap* frame_map() const { return _frame_map; } function in class:LinearScan
398 LinearScan(IR* ir, LIRGenerator* gen, FrameMap* frame_map);
H A Dc1_LinearScan.cpp86 LinearScan::LinearScan(IR* ir, LIRGenerator* gen, FrameMap* frame_map) argument
90 , _frame_map(frame_map)
114 assert(this->frame_map() != NULL, "check if valid");
252 int result = spill_slot + LinearScan::nof_regs + frame_map()->argcount();
279 if (!frame_map()->finalize_frame(max_spills())) {
2031 return frame_map()->regname(opr);
2373 int frame_size = frame_map()->framesize();
2374 int arg_count = frame_map()->oop_map_arg_count();
2418 set_oop(map, frame_map()->slot_regname(interval->canonical_spill_slot() - LinearScan::nof_regs));
2427 set_oop(map, frame_map()
[all...]

Completed in 53 milliseconds