Home
last modified time | relevance | path

Searched refs:expectedMethodName (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/
H A Dhelpers.cpp70 auto expectedMethodName = demangledClassName.substr(0, delimiterPos); in FindEvaluationMethodName() local
71 if (expectedMethodName != demangledClassName.substr(delimiterPos + 1)) { in FindEvaluationMethodName()
75 if (delimiterPos < SUFFIX.size() || expectedMethodName.substr(delimiterPos - SUFFIX.size()) != SUFFIX) { in FindEvaluationMethodName()
78 return std::string(expectedMethodName); in FindEvaluationMethodName()
97 auto expectedMethodName = FindEvaluationMethodName(className); in FindEvaluationMethodClass() local
98 if (expectedMethodName) { in FindEvaluationMethodClass()
99 return std::make_pair(*expectedMethodName, cda); in FindEvaluationMethodClass()
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DevaluateContext.cpp41 const auto &expectedMethodName = methodClass->Ident()->Name(); in FindEvaluationMethod() local
45 std::find_if(methodClass->Body().begin(), methodClass->Body().end(), [expectedMethodName](auto *iter) { in FindEvaluationMethod()
47 iter->AsMethodDefinition()->Key()->AsIdentifier()->Name() == expectedMethodName; in FindEvaluationMethod()

Completed in 2 milliseconds