Lines Matching refs:Compilation
76 if (Compilation::current() != NULL) {
77 _log = Compilation::current()->log();
93 // Implementation of Compilation
98 void Compilation::maybe_print_current_instruction() {
107 DebugInformationRecorder* Compilation::debug_info_recorder() const {
112 Dependencies* Compilation::dependency_recorder() const {
117 void Compilation::initialize() {
128 void Compilation::build_hir() {
202 void Compilation::emit_lir() {
234 void Compilation::emit_code_epilog(LIR_Assembler* assembler) {
272 bool Compilation::setup_code_buffer(CodeBuffer* code, int call_stub_estimate) {
278 code->initialize_consts_size(Compilation::desired_max_constant_size());
289 int Compilation::emit_code_body() {
319 int Compilation::compile_java_method() {
357 void Compilation::install_code(int frame_size) {
379 void Compilation::compile_method() {
425 void Compilation::generate_exception_handler_table() {
483 Compilation::Compilation(AbstractCompiler* compiler, ciEnv* env, ciMethod* method,
519 // Compilation failed, create MDO, which would signal the interpreter
531 Compilation::~Compilation() {
536 void Compilation::add_exception_handlers_for_pco(int pco, XHandlers* exception_handlers) {
547 void Compilation::notice_inlined_method(ciMethod* method) {
552 void Compilation::bailout(const char* msg) {
562 void Compilation::print_timers() {
585 void Compilation::compile_only_this_method() {
593 void Compilation::compile_only_this_scope(outputStream* st, IRScope* scope) {
602 void Compilation::exclude_this_method() {