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

/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp256 LIR_List* entry_code = new LIR_List(_compilation); local
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp87 LIR_List* entry_code() const { return _entry_code; } function in class:XHandler
98 void set_entry_code(LIR_List* entry_code) { _entry_code = entry_code; } argument
H A Dc1_LinearScan.cpp1977 LIR_List* entry_code = new LIR_List(compilation()); local

Completed in 53 milliseconds