Home | History | Annotate | Download | only in runtime

Lines Matching defs:it

33 // Typically a signal handler should not need to deal with signals that occur within it.
37 // that it may not work. If the cause of the original SIGSEGV is a corrupted stack or other
52 // a. it completes successfully
53 // b. it crashes and a signal is raised.
60 // and write something to the log to tell the user that it happened.
151 // If malloc calls abort, it will be holding its lock.
152 // If the handler tries to call malloc, it will deadlock.
165 // We have handled a signal so it's time to return from the
175 // if it is.
191 // Release the fault manager so that it will remove the signal chain for
285 auto it = std::find(generated_code_handlers_.begin(), generated_code_handlers_.end(), handler);
286 if (it != generated_code_handlers_.end()) {
287 generated_code_handlers_.erase(it);
292 other_handlers_.erase(it);
298 // This function is called within the signal handler. It checks that
301 // We can only be running Java code in the current thread if it
317 // Make sure it has the mutator lock.
340 // TODO: check the GC maps to make sure it's an object.