| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_atomic_flag.h | 32 static EtsAtomicFlag *FromCoreType(ObjectHeader *flag) in FromCoreType() 37 static const EtsAtomicFlag *FromCoreType(const ObjectHeader *flag) in FromCoreType() 62 static EtsAtomicFlag *FromEtsObject(EtsObject *flag) in FromEtsObject() 67 static const EtsAtomicFlag *FromEtsObject(const EtsObject *flag) in FromEtsObject()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/ |
| D | vm_thread_control.cpp | 45 void VmThreadControl::SetVMNeedSuspension(bool flag) in SetVMNeedSuspension() 55 void VmThreadControl::SetTerminationRequest(bool flag) in SetTerminationRequest() 60 void VmThreadControl::SetVMSuspended(bool flag) in SetVMSuspended()
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | unionType.h | 85 void AddConstituentFlag(TypeFlag flag) in AddConstituentFlag() 90 void RemoveConstituentFlag(TypeFlag flag) in RemoveConstituentFlag() 95 bool HasConstituentFlag(TypeFlag flag) const in HasConstituentFlag()
|
| /arkcompiler/ets_frontend/testTs/ |
| D | run_testTs.py | 50 def skip(filepath, flag=False): argument 73 def run_test(file, tool, flag=False): argument 193 def compare(file, flag=False): argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | unionType.h | 87 void AddConstituentFlag(TypeFlag flag) in AddConstituentFlag() 92 void RemoveConstituentFlag(TypeFlag flag) in RemoveConstituentFlag() 97 bool HasConstituentFlag(TypeFlag flag) const in HasConstituentFlag()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | object_operator.h | 92 inline void SetFastMode(bool flag) in SetFastMode() 97 inline void SetFoundDict(bool flag) in SetFoundDict() 133 inline void SetIsOnPrototype(bool flag) in SetIsOnPrototype() 143 inline void SetHasReceiver(bool flag) in SetHasReceiver() 153 inline void SetIsTransition(bool flag) in SetIsTransition() 203 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps()
|
| D | js_hclass.h | 577 inline void SetCallable(bool flag) in SetCallable() 582 inline void SetConstructor(bool flag) const in SetConstructor() 587 inline void SetExtensible(bool flag) const in SetExtensible() 592 inline void SetIsPrototype(bool flag) const in SetIsPrototype() 597 inline void SetClassConstructor(bool flag) const in SetClassConstructor() 603 inline void SetClassPrototype(bool flag) const in SetClassPrototype() 609 inline void SetIsNativeBindingObject(bool flag) const in SetIsNativeBindingObject() 614 inline void SetIsDictionaryMode(bool flag) const in SetIsDictionaryMode() 620 inline void SetIsJSArrayPrototypeModified(bool flag) const in SetIsJSArrayPrototypeModified() 625 inline void SetAOT(bool flag) const in SetAOT() [all …]
|
| D | property_attributes.h | 225 inline void SetWritable(bool flag) in SetWritable() 233 inline void SetEnumerable(bool flag) in SetEnumerable() 241 inline void SetConfigurable(bool flag) in SetConfigurable() 250 inline void SetIsAccessor(bool flag) in SetIsAccessor() 260 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps() 270 inline void SetIsConstProps(bool flag) in SetIsConstProps() 280 inline void SetIsNotHole(bool flag) in SetIsNotHole()
|
| D | waiter_list.cpp | 38 [[maybe_unused]] bool flag = false; in DeleteNode() local
|
| /arkcompiler/runtime_core/static_core/verification/cflow/ |
| D | cflow_info.h | 64 bool IsFlagSet(uint8_t const *addr, Flag flag) const in IsFlagSet() 71 void SetFlag(uint8_t const *addr, Flag flag) in SetFlag() 78 void ClearFlag(uint8_t const *addr, Flag flag) in ClearFlag()
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/array_validation/ |
| D | array_includes.ts | 20 let flag = arr.includes(1); variable
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-parser.h | 232 auto TryEmplaceInTable(bool flag, T &item) in TryEmplaceInTable() 242 bool AddObjectInTable(bool flag, T &item) in AddObjectInTable() 271 inline auto Parser::TryEmplaceInTable(bool flag, std::unordered_map<std::string, panda::pandasm::La… in TryEmplaceInTable()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | wideningConverter.h | 114 void ApplyGlobalWidening(TypeFlag flag) in ApplyGlobalWidening() 161 void ApplyWidening(TypeFlag flag) in ApplyWidening()
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | variableDeclarator.h | 36 explicit VariableDeclarator(VariableDeclaratorFlag flag, Expression *ident) in VariableDeclarator() 41 explicit VariableDeclarator(VariableDeclaratorFlag flag, Expression *ident, Expression *init) in VariableDeclarator()
|
| /arkcompiler/runtime_core/common_interfaces/thread/ |
| D | mutator_base.h | 158 static uint32_t ConstructSuspensionFlag(uint32_t flag, uint32_t clearFlag, uint32_t setFlag) in ConstructSuspensionFlag() 178 __attribute__((always_inline)) inline void SetSuspensionFlag(SuspensionType flag) in SetSuspensionFlag() 188 __attribute__((always_inline)) inline void ClearSuspensionFlag(SuspensionType flag) in ClearSuspensionFlag() 198 __attribute__((always_inline)) inline bool HasSuspensionRequest(SuspensionType flag) const in HasSuspensionRequest() 212 uint32_t flag = suspensionFlag_.load(std::memory_order_acquire); in HasAnySuspensionRequestExceptCallbacks() local
|
| /arkcompiler/ets_runtime/common_components/heap/collector/tests/ |
| D | finalizer_processor_test.cpp | 55 bool flag = common::RegionSpace::IsMarkedObject(obj); in HWTEST_F_L0() local 70 bool flag = finalizable(obj); in HWTEST_F_L0() local 90 bool flag = finalizable(obj); in HWTEST_F_L0() local 116 bool flag = finalizable(obj); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | native_area_allocator.h | 129 inline void IncreaseNativeSizeStats(size_t size, NativeFlag flag) in IncreaseNativeSizeStats() 149 inline void DecreaseNativeSizeStats(size_t size, NativeFlag flag) in DecreaseNativeSizeStats() 169 void ModifyNativeSizeStats(size_t preSize, size_t nextSize, NativeFlag flag) { in ModifyNativeSizeStats()
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_full_gc.h | 39 void SetForAppSpawn(bool flag) in SetForAppSpawn()
|
| /arkcompiler/ets_runtime/common_components/mutator/tests/ |
| D | mutator_test.cpp | 52 MutatorBase::SuspensionType flag = MutatorBase::SuspensionType::SUSPENSION_FOR_GC_PHASE; in HWTEST_F_L0() local 69 MutatorBase::SuspensionType flag = MutatorBase::SuspensionType::SUSPENSION_FOR_STW; in HWTEST_F_L0() local 125 MutatorBase::SuspensionType flag = MutatorBase::SuspensionType::SUSPENSION_FOR_STW; in HWTEST_F_L0() local 138 MutatorBase::SuspensionType flag = MutatorBase::SuspensionType::SUSPENSION_FOR_CPU_PROFILE; in HWTEST_F_L0() local 200 MutatorBase::SuspensionType flag = MutatorBase::SuspensionType::SUSPENSION_FOR_CPU_PROFILE; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/jittest/try_catch_throw/ |
| D | try_catch_throw.ts | 37 var flag = false; variable
|
| /arkcompiler/ets_runtime/test/aottest/js_string_add/ |
| D | js_string_add.js | 31 function foo(flag) { argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/models/ |
| D | options.ts | 19 flag: string property
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | heap_helper_test.cpp | 43 void SetIdleGCState(bool flag) in SetIdleGCState()
|
| /arkcompiler/runtime_core/static_core/libziparchive/extractortool/ |
| D | zip_file_reader.cpp | 72 int flag = O_RDONLY; in Init() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | file.cpp | 97 MemMap FileMap(const char *fileName, int flag, int prot, int64_t offset) in FileMap() 139 [[maybe_unused]] int flag, [[maybe_unused]] int prot) in CreateFileMap() 161 int FileSync(MemMap addr, int flag) in FileSync()
|