Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h111 auto compilingMethod = methodCompiledOrder.front(); in Run() local
113 … bytecodeInfo_.AddMethodOffsetToRecordName(compilingMethod, bytecodeInfo_.GetRecordName(index)); in Run()
114 auto &methodInfo = methodList.at(compilingMethod); in Run()
116 auto methodLiteral = jsPandaFile_->FindMethodLiteral(compilingMethod); in Run()
119 bytecodeInfo_.AddSkippedMethod(compilingMethod); in Run()
123 … CompileMethod(cb, index, methodName, methodLiteral, compilingMethod, methodPcInfo, methodInfo); in Run()
127 … CompileMethod(cb, index, methodName, methodLiteral, compilingMethod, methodPcInfo, methodInfo); in Run()