Home
last modified time | relevance | path

Searched defs:BASE (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
Dstr.h76 constexpr Offset BASE = 16U; in OffsetToHexStr() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_visitor.h71 #define GROUP_DEF(BASE) \ argument
Dgraph.h836 #define INST_DEF(OPCODE, BASE, ...) \ in CreateInst() argument
853 #define INST_DEF(OPCODE, BASE, ...) \ argument
Dinst.h215 #define INST_DEF(OPCODE, BASE, FLAGS) FLAGS, // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() argument
/arkcompiler/ets_runtime/test/aottest/exception_case14/
Dexception_case14.js23 BASE = 1e14, variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dpanda_string.cpp26 static constexpr int BASE = 10; variable
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dacc_vregister-inl.h200 using BASE = VRegisterRef<AccVRegisterTRef<IS_DYNAMIC>, AccVRegisterT>; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.h26 enum class SensitivityOption : uint8_t { BASE = 0x01, ACCENT, CASE, VARIANT, UNDEFINED, EXCEPTION }; enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h38 #define FOR_BB_BETWEEN(BASE, FROM, TO, DIR) for (BB * (BASE) = (FROM); (BASE) != (TO); (BASE) = (BA… argument
39 #define FOR_BB_BETWEEN_CONST(BASE, FROM, TO, DIR) \ argument
42 #define FOR_ALL_BB_CONST(BASE, FUNC) FOR_BB_BETWEEN_CONST(BASE, FIRST_BB_OF_FUNC(FUNC), nullptr, Ge… argument
43 #define FOR_ALL_BB(BASE, FUNC) FOR_BB_BETWEEN(BASE, FIRST_BB_OF_FUNC(FUNC), nullptr, GetNext) argument
44 #define FOR_ALL_BB_REV(BASE, FUNC) FOR_BB_BETWEEN(BASE, LAST_BB_OF_FUNC(FUNC), nullptr, GetPrev) argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.h1061 #define RETURN_INST(OPCODE, BASE, ...) \ in CreateInst() argument
1079 #define RETURN_INST(OPCODE, BASE, ...) \ argument
1095 #define RETURN_INST(OPCODE, BASE, ...) \ argument
Dinst.h176 #define INST_DEF(OPCODE, BASE, FLAGS) (FLAGS), // NOLINT(cppcoreguidelines-macro-usage) in GetFlagsMask() argument