Home
last modified time | relevance | path

Searched defs:valueGate (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp944 auto valueGate = gateAccessor_.GetValueIn(gate, 2); // 2: value input slot in InferLdObjByValue() local
994 auto valueGate = gateAccessor_.GetValueIn(gate, 1); in InferSuperPropertyByValue() local
1463 GateRef valueGate = gateAccessor_.GetValueIn(gate, 0); in TypeCheck() local
1522 GateRef valueGate = gateAccessor_.GetValueIn(gate, 1); in PGOTypeCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_lowering.cpp521 GateRef valueGate = acc_.IsUndefinedOrNull(left) ? right : left; in VisitUndefinedEqOrUndefinedNotEq() local