Lines Matching defs:handler
81 // Get the address of this stack handler.
84 // Get the next stack handler in the chain.
87 // Get the next stack handler, as an Address. This is safe to use even
88 // when the next handler is null.
279 // Get the top handler from the current stack iterator.
561 // Lookup exception handler for current {pc}, returns -1 if none found. Also
562 // returns data associated with the handler site specific to the frame type:
797 // Lookup exception handler for current {pc}, returns -1 if none found. Only
822 // Lookup exception handler for current {pc}, returns -1 if none found.
849 // Lookup exception handler for current {pc}, returns -1 if none found.
965 // Lookup exception handler for current {pc}, returns -1 if none found.
1224 StackHandler* handler() const {
1339 // Returns true if the pc points to a bytecode handler and the frame pointer
1340 // doesn't seem to be a bytecode handler's frame, which implies that the
1341 // bytecode handler has an elided frame. This is not precise and might give