Home
last modified time | relevance | path

Searched refs:inlineMethod (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3553 Method *inlineMethod = Method::Cast(JSFunction::Cast(inlineJSFunc)->GetMethod()); in DEF_RUNTIME_STUBS() local
3555 auto inlineRecordNanme = inlineMethod->GetRecordNameStr(); in DEF_RUNTIME_STUBS()
3557 const std::string inlineFuncNanme(inlineMethod->GetMethodName()); in DEF_RUNTIME_STUBS()