| /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_runtime/ecmascript/ |
| D | object_operator.h | 92 inline void SetFastMode(bool flag) in SetFastMode() 97 inline void SetFoundDict(bool flag) in SetFoundDict() 115 bool flag = elementIndex_ < len; in GetThroughElement() local 135 inline void SetIsOnPrototype(bool flag) in SetIsOnPrototype() 145 inline void SetHasReceiver(bool flag) in SetHasReceiver() 155 inline void SetIsTransition(bool flag) in SetIsTransition() 165 inline void SetIsTSHClass(bool flag) in SetIsTSHClass() 215 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps()
|
| D | property_attributes.h | 224 inline void SetWritable(bool flag) in SetWritable() 232 inline void SetEnumerable(bool flag) in SetEnumerable() 240 inline void SetConfigurable(bool flag) in SetConfigurable() 249 inline void SetIsAccessor(bool flag) in SetIsAccessor() 259 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps() 269 inline void SetIsConstProps(bool flag) in SetIsConstProps() 279 inline void SetIsNotHole(bool flag) in SetIsNotHole()
|
| D | js_hclass.h | 548 inline void SetCallable(bool flag) in SetCallable() 553 inline void SetConstructor(bool flag) const in SetConstructor() 558 inline void SetExtensible(bool flag) const in SetExtensible() 563 inline void SetIsPrototype(bool flag) const in SetIsPrototype() 568 inline void SetClassConstructor(bool flag) const in SetClassConstructor() 574 inline void SetClassPrototype(bool flag) const in SetClassPrototype() 580 inline void SetIsNativeBindingObject(bool flag) const in SetIsNativeBindingObject() 585 inline void SetIsDictionaryMode(bool flag) const in SetIsDictionaryMode() 590 inline void SetTS(bool flag) const in SetTS() 595 inline void SetIsJSFunction(bool flag) const in SetIsJSFunction() [all …]
|
| D | waiter_list.cpp | 39 [[maybe_unused]] bool flag = false; in DeleteNode() local
|
| D | js_object.h | 129 inline void SetWritable(bool flag) in SetWritable() 140 inline void SetEnumerable(bool flag) in SetEnumerable() 151 inline void SetConfigurable(bool flag) in SetConfigurable() 282 inline void SetFound(bool flag) in SetFound() 292 inline void SetIsInlinedProps(bool flag) in SetIsInlinedProps()
|
| /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/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_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/ets/ |
| D | wideningConverter.h | 103 void ApplyGlobalWidening(TypeFlag flag) in ApplyGlobalWidening() 150 void ApplyWidening(TypeFlag flag) in ApplyWidening()
|
| /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/runtime_core/assembler/ |
| D | assembly-parser.h | 226 auto TryEmplaceInTable(bool flag, T &item) in TryEmplaceInTable() 236 bool AddObjectInTable(bool flag, T &item) in AddObjectInTable() 265 inline auto Parser::TryEmplaceInTable(bool flag, std::unordered_map<std::string, panda::pandasm::La… in TryEmplaceInTable()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
| D | class_hierarchy.h | 143 void SetFlag(uint32 flag) in SetFlag() 148 uint32 GetFlag(uint32 flag) const in GetFlag() 153 bool HasFlag(uint32 flag) const in HasFlag() 183 void SetHasNativeMethod(bool flag) in SetHasNativeMethod() 188 bool IsReference(uint32 flag) const in IsReference() 208 void SetPrivateInnerAndNoSubClass(bool flag) in SetPrivateInnerAndNoSubClass() 218 void SetNeedDecoupling(bool flag) in SetNeedDecoupling()
|
| /arkcompiler/runtime_core/disassembler/tests/ts/ |
| D | line_number_release.ts | 16 let flag = false; variable
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/array_validation/ |
| D | array_includes.ts | 20 let flag = arr.includes(1); variable
|
| /arkcompiler/toolchain/inspector/test/ |
| D | connect_server_test.cpp | 64 auto profilerCb = [](bool flag) -> void { in CallbackInit() 69 auto connectCb = [](bool flag) -> void { in CallbackInit() 79 auto switchStatusCb = [](bool flag) -> void { in CallbackInit()
|
| /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/ets_runtime/ecmascript/mem/shared_heap/ |
| D | shared_full_gc.h | 36 void SetForAppSpawn(bool flag) in SetForAppSpawn()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | native_area_allocator.h | 127 inline void IncreaseNativeSizeStats(size_t size, NativeFlag flag) in IncreaseNativeSizeStats() 147 inline void DecreaseNativeSizeStats(size_t size, NativeFlag flag) in DecreaseNativeSizeStats() 167 void ModifyNativeSizeStats(size_t preSize, size_t nextSize, NativeFlag flag) { in ModifyNativeSizeStats()
|
| D | region.h | 240 bool IsGCFlagSet(RegionGCFlags flag) const in IsGCFlagSet() 245 void SetGCFlag(RegionGCFlags flag) in SetGCFlag() 250 void ClearGCFlag(RegionGCFlags flag) in ClearGCFlag() 363 void SetRegionSpaceFlag(RegionSpaceFlag flag) in SetRegionSpaceFlag() 389 auto flag = packedData_.flags_.spaceFlag_; in InGeneralNewSpace() local 396 auto flag = packedData_.flags_.spaceFlag_; in InGeneralOldSpace() local 463 auto flag = packedData_.flags_.spaceFlag_; in InSharedSweepableSpace() local 470 auto flag = packedData_.flags_.spaceFlag_; in InSharedHeap() local 476 auto flag = packedData_.flags_.spaceFlag_; in InSparseSpace() local
|
| /arkcompiler/ets_runtime/test/aottest/js_string_add/ |
| D | js_string_add.js | 31 function foo(flag) { argument
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-parser.h | 233 auto TryEmplaceInTable(bool flag, T &item, const std::string &cid) in TryEmplaceInTable() 271 inline auto Parser::TryEmplaceInTable(bool flag, std::unordered_map<std::string, ark::pandasm::Labe… in TryEmplaceInTable()
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_list.h | 36 inline void SetIsOrderedList(bool flag) const in SetIsOrderedList()
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| D | ark_stackmap_builder.h | 76 void SetTraceStackMap(bool flag) in SetTraceStackMap()
|