| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_method_test.cpp | 232 TEST_F(EtsMethodTest, GetMethodSignature) in TEST_F() argument 262 ASSERT_EQ(foo1Method->GetMethodSignature(), "I:LTestObject;"); in TEST_F() 263 ASSERT_EQ(foo2Method->GetMethodSignature(), "IFD:I"); in TEST_F() 264 ASSERT_EQ(foo3Method->GetMethodSignature(), "IIFDF:Z"); in TEST_F()
|
| /arkcompiler/runtime_core/static_core/verification/jobs/ |
| D | job.cpp | 39 ForAllCachedMethods([&](Method const *method) { types->GetMethodSignature(method); }); in UpdateTypes()
|
| /arkcompiler/runtime_core/static_core/verification/type/ |
| D | type_system.h | 85 MethodSignature const *GetMethodSignature(Method const *method);
|
| D | type_system.cpp | 119 MethodSignature const *TypeSystem::GetMethodSignature(Method const *method) in GetMethodSignature() function in panda::verifier::TypeSystem
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.cpp | 82 auto numAregs = GetTypeSystem()->GetMethodSignature(method)->args.size(); in SetReg()
|
| D | absint.cpp | 84 const auto &signature = typeSystem->GetMethodSignature(method); in PrepareVerificationContext()
|
| D | abs_int_inl.h | 3153 auto const *sig = GetTypeSystem()->GetMethodSignature(method); 3322 const auto *methodSig = GetTypeSystem()->GetMethodSignature(method); in CheckCall()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_method.h | 301 PANDA_PUBLIC_API PandaString GetMethodSignature(bool includeReturnType = true) const;
|
| D | ets_method.cpp | 145 PandaString EtsMethod::GetMethodSignature(bool includeReturnType) const in GetMethodSignature() function in panda::ets::EtsMethod
|
| /arkcompiler/runtime_core/static_core/plugins/ets/disassembler/ |
| D | disasm_ets_plugin.cpp | 144 const auto methodName = GetMethodSignature(methodId); in GetETSMetadata()
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.cpp | 1051 ss << GetMethodSignature(id); in ScalarValueToString() 1106 ss << GetMethodSignature(id); in ArrayValueToString() 1138 std::string Disassembler::GetMethodSignature(const panda_file::File::EntityId &methodId) const in GetMethodSignature() function in panda::disasm::Disassembler 1667 name << GetMethodSignature(id); in IDToString() 1801 const auto argMethodSignature = GetMethodSignature(argMethodId); in GetInstructions()
|
| D | disassembler.h | 131 std::string GetMethodSignature(const panda_file::File::EntityId &methodId) const;
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disassembler.h | 124 std::string GetMethodSignature(const panda_file::File::EntityId &method_id) const;
|
| D | disassembler.cpp | 1038 ss << GetMethodSignature(id); in ScalarValueToString() 1091 ss << GetMethodSignature(id); in ArrayValueToString() 1123 std::string Disassembler::GetMethodSignature(const panda_file::File::EntityId &method_id) const in GetMethodSignature() function in panda::disasm::Disassembler 1819 name << GetMethodSignature(offset); in IDToString() 1911 const auto arg_method_signature = GetMethodSignature(arg_method_id); in GetInstructions()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/ |
| D | ets_class_wrapper.cpp | 246 … INTEROP_LOG(ERROR) << "overload: " << EtsMethod::FromRuntimeMethod(&m)->GetMethodSignature(true); in CalculateProperties()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vm.cpp | 499 signature.append(EtsMethod::FromRuntimeMethod(method)->GetMethodSignature(false)); in ResolveNativeMethod()
|