Home
last modified time | relevance | path

Searched refs:error_exit_pc (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp93 address error_exit_pc() const { return _error_exit_pc; } in error_exit_pc() function in UnsafeCopyMemory
98 static UnsafeCopyMemory* add_to_table(address start_pc, address end_pc, address error_exit_pc) { in add_to_table() argument
103 entry->set_error_exit_pc(error_exit_pc); in add_to_table()
119 …StubCodeGenerator* cgen, bool add_entry, bool continue_at_scope_end, address error_exit_pc = NULL);
H A DstubRoutines.cpp203 return entry->error_exit_pc(); in page_error_continue_pc()
602 …yMark(StubCodeGenerator* cgen, bool add_entry, bool continue_at_scope_end, address error_exit_pc) { in UnsafeCopyMemoryMark() argument
608 err_exit_pc = error_exit_pc != NULL ? error_exit_pc : UnsafeCopyMemory::common_exit_stub_pc(); in UnsafeCopyMemoryMark()
618 if (_ucm_entry->error_exit_pc() == NULL) { in ~UnsafeCopyMemoryMark()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp94 address error_exit_pc() const { return _error_exit_pc; } in error_exit_pc() function in UnsafeCopyMemory
99 static UnsafeCopyMemory* add_to_table(address start_pc, address end_pc, address error_exit_pc) { in add_to_table() argument
104 entry->set_error_exit_pc(error_exit_pc); in add_to_table()
120 …StubCodeGenerator* cgen, bool add_entry, bool continue_at_scope_end, address error_exit_pc = NULL);
H A DstubRoutines.cpp207 return entry->error_exit_pc(); in page_error_continue_pc()
571 …yMark(StubCodeGenerator* cgen, bool add_entry, bool continue_at_scope_end, address error_exit_pc) { in UnsafeCopyMemoryMark() argument
577 err_exit_pc = error_exit_pc != NULL ? error_exit_pc : UnsafeCopyMemory::common_exit_stub_pc(); in UnsafeCopyMemoryMark()
587 if (_ucm_entry->error_exit_pc() == NULL) { in ~UnsafeCopyMemoryMark()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp93 address error_exit_pc() const { return _error_exit_pc; } in error_exit_pc() function in UnsafeCopyMemory
98 static UnsafeCopyMemory* add_to_table(address start_pc, address end_pc, address error_exit_pc) { in add_to_table() argument
103 entry->set_error_exit_pc(error_exit_pc); in add_to_table()
119 …StubCodeGenerator* cgen, bool add_entry, bool continue_at_scope_end, address error_exit_pc = NULL);
H A DstubRoutines.cpp213 return entry->error_exit_pc(); in page_error_continue_pc()
613 …yMark(StubCodeGenerator* cgen, bool add_entry, bool continue_at_scope_end, address error_exit_pc) { in UnsafeCopyMemoryMark() argument
619 err_exit_pc = error_exit_pc != NULL ? error_exit_pc : UnsafeCopyMemory::common_exit_stub_pc(); in UnsafeCopyMemoryMark()
629 if (_ucm_entry->error_exit_pc() == NULL) { in ~UnsafeCopyMemoryMark()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp93 address error_exit_pc() const { return _error_exit_pc; } in error_exit_pc() function in UnsafeCopyMemory
98 static UnsafeCopyMemory* add_to_table(address start_pc, address end_pc, address error_exit_pc) { in add_to_table() argument
103 entry->set_error_exit_pc(error_exit_pc); in add_to_table()
119 …StubCodeGenerator* cgen, bool add_entry, bool continue_at_scope_end, address error_exit_pc = NULL);
H A DstubRoutines.cpp210 return entry->error_exit_pc(); in page_error_continue_pc()
609 …yMark(StubCodeGenerator* cgen, bool add_entry, bool continue_at_scope_end, address error_exit_pc) { in UnsafeCopyMemoryMark() argument
615 err_exit_pc = error_exit_pc != NULL ? error_exit_pc : UnsafeCopyMemory::common_exit_stub_pc(); in UnsafeCopyMemoryMark()
625 if (_ucm_entry->error_exit_pc() == NULL) { in ~UnsafeCopyMemoryMark()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A DstubRoutines.hpp93 address error_exit_pc() const { return _error_exit_pc; } in error_exit_pc() function in UnsafeCopyMemory
98 static UnsafeCopyMemory* add_to_table(address start_pc, address end_pc, address error_exit_pc) { in add_to_table() argument
103 entry->set_error_exit_pc(error_exit_pc); in add_to_table()
119 …StubCodeGenerator* cgen, bool add_entry, bool continue_at_scope_end, address error_exit_pc = NULL);
H A DstubRoutines.cpp208 return entry->error_exit_pc(); in page_error_continue_pc()
607 …yMark(StubCodeGenerator* cgen, bool add_entry, bool continue_at_scope_end, address error_exit_pc) { in UnsafeCopyMemoryMark() argument
613 err_exit_pc = error_exit_pc != NULL ? error_exit_pc : UnsafeCopyMemory::common_exit_stub_pc(); in UnsafeCopyMemoryMark()
623 if (_ucm_entry->error_exit_pc() == NULL) { in ~UnsafeCopyMemoryMark()