Home
last modified time | relevance | path

Searched refs:WIN_OR_MAC_OR_IOS_PLATFORM (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dcommon.h165 #define WIN_OR_MAC_OR_IOS_PLATFORM true macro
167 #define WIN_OR_MAC_OR_IOS_PLATFORM false macro
Decma_vm.h60 #if !WIN_OR_MAC_OR_IOS_PLATFORM
454 #if !WIN_OR_MAC_OR_IOS_PLATFORM
Decma_vm.cpp40 #if !WIN_OR_MAC_OR_IOS_PLATFORM
216 if (!WIN_OR_MAC_OR_IOS_PLATFORM) { in Initialize()
478 if (!WIN_OR_MAC_OR_IOS_PLATFORM) { in Iterate()
Djs_runtime_options.h424 if (WIN_OR_MAC_OR_IOS_PLATFORM) { in EnableSnapshotDeserialize()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h35 #if !WIN_OR_MAC_OR_IOS_PLATFORM
Dheap.cpp40 #if !WIN_OR_MAC_OR_IOS_PLATFORM
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_manager.cpp78 #if !WIN_OR_MAC_OR_IOS_PLATFORM in LoadAiFile()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp961 #if !WIN_OR_MAC_OR_IOS_PLATFORM && !defined(PANDA_TARGET_LINUX) in InitializeIcuData()