Searched defs:handler_table (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCompiler.cpp201 ExceptionHandlerTable handler_table; local
211 &handler_table,
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp948 ExceptionHandlerTable* handler_table,
1022 handler_table, inc_table,
941 register_method(ciMethod* target, int entry_bci, CodeOffsets* offsets, int orig_pc_offset, CodeBuffer* code_buffer, int frame_words, OopMapSet* oop_map_set, ExceptionHandlerTable* handler_table, ImplicitExceptionTable* inc_table, AbstractCompiler* compiler, int comp_level, bool has_unsafe_access, bool has_wide_vectors) argument
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp570 ExceptionHandlerTable* handler_table,
584 + round_to(handler_table->size_in_bytes(), oopSize)
591 handler_table,
809 ExceptionHandlerTable* handler_table,
857 _nul_chk_table_offset = _handler_table_offset + round_to(handler_table->size_in_bytes(), oopSize);
878 handler_table->copy_to(this);
934 LOG_OFFSET(xtty, handler_table);
561 new_nmethod(methodHandle method, int compile_id, int entry_bci, CodeOffsets* offsets, int orig_pc_offset, DebugInformationRecorder* debug_info, Dependencies* dependencies, CodeBuffer* code_buffer, int frame_size, OopMapSet* oop_maps, ExceptionHandlerTable* handler_table, ImplicitExceptionTable* nul_chk_table, AbstractCompiler* compiler, int comp_level ) argument
797 nmethod( methodOop method, int nmethod_size, int compile_id, int entry_bci, CodeOffsets* offsets, int orig_pc_offset, DebugInformationRecorder* debug_info, Dependencies* dependencies, CodeBuffer *code_buffer, int frame_size, OopMapSet* oop_maps, ExceptionHandlerTable* handler_table, ImplicitExceptionTable* nul_chk_table, AbstractCompiler* compiler, int comp_level ) argument
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp899 ExceptionHandlerTable* handler_table() { return &_handler_table; } function in class:Compile

Completed in 68 milliseconds