Home
last modified time | relevance | path

Searched refs:_breakpoint (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp244 _breakpoint = 202, // 0xca enumerator
372 assert(code != _breakpoint || method != NULL, "need Method* to decode breakpoint"); in code_at()
373 return (code != _breakpoint) ? code : non_breakpoint_code_at(method, bcp); in code_at()
383 static bool is_active_breakpoint_at(address bcp) { return (Code)*bcp == _breakpoint; } in is_active_breakpoint_at()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/interpreter/
H A Dbytecodes.hpp244 _breakpoint = 202, // 0xca enumerator
372 assert(code != _breakpoint || method != NULL, "need Method* to decode breakpoint"); in code_at()
373 return (code != _breakpoint) ? code : non_breakpoint_code_at(method, bcp); in code_at()
383 static bool is_active_breakpoint_at(address bcp) { return (Code)*bcp == _breakpoint; } in is_active_breakpoint_at()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/interpreter/
H A Dbytecodes.hpp244 _breakpoint = 202, // 0xca enumerator
372 assert(code != _breakpoint || method != NULL, "need Method* to decode breakpoint"); in code_at()
373 return (code != _breakpoint) ? code : non_breakpoint_code_at(method, bcp); in code_at()
383 static bool is_active_breakpoint_at(address bcp) { return (Code)*bcp == _breakpoint; } in is_active_breakpoint_at()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp243 _breakpoint = 202, // 0xca enumerator
380 assert(code != _breakpoint || method != NULL, "need Method* to decode breakpoint"); in code_at()
381 return (code != _breakpoint) ? code : non_breakpoint_code_at(method, bcp); in code_at()
391 static bool is_active_breakpoint_at(address bcp) { return (Code)*bcp == _breakpoint; } in is_active_breakpoint_at()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp243 _breakpoint = 202, // 0xca enumerator
380 assert(code != _breakpoint || method != NULL, "need Method* to decode breakpoint"); in code_at()
381 return (code != _breakpoint) ? code : non_breakpoint_code_at(method, bcp); in code_at()
391 static bool is_active_breakpoint_at(address bcp) { return (Code)*bcp == _breakpoint; } in is_active_breakpoint_at()
/dports/devel/geany-plugin-autoclose/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-workbench/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-pretty-printer/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-tableconvert/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-vimode/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-pg/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-prj/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-updatechecker/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-vc/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-latex/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct
/dports/devel/geany-plugin-markdown/geany-plugins-1.38/debugger/src/
H A Dbreakpoint.h32 typedef struct _breakpoint { struct

12345678910>>...12