Searched refs:contextGate (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | async_function_lowering.cpp | 52 GateRef contextGate = circuit_->NewGate(circuit_->Load(), MachineType::I64, {dependStart, val}, in ProcessJumpTable() local 55 val = builder_.PtrAdd(contextGate, bcOffset); in ProcessJumpTable() 56 …GateRef restoreOffsetGate = circuit_->NewGate(circuit_->Load(), MachineType::I32, {contextGate, va… in ProcessJumpTable()
|
D | slowpath_lowering.cpp | 2652 GateRef contextGate = builder_.Load(VariableType::JS_POINTER(), obj, contextOffset); in LowerResumeGenerator() local 2654 GateRef arrayGate = builder_.Load(VariableType::JS_POINTER(), contextGate, arrayOffset); in LowerResumeGenerator()
|