Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dllvm_ir_builder.h360 V(ReadSp, (GateRef gate))
Dgate_meta_data.h292 V(ReadSp, READSP, GateFlags::NONE_FLAG, 0, 0, 0) \
Dcircuit_builder.cpp130 GateRef CircuitBuilder::ReadSp() in ReadSp() function in panda::ecmascript::kungfu::CircuitBuilder
132 return circuit_->NewGate(circuit_->ReadSp(), MachineType::I64, GateType::NJSValue()); in ReadSp()
Dcircuit_builder.h359 GateRef ReadSp();
Dslowpath_lowering.cpp3153 GateRef spValue = builder_.ReadSp(); in LowerCheckSafePointAndStackOver()