Home
last modified time | relevance | path

Searched defs:flag (Results 1 – 25 of 195) sorted by relevance

12345678

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_atomic_flag.h32 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/
Dvm_thread_control.cpp45 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/
DunionType.h85 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/
Drun_testTs.py50 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/
DunionType.h87 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/
Dobject_operator.h92 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()
Djs_hclass.h577 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 …]
Dproperty_attributes.h225 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()
Dwaiter_list.cpp38 [[maybe_unused]] bool flag = false; in DeleteNode() local
/arkcompiler/runtime_core/static_core/verification/cflow/
Dcflow_info.h64 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/
Darray_includes.ts20 let flag = arr.includes(1); variable
/arkcompiler/runtime_core/assembler/
Dassembly-parser.h232 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/
DwideningConverter.h114 void ApplyGlobalWidening(TypeFlag flag) in ApplyGlobalWidening()
161 void ApplyWidening(TypeFlag flag) in ApplyWidening()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DvariableDeclarator.h36 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/
Dmutator_base.h158 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/
Dfinalizer_processor_test.cpp55 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/
Dnative_area_allocator.h129 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/
Dshared_full_gc.h39 void SetForAppSpawn(bool flag) in SetForAppSpawn()
/arkcompiler/ets_runtime/common_components/mutator/tests/
Dmutator_test.cpp52 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/
Dtry_catch_throw.ts37 var flag = false; variable
/arkcompiler/ets_runtime/test/aottest/js_string_add/
Djs_string_add.js31 function foo(flag) { argument
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/models/
Doptions.ts19 flag: string property
/arkcompiler/ets_runtime/ecmascript/tests/
Dheap_helper_test.cpp43 void SetIdleGCState(bool flag) in SetIdleGCState()
/arkcompiler/runtime_core/static_core/libziparchive/extractortool/
Dzip_file_reader.cpp72 int flag = O_RDONLY; in Init() local
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp97 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()

12345678