Searched defs:has_unsafe_access (Results 1 - 7 of 7) sorted by relevance

/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciEnv.cpp459 register_method( const methodHandle& method, nmethod*& nm, int entry_bci, CodeOffsets* offsets, int orig_pc_offset, CodeBuffer* code_buffer, int frame_words, OopMapSet* oop_map_set, ExceptionHandlerTable* handler_table, AbstractCompiler* compiler, DebugInformationRecorder* debug_info, Dependencies* dependencies, JVMCIEnv* env, int compile_id, bool has_unsafe_access, bool has_wide_vector, Handle installed_code, Handle compiled_code, Handle speculation_log) argument
H A DjvmciCodeInstaller.cpp620 bool has_unsafe_access = HotSpotCompiledNmethod::hasUnsafeAccess(compiled_code) == JNI_TRUE; local
/openjdk10/hotspot/src/share/vm/aot/
H A DaotCompiledMethod.hpp84 bool has_unsafe_access() const { return _unsafe_access != 0; } function in class:aot_metadata
/openjdk10/hotspot/src/share/vm/ci/
H A DciEnv.cpp964 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, bool has_unsafe_access, bool has_wide_vectors, RTMState rtm_state) argument
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp138 bool has_unsafe_access() const { return _has_unsafe_access; } function in class:Compilation
/openjdk10/hotspot/src/share/vm/code/
H A DcompiledMethod.hpp174 bool has_unsafe_access() const { return _has_unsafe_access; } function in class:CompiledMethod
/openjdk10/hotspot/src/share/vm/opto/
H A Dcompile.hpp651 bool has_unsafe_access() const { return _has_unsafe_access; } function in class:Compile

Completed in 114 milliseconds