Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_accessor.h114 #define GET_TSTYPE(NAME, TYPE) \ argument
/arkcompiler/ets_runtime/ecmascript/
Dvtable.h26 TYPE, enumerator
Decma_macros.h440 #define DECL_CAST(TYPE) \ argument
/arkcompiler/ets_frontend/es2panda/
Des2panda.h102 TYPE, enumerator
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h127 TYPE = 1 << 16, enumerator
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp430 #define DEOPT_NAME_MAP(NAME, TYPE) {DeoptType::TYPE, #NAME}, in DisplayItems() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_meta_data.h119 #define DECLARE_DEOPT_TYPE(NAME, TYPE) TYPE, argument
Dinterpreter_stub.cpp83 #define DISPATCH_BAK(TYPE, ...) DISPATCH_##TYPE(__VA_ARGS__) argument