Searched refs:Flag (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/runtime_core/static_core/verification/cflow/ |
H A D | cflow_info.h | 36 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 D | callconv.h | 107 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 D | ets_to_string_cache.cpp | 30 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 D | tool.py | 25 from enum import Flag, auto namespace 53 class OptFlags(Flag):
|
/arkcompiler/runtime_core/static_core/verification/config/options/ |
H A D | method_options.h | 112 template <typename Flag> 113 static bool EnumerateFlagsHandler(PandaString &result, Flag flag) in EnumerateFlagsHandler()
|
/arkcompiler/ets_frontend/ets2panda/ir/statements/ |
H A D | variableDeclarator.h | 75 VariableDeclaratorFlag Flag() in Flag() function in ark::es2panda::ark::es2panda::ir::VariableDeclarator
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | graph.h | 54 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 D | binary_section.h | 186 unsigned Flag() const in Flag() function in panda::ecmascript::ElfSection
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | graph.h | 78 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 D | boxingForLocals.cpp | 196 allocator, declarator->Flag(), allocator->New<ir::Identifier>(id->Name(), allocator), newInit); in HandleVariableDeclarator()
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | elf_builder.cpp | 581 curShdr.sh_flags = section.Flag(); in PackELFSections()
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
H A D | scopesInitPhase.cpp | 228 auto [decl, var] = AddOrGetVarDecl(varDecl->Flag(), varDecl->Start(), binding); in VisitVariableDeclarator()
|
Completed in 15 milliseconds