Home
last modified time | relevance | path

Searched refs:TSInlineLowering (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dts_inline_lowering.cpp24 void TSInlineLowering::RunTSInlineLowering() in RunTSInlineLowering()
38 void TSInlineLowering::CollectInlineInfo() in CollectInlineInfo()
50 void TSInlineLowering::GetInlinedMethodId(GateRef gate) in GetInlinedMethodId()
61 void TSInlineLowering::CandidateInlineCall(GateRef gate, ChunkQueue<InlineTypeInfoAccessor> &workList) in CandidateInlineCall()
103 void TSInlineLowering::TryInline(InlineTypeInfoAccessor &info, ChunkQueue<InlineTypeInfoAccessor> &workList) in TryInline()
182 bool TSInlineLowering::FilterInlinedMethod(MethodLiteral* method, std::vector<const uint8_t*> pcOffsets) in FilterInlinedMethod()
209 void TSInlineLowering::InlineCall(MethodInfo &methodInfo, MethodPcInfo &methodPCInfo, MethodLiteral* method, in InlineCall()
254 bool TSInlineLowering::CheckParameter(GateRef gate, InlineTypeInfoAccessor &info, MethodLiteral* method) in CheckParameter()
270 void TSInlineLowering::ReplaceCallInput(InlineTypeInfoAccessor &info, GateRef glue, MethodLiteral *method) in ReplaceCallInput()
307 void TSInlineLowering
[all...]
H A Dts_inline_lowering.h43 class TSInlineLowering { class
46 TSInlineLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string &name, in TSInlineLowering() function in panda::ecmascript::kungfu::TSInlineLowering
70 ~TSInlineLowering() = default;
H A Dpass.h494 TSInlineLowering inlining(data->GetCircuit(), data->GetPassContext(), enableLog, data->GetMethodName(), in Run()

Completed in 4 milliseconds