Home
last modified time | relevance | path

Searched refs:unhandled_oops (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DoopsHierarchy.cpp40 t->unhandled_oops()->register_unhandled_oop(this); in register_oop()
50 t->unhandled_oops()->unregister_unhandled_oop(this); in unregister_oop()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DoopsHierarchy.cpp40 t->unhandled_oops()->register_unhandled_oop(this); in register_oop()
50 t->unhandled_oops()->unregister_unhandled_oop(this); in unregister_oop()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DoopsHierarchy.cpp39 t->unhandled_oops()->register_unhandled_oop(this); in register_oop()
49 t->unhandled_oops()->unregister_unhandled_oop(this); in unregister_oop()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DoopsHierarchy.cpp40 t->unhandled_oops()->register_unhandled_oop(this, fr.pc()); in register_oop()
50 t->unhandled_oops()->unregister_unhandled_oop(this); in unregister_oop()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DoopsHierarchy.cpp40 t->unhandled_oops()->register_unhandled_oop(this, fr.pc()); in register_oop()
50 t->unhandled_oops()->unregister_unhandled_oop(this); in unregister_oop()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DoopsHierarchy.cpp40 t->unhandled_oops()->register_unhandled_oop(this, fr.pc()); in register_oop()
50 t->unhandled_oops()->unregister_unhandled_oop(this); in unregister_oop()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DoopsHierarchy.cpp43 t->unhandled_oops()->register_unhandled_oop(this, fr.pc()); in register_oop()
53 t->unhandled_oops()->unregister_unhandled_oop(this); in unregister_oop()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DoopsHierarchy.cpp43 t->unhandled_oops()->register_unhandled_oop(this, fr.pc()); in register_oop()
53 t->unhandled_oops()->unregister_unhandled_oop(this); in unregister_oop()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DoopsHierarchy.cpp45 t->unhandled_oops()->register_unhandled_oop(this, fr.pc()); in register_oop()
55 t->unhandled_oops()->unregister_unhandled_oop(this); in unregister_oop()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DoopsHierarchy.cpp44 t->unhandled_oops()->register_unhandled_oop(this, fr.pc()); in register_oop()
54 t->unhandled_oops()->unregister_unhandled_oop(this); in unregister_oop()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A Dthread.hpp398 UnhandledOops* unhandled_oops() { return _unhandled_oops; } in unhandled_oops() function in Thread
401 if (CheckUnhandledOops) unhandled_oops()->allow_unhandled_oop(op); in allow_unhandled_oop()
405 if (CheckUnhandledOops) unhandled_oops()->clear_unhandled_oops(); in clear_unhandled_oops()
H A Dthread.cpp456 CHECK_UNHANDLED_OOPS_ONLY(if (CheckUnhandledOops) delete unhandled_oops();) in ~Thread()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Dthread.hpp558 UnhandledOops* unhandled_oops() { return _unhandled_oops; } in unhandled_oops() function in Thread
561 if (CheckUnhandledOops) unhandled_oops()->allow_unhandled_oop(op); in allow_unhandled_oop()
565 if (CheckUnhandledOops) unhandled_oops()->clear_unhandled_oops(); in clear_unhandled_oops()
H A Dthread.cpp463 CHECK_UNHANDLED_OOPS_ONLY(if (CheckUnhandledOops) delete unhandled_oops();) in ~Thread()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dthread.hpp394 UnhandledOops* unhandled_oops() { return _unhandled_oops; } in unhandled_oops() function in Thread
397 if (CheckUnhandledOops) unhandled_oops()->allow_unhandled_oop(op); in allow_unhandled_oop()
401 if (CheckUnhandledOops) unhandled_oops()->clear_unhandled_oops(); in clear_unhandled_oops()
H A Dthread.cpp393 CHECK_UNHANDLED_OOPS_ONLY(if (CheckUnhandledOops) delete unhandled_oops();) in ~Thread()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dthread.hpp394 UnhandledOops* unhandled_oops() { return _unhandled_oops; } in unhandled_oops() function in Thread
397 if (CheckUnhandledOops) unhandled_oops()->allow_unhandled_oop(op); in allow_unhandled_oop()
401 if (CheckUnhandledOops) unhandled_oops()->clear_unhandled_oops(); in clear_unhandled_oops()
H A Dthread.cpp393 CHECK_UNHANDLED_OOPS_ONLY(if (CheckUnhandledOops) delete unhandled_oops();) in ~Thread()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dthread.hpp484 UnhandledOops* unhandled_oops() { return _unhandled_oops; } in unhandled_oops() function in Thread
487 if (CheckUnhandledOops) unhandled_oops()->allow_unhandled_oop(op); in allow_unhandled_oop()
491 if (CheckUnhandledOops) unhandled_oops()->clear_unhandled_oops(); in clear_unhandled_oops()
H A Dthread.cpp451 CHECK_UNHANDLED_OOPS_ONLY(if (CheckUnhandledOops) delete unhandled_oops();) in ~Thread()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Dthread.hpp559 UnhandledOops* unhandled_oops() { return _unhandled_oops; } in unhandled_oops() function in Thread
562 if (CheckUnhandledOops) unhandled_oops()->allow_unhandled_oop(op); in allow_unhandled_oop()
566 if (CheckUnhandledOops) unhandled_oops()->clear_unhandled_oops(); in clear_unhandled_oops()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Dthread.hpp505 UnhandledOops* unhandled_oops() { return _unhandled_oops; } in unhandled_oops() function in Thread
508 if (CheckUnhandledOops) unhandled_oops()->allow_unhandled_oop(op); in allow_unhandled_oop()
512 if (CheckUnhandledOops) unhandled_oops()->clear_unhandled_oops(); in clear_unhandled_oops()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dthread.hpp484 UnhandledOops* unhandled_oops() { return _unhandled_oops; } in unhandled_oops() function in Thread
487 if (CheckUnhandledOops) unhandled_oops()->allow_unhandled_oop(op); in allow_unhandled_oop()
491 if (CheckUnhandledOops) unhandled_oops()->clear_unhandled_oops(); in clear_unhandled_oops()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A Dthread.hpp560 UnhandledOops* unhandled_oops() { return _unhandled_oops; } in unhandled_oops() function in Thread
563 if (CheckUnhandledOops) unhandled_oops()->allow_unhandled_oop(op); in allow_unhandled_oop()
567 if (CheckUnhandledOops) unhandled_oops()->clear_unhandled_oops(); in clear_unhandled_oops()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A Dthread.hpp561 UnhandledOops* unhandled_oops() { return _unhandled_oops; } in unhandled_oops() function in Thread
564 if (CheckUnhandledOops) unhandled_oops()->allow_unhandled_oop(op); in allow_unhandled_oop()
568 if (CheckUnhandledOops) unhandled_oops()->clear_unhandled_oops(); in clear_unhandled_oops()

12