Home
last modified time | relevance | path

Searched refs:Flag (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/cflow/
H A Dcflow_info.h36 enum Flag : uint8_t { INSTRUCTION = 1, EXCEPTION_SOURCE = 2, EXCEPTION_HANDLER = 4, JUMP_TARGET = 8 };
64 bool IsFlagSet(uint8_t const *addr, Flag flag) const in IsFlagSet()
71 void SetFlag(uint8_t const *addr, Flag flag)
78 void ClearFlag(uint8_t const *addr, Flag flag)
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcallconv.h107 Flag##name ::Set(v, &value_); \
112 return Flag##name ::Get(value_); \
120 return CallConvMode(Flag##name ::Encode(set)); \
128 Flag##name ::Set(v, &value_); \
133 return Flag##name ::Get(value_); \
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_to_string_cache.cpp30 using Flag = uint32_t;
31 static constexpr Flag FLAG_MASK = 1U;
72 Flag flag {};
86 static bool IsLocked(Flag flag) in IsLocked()
91 bool IsFresh(Flag flag) const in IsFresh()
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Dtool.py25 from enum import Flag, auto namespace
53 class OptFlags(Flag):
/arkcompiler/runtime_core/static_core/verification/config/options/
H A Dmethod_options.h112 template <typename Flag>
113 static bool EnumerateFlagsHandler(PandaString &result, Flag flag) in EnumerateFlagsHandler()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DvariableDeclarator.h75 VariableDeclaratorFlag Flag() in Flag() function in ark::es2panda::ark::es2panda::ir::VariableDeclarator
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.h54 return GraphMode(Flag##name ::Encode(set)); \
58 Flag##name ::Set(v, &value_); \
62 return Flag##name ::Get(value_); \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbinary_section.h186 unsigned Flag() const in Flag() function in panda::ecmascript::ElfSection
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph.h78 Flag##name ::Set(v, &value_); \
83 return Flag##name ::Get(value_); \
91 return GraphMode(Flag##name ::Encode(set)); \
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DboxingForLocals.cpp196 allocator, declarator->Flag(), allocator->New<ir::Identifier>(id->Name(), allocator), newInit); in HandleVariableDeclarator()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_builder.cpp581 curShdr.sh_flags = section.Flag(); in PackELFSections()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp228 auto [decl, var] = AddOrGetVarDecl(varDecl->Flag(), varDecl->Start(), binding); in VisitVariableDeclarator()

Completed in 15 milliseconds