Home
last modified time | relevance | path

Searched refs:IsEtsMethodFastNative (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/arm32/
Dets_napi_entry_point_arm32.S32 .extern IsEtsMethodFastNative
296 blx IsEtsMethodFastNative
Dets_napi_entry_point_arm32hf.S32 .extern IsEtsMethodFastNative
326 blx IsEtsMethodFastNative
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/amd64/
Dets_napi_entry_point_amd64.S32 .extern IsEtsMethodFastNative
306 callq IsEtsMethodFastNative@plt
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/arm64/
Dets_napi_entry_point_aarch64.S31 .extern IsEtsMethodFastNative
334 bl IsEtsMethodFastNative
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_helpers.cpp371 extern "C" bool IsEtsMethodFastNative(Method *method) in IsEtsMethodFastNative() function