Home
last modified time | relevance | path

Searched refs:GetExpectedNumOfArgs (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h64 GateRef CircuitBuilder::GetExpectedNumOfArgs(GateRef method) in GetExpectedNumOfArgs() function
Dcircuit_builder.h254 inline GateRef GetExpectedNumOfArgs(GateRef method);
Dstub_builder.h749 GateRef GetExpectedNumOfArgs(GateRef method);
Dslowpath_lowering.cpp2945 GateRef expectedArgc = builder_.Int64Add(builder_.GetExpectedNumOfArgs(method), in LowerFastCall()
2975 GateRef expectedArgc = builder_.Int64Add(builder_.GetExpectedNumOfArgs(method), in LowerFastCall()
Dstub_builder-inl.h2785 inline GateRef StubBuilder::GetExpectedNumOfArgs(GateRef method) in GetExpectedNumOfArgs() function