| /arkcompiler/runtime_core/static_core/runtime/tooling/backtrace/ |
| D | backtrace.h | 47 struct MethodInfo { struct 51 …MethodInfo(uintptr_t id, uintptr_t begin, uint32_t size) : methodId(id), codeBegin(begin), codeSiz… in MethodInfo() function
|
| /arkcompiler/runtime_core/disassembler/ |
| D | accumulators.h | 29 struct MethodInfo { struct 49 std::map<std::string, MethodInfo> methods_info; argument
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/parameter_check/dynamic/ |
| D | api_modifier.h | 23 struct MethodInfo { struct 31 …ApiModifier(enum AbckitApiVersion version, AbckitFile *file, const AbckitApi *impl, MethodInfo met… in ApiModifier() argument
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | accumulators.h | 29 struct MethodInfo { struct 47 std::map<std::string, MethodInfo> methodsStaticInfo; argument
|
| /arkcompiler/runtime_core/static_core/dprof/converter/features/ |
| D | hotness_counters.h | 33 struct MethodInfo { struct 55 std::list<HCountersInfo::MethodInfo> methodsList; in operator() argument
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.h | 54 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/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.h | 72 struct MethodInfo { struct 76 MethodInfo(uintptr_t methodId, uintptr_t codeBegin, uint32_t codeSize) in MethodInfo() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | debugger_test.cpp | 100 struct MethodInfo { struct 101 uint32_t nregs; 102 uint32_t nargs; 103 panda_file::File::EntityId methodId;
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/parameter_check/ |
| D | parameter_check_test.cpp | 76 struct MethodInfo { struct 77 std::string path; 78 std::string className; 79 std::string methodName;
|
| /arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/parameter_check/ |
| D | parameter_check_test.cpp | 86 struct MethodInfo { struct 87 std::string path; 88 std::string className; 89 std::string methodName;
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_info_collector.h | 40 …MethodInfo(uint32_t methodInfoIndex, uint32_t methodPcInfoIndex, std::shared_ptr<CString> recordNa… in MethodInfo() function 118 friend class MethodInfo; variable
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | vtable_builder_base.h | 39 MethodInfo(const panda_file::MethodDataAccessor &mda, size_t index, ClassLinkerContext *ctx) in MethodInfo() function
|