Home
last modified time | relevance | path

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

1234567

/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_runtime/ecmascript/
Dobject_operator.h92 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()
Dproperty_attributes.h224 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()
Djs_hclass.h548 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 …]
Dwaiter_list.cpp39 [[maybe_unused]] bool flag = false; in DeleteNode() local
Djs_object.h129 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/
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/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_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/ets/
DwideningConverter.h103 void ApplyGlobalWidening(TypeFlag flag) in ApplyGlobalWidening()
150 void ApplyWidening(TypeFlag flag) in ApplyWidening()
/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/runtime_core/assembler/
Dassembly-parser.h226 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/
Dclass_hierarchy.h143 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/
Dline_number_release.ts16 let flag = false; variable
/arkcompiler/ets_frontend/arkguard/test/grammar/array_validation/
Darray_includes.ts20 let flag = arr.includes(1); variable
/arkcompiler/toolchain/inspector/test/
Dconnect_server_test.cpp64 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/
DvariableDeclarator.h36 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/
Dshared_full_gc.h36 void SetForAppSpawn(bool flag) in SetForAppSpawn()
/arkcompiler/ets_runtime/ecmascript/mem/
Dnative_area_allocator.h127 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()
Dregion.h240 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/
Djs_string_add.js31 function foo(flag) { argument
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.h233 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/
Djs_api_list.h36 inline void SetIsOrderedList(bool flag) const in SetIsOrderedList()
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_builder.h76 void SetTraceStackMap(bool flag) in SetTraceStackMap()

1234567