Home
last modified time | relevance | path

Searched refs:ACC_FAST_NATIVE (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dmodifiers.h63 static constexpr uint32_t ACC_FAST_NATIVE = 0x00080000; // method (java runtime) member
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dmodifiers.h66 constexpr uint32_t ACC_FAST_NATIVE = 0x00080000; // method (java runtime) member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_method.h177 return (GetAccessFlags() & ACC_FAST_NATIVE) != 0; in IsFastNative()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_class_linker_extension.cpp470 flags |= ACC_FAST_NATIVE; in GetNativeEntryPointFor()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
H A Dets_napi_native_interface.cpp2418 *outNativeFlag |= ACC_FAST_NATIVE; in ExtractNativeMethodInfo()

Completed in 9 milliseconds