Searched refs:methodPcInfo (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | compilation_driver.h | 85 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()
|
D | ts_inline_lowering.cpp | 102 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/ |
D | global_type_infer.cpp | 61 auto &methodPcInfo = methodPcInfos[methodInfo.GetMethodPcInfoIndex()]; in NewTypeInfer() local 72 …new BytecodeCircuitBuilder(jsPandaFile_, methodLiteral, methodPcInfo, ctx_->GetTSManager(), circui… in NewTypeInfer()
|