Home
last modified time | relevance | path

Searched defs:set_unloading_next (Results 1 – 4 of 4) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcompiledMethod.hpp375 void set_unloading_next(CompiledMethod* next) { _unloading_next = next; } in set_unloading_next() function in CompiledMethod
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A DcompiledMethod.hpp375 void set_unloading_next(CompiledMethod* next) { _unloading_next = next; } in set_unloading_next() function in CompiledMethod
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A Dnmethod.hpp462 void set_unloading_next(nmethod* next) { _unloading_next = next; } in set_unloading_next() function in nmethod
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A Dnmethod.hpp462 void set_unloading_next(nmethod* next) { _unloading_next = next; } in set_unloading_next() function in nmethod