Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h112 auto compilingMethod = methodCompiledOrder.front(); in Run() local
114 … bytecodeInfo_.AddMethodOffsetToRecordName(compilingMethod, bytecodeInfo_.GetRecordName(index)); in Run()
115 auto &methodInfo = methodList.at(compilingMethod); in Run()
117 auto methodLiteral = jsPandaFile_->FindMethodLiteral(compilingMethod); in Run()
120 bytecodeInfo_.AddSkippedMethod(compilingMethod); in Run()
124 … CompileMethod(cb, index, methodName, methodLiteral, compilingMethod, methodPcInfo, methodInfo); in Run()
128 … CompileMethod(cb, index, methodName, methodLiteral, compilingMethod, methodPcInfo, methodInfo); in Run()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp212 … Method *compilingMethod = Method::Cast(task->GetJsFunction()->GetMethod().GetTaggedObject()); in IsCompiling() local
213 if (srcMethod == compilingMethod) { in IsCompiling()