Home
last modified time | relevance | path

Searched defs:methodInfo (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h81 auto &methodInfo = methodList.at(compilingMethod); in Run() local
132 auto &methodInfo = methodList.at(methodOffset); in SearchForCompilation() local
Dbytecode_info_collector.cpp211 MethodInfo &methodInfo = iter->second; in SetMethodPcInfoIndex() local
234 MethodInfo &methodInfo = methodIter->second; in CollectInnerMethods() local
269 MethodInfo &methodInfo = iter->second; in NewLexEnvWithSize() local
469 const MethodInfo &methodInfo = it.second; in LexEnvManager() local
Dts_inline_lowering.cpp80 auto &methodInfo = bytecodeInfo.GetMethodList().at(methodOffset); in TryInline() local
150 void TSInlineLowering::InlineCall(MethodInfo &methodInfo, MethodPcInfo &methodPCInfo, MethodLiteral… in InlineCall()
Dcompiler_log.cpp204 auto methodInfo = std::make_pair(id, name); in AddMethodTime() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp308 auto methodInfo = methodInfoIter.second; in ProcessToText() local