Home
last modified time | relevance | path

Searched refs:arkProperties_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.h236 return (enableArkTools_) || ((static_cast<uint32_t>(arkProperties_) & ArkProperties::ENABLE_ARKTOOLS) != 0); in EnableArkTools()
442 arkProperties_ = prop; in SetArkProperties()
487 return arkProperties_; in GetArkProperties()
497 return (static_cast<uint32_t>(arkProperties_) & ArkProperties::OPTIONAL_LOG) != 0; in EnableOptionalLog()
502 return (static_cast<uint32_t>(arkProperties_) & ArkProperties::GC_STATS_PRINT) != 0; in EnableGCStatsPrint()
507 return (static_cast<uint32_t>(arkProperties_) & ArkProperties::PARALLEL_GC) != 0; in EnableParallelGC()
512 return (static_cast<uint32_t>(arkProperties_) & ArkProperties::CONCURRENT_MARK) != 0; in EnableConcurrentMark()
518 return (static_cast<uint32_t>(arkProperties_) & ArkProperties::DISABLE_SHARED_CONCURRENT_MARK) == 0; in EnableSharedConcurrentMark()
523 return (static_cast<uint32_t>(arkProperties_) & ArkProperties::EXCEPTION_BACKTRACE) != 0; in EnableExceptionBacktrace()
528 return (static_cast<uint32_t>(arkProperties_) in EnableConcurrentSweep()
2028 int arkProperties_ = GetDefaultProperties(); global() member in panda::ecmascript::JSRuntimeOptions
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi.h200 arkProperties_ = prop; in SetArkProperties()
356 return arkProperties_; in GetArkProperties()
436 int arkProperties_ {-1};

Completed in 5 milliseconds