| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | waiter_list.cpp | 38 [[maybe_unused]] bool flag = false; in DeleteNode() local
|
| H A D | object_factory-inl.h | 99 NewJSNativePointer(void *externalPointer, const NativePointerCallback &callBack, void *data, bool nonMovable, size_t nativeBindingsize, Concurrent isConcurrent, NativeFlag flag) NewJSNativePointer() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_full_gc.h | 36 void SetForAppSpawn(bool flag) in SetForAppSpawn() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | wideningConverter.h | 103 void ApplyGlobalWidening(TypeFlag flag) in ApplyGlobalWidening() argument 150 void ApplyWidening(TypeFlag flag) in ApplyWidening() argument
|
| H A D | narrowingConverter.h | 69 void ApplyNarrowing(TypeFlag flag) in ApplyNarrowing() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| H A D | ets_atomic_flag.h | 32 static EtsAtomicFlag *FromCoreType(ObjectHeader *flag) in FromCoreType() argument 37 static const EtsAtomicFlag *FromCoreType(const ObjectHeader *flag) in FromCoreType() argument 62 static EtsAtomicFlag *FromEtsObject(EtsObject *flag) in FromEtsObject() argument 67 static const EtsAtomicFlag *FromEtsObject(const EtsObject *flag) in FromEtsObject() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | envScope.cpp | 50 void LoopEnvScope::CopyBindings(PandaGen *pg, varbinder::VariableScope *scope, varbinder::VariableFlags flag) in CopyBindings() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
| H A D | regExpLiteral.cpp | 48 compiler::VReg flag = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/ |
| H A D | vm_thread_control.cpp | 45 void VmThreadControl::SetVMNeedSuspension(bool flag) in SetVMNeedSuspension() argument 55 void VmThreadControl::SetTerminationRequest(bool flag) in SetTerminationRequest() argument 60 void VmThreadControl::SetVMSuspended(bool flag) in SetVMSuspended() argument
|
| /arkcompiler/ets_runtime/ecmascript/stackmap/ |
| H A D | ark_stackmap_builder.h | 76 void SetTraceStackMap(bool flag) in SetTraceStackMap() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| H A D | variableDeclarator.h | 36 explicit VariableDeclarator(VariableDeclaratorFlag flag, Expression *ident) in VariableDeclarator() argument 41 explicit VariableDeclarator(VariableDeclaratorFlag flag, Expression *ident, Expression *init) in VariableDeclarator() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| H A D | elf_builder.h | 55 void SetEnableSecDump(bool flag) in SetEnableSecDump() argument
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| H A D | unionType.h | 85 void AddConstituentFlag(TypeFlag flag) in AddConstituentFlag() argument 90 void RemoveConstituentFlag(TypeFlag flag) in RemoveConstituentFlag() argument
|
| H A D | type.h | 42 explicit Type(TypeFlag flag) : typeFlags_(flag), variable_(nullptr) in Type() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | full_gc.cpp | 198 void FullGC::SetForAppSpawn(bool flag) in SetForAppSpawn() argument
|
| H A D | parallel_marker.h | 179 void SetAppSpawn(bool flag) in SetAppSpawn() argument
|
| H A D | machine_code.h | 280 uint16_t flag = Barriers::GetValue<uint16_t>(this, OSRMASK_OFFSET); in SetOsrDeoptFlag() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| H A D | unionType.h | 87 void AddConstituentFlag(TypeFlag flag) in AddConstituentFlag() argument 92 void RemoveConstituentFlag(TypeFlag flag) in RemoveConstituentFlag() argument
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | dummyNode.h | 46 DummyNode(util::StringView const name, util::StringView indexName, TypeNode *returnType, DummyNodeFlag flag) DummyNode() argument
|
| /arkcompiler/toolchain/tooling/client/session/ |
| H A D | session.cpp | 167 std::string flag = (i == currentSessionId_) ? "* " : " "; in SessionList() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| H A D | encode_bit.h | 75 void SetReferenceToString(bool flag) in SetReferenceToString() argument
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-parser.h | 226 auto TryEmplaceInTable(bool flag, T &item) in TryEmplaceInTable() argument 236 bool AddObjectInTable(bool flag, T &item) in AddObjectInTable() argument 265 inline auto Parser::TryEmplaceInTable(bool flag, std::unordered_map<std::string, panda::pandasm::Label> &item) in TryEmplaceInTable() argument [all...] |
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-parser.h | 233 auto TryEmplaceInTable(bool flag, T &item, const std::string &cid) in TryEmplaceInTable() argument 241 bool AddObjectInTable(bool flag, T &item, const std::string &cid = "") in AddObjectInTable() argument 271 inline auto Parser::TryEmplaceInTable(bool flag, std::unordered_map<std::string, ark::pandasm::Label> &item, in TryEmplaceInTable() argument [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | disassembly.cpp | 68 static std::once_flag flag; in Init() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | lowering.h | 80 static bool IsSet(uint64_t flags, Flags flag) in IsSet() argument 85 static bool IsNotSet(uint64_t flags, Flags flag) in IsNotSet() argument
|