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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCompiler.cpp202 ImplicitExceptionTable inc_table; local
212 &inc_table,
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp949 ImplicitExceptionTable* inc_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/opto/
H A Dcompile.hpp900 ImplicitExceptionTable* inc_table() { return &_inc_table; } function in class:Compile

Completed in 46 milliseconds