| find_breakpoint(jmethodID method, jlocation location) | VMBreakPoints | |
| find_breakpoint(NativeCodePtr addr) | VMBreakPoints | |
| find_method_breakpoint(jmethodID method) | VMBreakPoints | |
| find_next_breakpoint(VMBreakPoint *prev, NativeCodePtr addr) | VMBreakPoints | |
| find_next_breakpoint(VMBreakPoint *prev, jmethodID method, jlocation location) | VMBreakPoints | |
| find_next_method_breakpoint(VMBreakPoint *prev, jmethodID method) | VMBreakPoints | |
| find_other_breakpoint_with_same_addr(VMBreakPoint *bp) | VMBreakPoints | |
| find_other_reference(VMBreakInterface *intf, jmethodID method, jlocation location) | VMBreakPoints | |
| find_other_reference(VMBreakInterface *intf, NativeCodePtr addr) | VMBreakPoints | |
| find_other_reference(VMBreakInterface *intf, VMBreakPoint *bp) | VMBreakPoints | |
| find_thread_local_break(VM_thread *vmthread) | VMBreakPoints | |
| get_first_breakpoint() | VMBreakPoints | |
| get_first_intf(unsigned priority) | VMBreakPoints | |
| get_lock() | VMBreakPoints | |
| get_next_breakpoint(VMBreakPoint *prev) | VMBreakPoints | |
| get_next_intf(VMBreakInterface *intf) | VMBreakPoints | |
| insert_interpreter_breakpoint(VMBreakPoint *bp) | VMBreakPoints | |
| insert_native_breakpoint(VMBreakPoint *bp) | VMBreakPoints | |
| lock() | VMBreakPoints | |
| new_intf(TIEnv *env, BPInterfaceCallBack callback, unsigned priority, bool is_interp) | VMBreakPoints | |
| process_interpreter_breakpoint(jmethodID method, jlocation location) | VMBreakPoints | |
| process_native_breakpoint(Registers *regs) | VMBreakPoints | |
| release_intf(VMBreakInterface *intf) | VMBreakPoints | |
| remove_interpreter_breakpoint(VMBreakPoint *bp) | VMBreakPoints | |
| remove_native_breakpoint(VMBreakPoint *bp) | VMBreakPoints | |
| unlock() | VMBreakPoints | |
| VMBreakPoints() | VMBreakPoints | |
| ~VMBreakPoints() | VMBreakPoints | |