Searched refs:is_native_ptr (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp75 const TypeOopPtr* sharpen_unsafe_type(Compile::AliasType* alias_type, const TypePtr *adr_type, bool is_native_ptr = false);
214 bool inline_unsafe_access(bool is_native_ptr, bool is_store, BasicType type, bool is_volatile);
215 bool inline_unsafe_prefetch(bool is_native_ptr, bool is_store, bool is_static);
621 const bool is_native_ptr = true; local
659 case vmIntrinsics::_getObject: return inline_unsafe_access(!is_native_ptr, !is_store, T_OBJECT, !is_volatile);
660 case vmIntrinsics::_getBoolean: return inline_unsafe_access(!is_native_ptr, !is_store, T_BOOLEAN, !is_volatile);
661 case vmIntrinsics::_getByte: return inline_unsafe_access(!is_native_ptr, !is_store, T_BYTE, !is_volatile);
662 case vmIntrinsics::_getShort: return inline_unsafe_access(!is_native_ptr, !is_store, T_SHORT, !is_volatile);
663 case vmIntrinsics::_getChar: return inline_unsafe_access(!is_native_ptr, !is_store, T_CHAR, !is_volatile);
664 case vmIntrinsics::_getInt: return inline_unsafe_access(!is_native_ptr, !is_stor
2237 sharpen_unsafe_type(Compile::AliasType* alias_type, const TypePtr *adr_type, bool is_native_ptr) argument
2276 inline_unsafe_access(bool is_native_ptr, bool is_store, BasicType type, bool is_volatile) argument
2504 inline_unsafe_prefetch(bool is_native_ptr, bool is_store, bool is_static) argument
[all...]
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1409 jboolean* is_native_ptr);
2331 jboolean* is_native_ptr) {
2332 return functions->IsMethodNative(this, method, is_native_ptr);
2330 IsMethodNative(jmethodID method, jboolean* is_native_ptr) argument
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp2917 // is_native_ptr - pre-checked for NULL
2919 JvmtiEnv::IsMethodNative(methodOop method_oop, jboolean* is_native_ptr) { argument
2921 (*is_native_ptr) = method_oop->is_native();

Completed in 62 milliseconds