Home
last modified time | relevance | path

Searched refs:VisitTypedUnaryOp (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Drange_analysis.h40 GateRef VisitTypedUnaryOp(GateRef gate);
Dnumber_speculative_lowering.h40 void VisitTypedUnaryOp(GateRef gate);
Drange_analysis.cpp57 return VisitTypedUnaryOp(gate); in VisitGate()
102 GateRef RangeAnalysis::VisitTypedUnaryOp(GateRef gate) in VisitTypedUnaryOp() function in panda::ecmascript::kungfu::RangeAnalysis
Dnumber_speculative_retype.h67 GateRef VisitTypedUnaryOp(GateRef gate);
Dnumber_speculative_lowering.cpp60 VisitTypedUnaryOp(gate); in VisitGate()
196 void NumberSpeculativeLowering::VisitTypedUnaryOp(GateRef gate) in VisitTypedUnaryOp() function in panda::ecmascript::kungfu::NumberSpeculativeLowering
Dnumber_speculative_retype.cpp83 return VisitTypedUnaryOp(gate); in VisitGate()
326 GateRef NumberSpeculativeRetype::VisitTypedUnaryOp(GateRef gate) in VisitTypedUnaryOp() function in panda::ecmascript::kungfu::NumberSpeculativeRetype