Searched refs:has_unsafe_access (Results 1 - 13 of 13) sorted by relevance
/openjdk7/hotspot/src/share/vm/ci/ |
H A D | ciEnv.hpp | 333 bool has_unsafe_access,
|
H A D | ciEnv.cpp | 952 bool has_unsafe_access, 1047 nm->set_has_unsafe_access(has_unsafe_access); 941 register_method(ciMethod* target, int entry_bci, CodeOffsets* offsets, int orig_pc_offset, CodeBuffer* code_buffer, int frame_words, OopMapSet* oop_map_set, ExceptionHandlerTable* handler_table, ImplicitExceptionTable* inc_table, AbstractCompiler* compiler, int comp_level, bool has_unsafe_access, bool has_wide_vectors) argument
|
/openjdk7/hotspot/src/share/vm/c1/ |
H A D | c1_Compilation.hpp | 131 bool has_unsafe_access() const { return _has_unsafe_access; } function in class:Compilation
|
H A D | c1_Compilation.cpp | 373 has_unsafe_access(),
|
/openjdk7/hotspot/src/share/vm/code/ |
H A D | nmethod.hpp | 428 bool has_unsafe_access() const { return _has_unsafe_access; } function in class:nmethod
|
/openjdk7/hotspot/src/share/vm/opto/ |
H A D | compile.hpp | 513 bool has_unsafe_access() const { return _has_unsafe_access; } function in class:Compile
|
H A D | compile.cpp | 872 has_unsafe_access(),
|
H A D | memnode.cpp | 1610 C->has_unsafe_access(),
|
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/ |
H A D | os_bsd_x86.cpp | 538 if (nm != NULL && nm->has_unsafe_access()) {
|
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/ |
H A D | os_linux_sparc.cpp | 452 if (nm != NULL && nm->has_unsafe_access()) {
|
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/ |
H A D | os_linux_x86.cpp | 345 if (nm != NULL && nm->has_unsafe_access()) {
|
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/ |
H A D | os_solaris_sparc.cpp | 465 if (nm != NULL && nm->has_unsafe_access()) {
|
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/ |
H A D | os_solaris_x86.cpp | 490 if (nm != NULL && nm->has_unsafe_access()) {
|
Completed in 576 milliseconds