Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h85 const MethodPcInfo &methodPcInfo, in CompileMethod() argument
90 methodPcInfo, methodInfo, module); in CompileMethod()
115 auto &methodPcInfo = methodPcInfos[methodInfo.GetMethodPcInfoIndex()]; in Run() local
118 … if (FilterMethod(bytecodeInfo_.GetRecordName(index), methodLiteral, methodPcInfo, methodName)) { in Run()
123 … CompileMethod(cb, index, methodName, methodLiteral, compilingMethod, methodPcInfo, methodInfo); in Run()
127 … CompileMethod(cb, index, methodName, methodLiteral, compilingMethod, methodPcInfo, methodInfo); in Run()
Dts_inline_lowering.cpp102 auto &methodPcInfo = methodPcInfos[methodInfo.GetMethodPcInfoIndex()]; in TryInline() local
106 if (IsSmallMethod(methodPcInfo.pcOffsets.size()) && !IsInlineCountsOverflow(inlineCallCounts)) { in TryInline()
107 inlineSuccess_ = FilterInlinedMethod(inlinedMethod, methodPcInfo.pcOffsets); in TryInline()
112 AnalyseFastAccessor(info, methodPcInfo.pcOffsets, methodOffset); in TryInline()
116 InlineCall(methodInfo, methodPcInfo, inlinedMethod, info); in TryInline()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp61 auto &methodPcInfo = methodPcInfos[methodInfo.GetMethodPcInfoIndex()]; in NewTypeInfer() local
72 …new BytecodeCircuitBuilder(jsPandaFile_, methodLiteral, methodPcInfo, ctx_->GetTSManager(), circui… in NewTypeInfer()