Home
last modified time | relevance | path

Searched defs:expectedNum (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcommon_stubs.cpp966 GateRef expectedNum = Int64And(Int64LSR(callfield, Int64(MethodLiteral::NumArgsBits::START_BIT)), in GenerateCircuit() local
H A Dcall_stub_builder.cpp264 GateRef expectedNum = Int64And(Int64LSR(callField_, Int64(MethodLiteral::NumArgsBits::START_BIT)), in JSFastAotCall() local
289 GateRef expectedNum = Int64And(Int64LSR(callField_, Int64(MethodLiteral::NumArgsBits::START_BIT)), in JSSlowAotCall() local
328 void CallStubBuilder::CallBridge(GateRef code, GateRef expectedNum, Label *exit) in CallBridge() argument
696 PrepareArgsForAot(GateRef expectedNum) PrepareArgsForAot() argument
909 PrepareAppendArgsForAotStep3(GateRef expectedNum) PrepareAppendArgsForAotStep3() argument
[all...]
H A Dslowpath_lowering.cpp1872 GateRef expectedNum = builder_.GetExpectedNumOfArgs(method); in LowerFastSuperCall() local

Completed in 11 milliseconds