Searched refs:handler_table (Results 1 - 6 of 6) sorted by relevance
/openjdk7/hotspot/src/share/vm/shark/ |
H A D | sharkCompiler.cpp | 201 ExceptionHandlerTable handler_table; local 211 &handler_table,
|
/openjdk7/hotspot/src/share/vm/ci/ |
H A D | ciEnv.hpp | 329 ExceptionHandlerTable* handler_table,
|
H A D | ciEnv.cpp | 948 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 D | nmethod.hpp | 261 ExceptionHandlerTable* handler_table, 297 ExceptionHandlerTable* handler_table,
|
H A D | nmethod.cpp | 570 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 D | compile.hpp | 899 ExceptionHandlerTable* handler_table() { return &_handler_table; } function in class:Compile
|
Completed in 101 milliseconds