Home
last modified time | relevance | path

Searched refs:contextGate (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.cpp52 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()
Dslowpath_lowering.cpp2652 GateRef contextGate = builder_.Load(VariableType::JS_POINTER(), obj, contextOffset); in LowerResumeGenerator() local
2654 GateRef arrayGate = builder_.Load(VariableType::JS_POINTER(), contextGate, arrayOffset); in LowerResumeGenerator()