Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/config/whitelist/
Dwhitelist.h25 enum class WhitelistKind : uint8_t { METHOD, METHOD_CALL, CLASS, __LAST__ }; enumerator
/arkcompiler/ets_frontend/es2panda/ir/expressions/
Dliteral.h40 METHOD, enumerator
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dconstpool_value.h29 METHOD, enumerator
/arkcompiler/ets_frontend/ts2panda/src/base/
Dliteral.ts21 METHOD = 6, enumerator
/arkcompiler/ets_frontend/es2panda/ir/base/
DmethodDefinition.h35 enum class MethodDefinitionKind { CONSTRUCTOR, METHOD, GET, SET }; enumerator
/arkcompiler/runtime_core/libpandafile/
Dliteral_data_accessor.h39 METHOD = 0x06, enumerator
Dfile_items.h1579 enum class Type { B1, B2, B4, B8, STRING, METHOD, LITERALARRAY }; enumerator
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb44 METHOD = 'method_id' constant
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h90 METHOD = 1 << 6, enumerator
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h111 METHOD = 1 << 2, enumerator
/arkcompiler/runtime_core/assembler/
Dannotation.h91 METHOD, enumerator
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbc_call_signature.h495 METHOD, enumerator
Dbytecode_info_collector.h236 METHOD, enumerator
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb445 def METHOD(method) method in Checker
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h540 METHOD = 0, enumerator
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h1000 …enum class SlotKind { UNKNOWN, CLASS, MANAGED_CLASS, METHOD, VIRTUAL_METHOD, FIELD, STATIC_FIELD_P… enumerator