Home
last modified time | relevance | path

Searched defs:METHOD (Results 1 – 25 of 31) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/arch/
Dhelpers.h37 #define ARCH_COPY_METHOD_ARGS(METHOD, ARG_READER, ARG_WRITER) … argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dconstpool_value.h29 METHOD, enumerator
/arkcompiler/ets_frontend/es2panda/ir/expressions/
Dliteral.h40 METHOD, enumerator
/arkcompiler/ets_frontend/ts2panda/src/base/
Dliteral.ts21 METHOD = 6, enumerator
/arkcompiler/ets_frontend/ets2panda/ir/base/
DmethodDefinition.h30 enum class MethodDefinitionKind { NONE, CONSTRUCTOR, METHOD, EXTENSION_METHOD, GET, SET }; enumerator
/arkcompiler/runtime_core/static_core/verification/config/context/
Dcontext.h36 enum class WhitelistKind : uint8_t { METHOD, METHOD_CALL, CLASS, LAST }; enumerator
/arkcompiler/ets_frontend/ets2panda/ir/
DastNodeFlags.h61 enum class PrivateFieldKind { FIELD, METHOD, GET, SET, STATIC_FIELD, STATIC_METHOD, STATIC_GET, STA… enumerator
71 METHOD = 1U << 6U, enumerator
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlreference.h42 METHOD, enumerator
Dliterals.h49 METHOD, enumerator
/arkcompiler/runtime_core/static_core/libpandafile/
Dliteral_data_accessor.h40 METHOD = 0x07, enumerator
/arkcompiler/runtime_core/libpandafile/
Dliteral_data_accessor.h39 METHOD = 0x06, enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi.h46 METHOD = 0x10U, enumerator
/arkcompiler/ets_frontend/es2panda/ir/base/
DmethodDefinition.h35 enum class MethodDefinitionKind { CONSTRUCTOR, METHOD, GET, SET }; enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_panda_file_items.h40 static constexpr std::string_view METHOD = "Lstd/core/Method;"; variable
/arkcompiler/ets_frontend/ts2panda/src/
DsyntaxChecker.ts981 METHOD= 8, enumerator
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb44 METHOD = 'method_id' constant
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinstructions.rb44 METHOD = 'method_id' constant
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h116 METHOD = 1 << 2, enumerator
/arkcompiler/runtime_core/static_core/assembler/
Dannotation.h89 METHOD, enumerator
/arkcompiler/runtime_core/assembler/
Dannotation.h91 METHOD, enumerator
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h92 METHOD = 1 << 6, enumerator
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.h99 METHOD, enumerator
/arkcompiler/ets_runtime/ecmascript/serializer/
Dserialize_data.h41 METHOD, enumerator
/arkcompiler/ets_frontend/ets2panda/varbinder/
DvariableFlags.h120 METHOD = 1U << 2U, enumerator
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb445 def METHOD(method) method in Checker

12