Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp106 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()
149 …TSInlineLowering::FilterInlinedMethod(MethodLiteral* method, std::vector<const uint8_t*> pcOffsets) in FilterInlinedMethod() argument
158 for (size_t i = 0; i < pcOffsets.size(); i++) { in FilterInlinedMethod()
159 auto pc = pcOffsets[i]; in FilterInlinedMethod()
701 …id TSInlineLowering::AnalyseFastAccessor(CallGateInfo &info, std::vector<const uint8_t*> pcOffsets, in AnalyseFastAccessor() argument
711 for (size_t i = 0; i < pcOffsets.size(); i++) { in AnalyseFastAccessor()
712 auto pc = pcOffsets[i]; in AnalyseFastAccessor()
Dts_inline_lowering.h168 bool FilterInlinedMethod(MethodLiteral* method, std::vector<const uint8_t*> pcOffsets);
202 …void AnalyseFastAccessor(CallGateInfo &info, std::vector<const uint8_t*> pcOffsets, uint32_t inlin…
Dbytecode_info_collector.cpp242 auto &pcOffsets = methodPcInfos.back().pcOffsets; in CollectMethodPcsFromBC() local
262 pcOffsets.emplace_back(curPc); in CollectMethodPcsFromBC()
265 pcOffsets.emplace_back(bcInsLast.GetAddress()); in CollectMethodPcsFromBC()
Dtype_recorder.cpp31 pcOffsets_(methodPCInfo.pcOffsets), bytecodes_(bytecodes) in TypeRecorder()
Dbytecode_circuit_builder.h275 pcOffsets_(methodPCInfo.pcOffsets), in BytecodeCircuitBuilder()
Dbytecode_info_collector.h110 std::vector<const uint8_t*> pcOffsets {};