Home
last modified time | relevance | path

Searched defs:MethodInfo (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/disassembler/
Daccumulators.h29 struct MethodInfo { struct
49 std::map<std::string, MethodInfo> methods_info; argument
/arkcompiler/runtime_core/static_core/disassembler/
Daccumulators.h29 struct MethodInfo { struct
47 std::map<std::string, MethodInfo> methodsInfo; argument
/arkcompiler/runtime_core/static_core/dprof/converter/features/
Dhotness_counters.h33 struct MethodInfo { struct
55 std::list<HCountersInfo::MethodInfo> methodsList; in operator() argument
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h54 struct MethodInfo { struct
55 ir::Expression *key;
56 util::StringView backupName; // For computed property.
57 ir::MethodDefinitionKind kind;
58 ir::ModifierFlags modifiers;
59 bool isComputed;
/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder.h40 MethodInfo(const panda_file::MethodDataAccessor &mda, size_t index, ClassLinkerContext *ctx) in MethodInfo() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.h380 friend class MethodInfo; variable