Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp3603 Method *callerMethod = Method::Cast(JSFunction::Cast(callerJSFunc)->GetMethod()); in DEF_RUNTIME_STUBS() local
3605 auto callerRecordName = callerMethod->GetRecordNameStr(); in DEF_RUNTIME_STUBS()
3607 const std::string callerFuncName(callerMethod->GetMethodName()); in DEF_RUNTIME_STUBS()
3621 Method *callerMethod = Method::Cast(callerJSFunc->GetMethod()); in DEF_RUNTIME_STUBS() local
3622 auto callerRecordName = callerMethod->GetRecordNameStr(); in DEF_RUNTIME_STUBS()
3623 const std::string callerFuncName(callerMethod->GetMethodName()); in DEF_RUNTIME_STUBS()

Completed in 9 milliseconds