Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp209 Method *srcMethod = Method::Cast(jsFunction->GetMethod().GetTaggedObject()); in IsCompiling() local
213 if (srcMethod == compilingMethod) { in IsCompiling()