Home
last modified time | relevance | path

Searched defs:TYPE (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/
Des2panda.h99 TYPE, enumerator
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dtarget.h101 static inline vixl::aarch64::Shift Convert(const ShiftType TYPE) in Convert()
481 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/
Dasm_printer.h242 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h125 TYPE = 1 << 16, enumerator
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp216 #define DEFINE_INST(TYPE) \ argument
Dinst.h684 #define DECLARE_INST(TYPE) void Accept(GraphVisitor *v) override argument
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dtarget.h532 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h684 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
/arkcompiler/ets_runtime/ecmascript/
Decma_macros.h425 #define DECL_CAST(TYPE) \ argument
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencode.h170 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
Dcodegen.cpp2352 #define INST_DEF(OPCODE, TYPE) TYPE(OPCODE) argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.cpp61 #define DISPATCH_BAK(TYPE, ...) DISPATCH_##TYPE(__VA_ARGS__) argument