Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2376 Method *inlineMethod = Method::Cast(JSFunction::Cast(inlineJSFunc)->GetMethod()); in DEF_RUNTIME_STUBS() local
2378 auto inlineRecordNanme = inlineMethod->GetRecordName(); in DEF_RUNTIME_STUBS()
2380 const std::string inlineFuncNanme(inlineMethod->GetMethodName()); in DEF_RUNTIME_STUBS()