Searched defs:must_gc_arguments (Results 1 - 8 of 8) sorted by relevance

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_MacroAssembler.hpp80 bool must_gc_arguments() const { return _must_gc_arguments; } function in class:StubAssembler
H A Dc1_Runtime1.cpp76 void StubAssembler::set_info(const char* name, bool must_gc_arguments) { argument
189 bool must_gc_arguments; local
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dc1_Runtime1_ppc.cpp390 const bool must_gc_arguments = true; local
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_Runtime1_sparc.cpp363 const bool must_gc_arguments = true; local
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_Runtime1_aarch64.cpp175 StubFrame::StubFrame(StubAssembler* sasm, const char* name, bool must_gc_arguments) { argument
639 const bool must_gc_arguments = true; local
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dc1_Runtime1_s390.cpp316 const bool must_gc_arguments = true; local
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dc1_Runtime1_arm.cpp516 const bool must_gc_arguments = true; local
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_Runtime1_x86.cpp213 StubFrame::StubFrame(StubAssembler* sasm, const char* name, bool must_gc_arguments) { argument
964 const bool must_gc_arguments = true; local

Completed in 194 milliseconds