Searched refs:callDepend (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | ts_inline_lowering.cpp | 370 GateRef callDepend = acc_.GetDep(callGate); in ReplaceEntryGate() local 377 newDep = TraceInlineFunction(glue, callDepend, args, callGate); in ReplaceEntryGate() 379 newDep = callDepend; in ReplaceEntryGate() 474 GateRef callDepend = acc_.GetDep(gate); in InlineFuncCheck() local 483 … MachineType::I1, {callState, callDepend, inlineFunc, builder_.IntPtr(methodOffset), frameState}, in InlineFuncCheck() 492 GateRef callDepend = acc_.GetDep(gate); in InlineAccessorCheck() local 497 auto frameState = acc_.FindNearestFrameState(callDepend); in InlineAccessorCheck() 499 …MachineType::I1, {callState, callDepend, receiver, hclassIndexGate, frameState}, GateType::NJSValu… in InlineAccessorCheck()
|