Home | History | Annotate | Download | only in src

Lines Matching refs:HANDLER

4466   // Accessors for handler table containing offsets of exception handlers.
4481 // bytecode, constant pool, source position table, and handler table.
4803 // exception handler and a range representing the try-block covered by that
4804 // handler. Layout looks as follows:
4805 // [ range-start , range-end , handler-offset , handler-data ]
4808 // [ return-address-offset , handler-offset ]
4811 // Conservative prediction whether a given handler will locally catch an
4816 // Getters for handler table based on ranges.
4822 // Setters for handler table based on ranges.
4828 // Setters for handler table based on return addresses.
4832 // Lookup handler in a table based on ranges.
4835 // Lookup handler in a table based on return addresses.
4856 // Layout description for handler table based on ranges.
4863 // Layout description for handler table based on return addresses.
4868 // Encoding of the {handler} field.
4886 V(HANDLER) \
5151 // relocation information, deoptimization data and handler table.
9734 // [handler]: The handler property.
9735 DECL_ACCESSORS(handler, Object)