Searched refs:has_unsafe_access (Results 1 - 13 of 13) sorted by relevance

/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.hpp333 bool has_unsafe_access,
H A DciEnv.cpp952 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 Dc1_Compilation.hpp131 bool has_unsafe_access() const { return _has_unsafe_access; } function in class:Compilation
H A Dc1_Compilation.cpp373 has_unsafe_access(),
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp428 bool has_unsafe_access() const { return _has_unsafe_access; } function in class:nmethod
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp513 bool has_unsafe_access() const { return _has_unsafe_access; } function in class:Compile
H A Dcompile.cpp872 has_unsafe_access(),
H A Dmemnode.cpp1610 C->has_unsafe_access(),
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp538 if (nm != NULL && nm->has_unsafe_access()) {
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp452 if (nm != NULL && nm->has_unsafe_access()) {
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp345 if (nm != NULL && nm->has_unsafe_access()) {
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp465 if (nm != NULL && nm->has_unsafe_access()) {
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp490 if (nm != NULL && nm->has_unsafe_access()) {

Completed in 576 milliseconds