• Home
  • Raw
  • Download

Lines Matching refs:NJSValue

132     return circuit_->NewGate(circuit_->ReadSp(), MachineType::I64, GateType::NJSValue());  in ReadSp()
138 return GetCircuit()->NewArg(MachineType::I64, index, GateType::NJSValue(), argListOfCircuit); in Arguments()
149 {currentControl, currentDepend, gate, hclassIndex, frameState}, GateType::NJSValue()); in ObjectTypeCheck()
163 {currentControl, currentDepend, gate, hclassIndex, frameState}, GateType::NJSValue()); in ObjectTypeCompare()
175 MachineType::I1, {currentControl, currentDepend, gate, frameState}, GateType::NJSValue()); in HeapObjectCheck()
189 MachineType::I1, {currentControl, currentDepend, gate, frameState}, GateType::NJSValue()); in StableArrayCheck()
202 MachineType::I1, {currentControl, currentDepend, gate, frameState}, GateType::NJSValue()); in COWArrayCheck()
214 MachineType::I1, {currentControl, currentDepend, gate, frameState}, GateType::NJSValue()); in HClassStableArrayCheck()
226 MachineType::I1, {currentControl, currentDepend, frameState}, GateType::NJSValue()); in ArrayGuardianCheck()
239 MachineType::I1, {currentControl, currentDepend, gate, frameState}, GateType::NJSValue()); in TypedArrayCheck()
327 return GateType::NJSValue(); in GetGateTypeOfValueType()
487 MachineType::I1, {currentControl, currentDepend, gate, frameState}, GateType::NJSValue()); in TryPrimitiveTypeCheck()
502 GateType::NJSValue(), in CallTargetCheck()
517 MachineType::I1, {currentControl, currentDepend, func, frameState}, GateType::NJSValue()); in JSCallTargetFromDefineFuncCheck()
532 frameState, Int64(static_cast<int64_t>(type))}, GateType::NJSValue(), comment.c_str()); in DeoptCheck()
602 …return GetCircuit()->NewGate(circuit_->ExtractValue(), mt, {pointer, index}, GateType::NJSValue()); in ExtractValue()
617 MachineType::I1, {currentControl, currentDepend, right, frameState}, GateType::NJSValue()); in Int32CheckRightIsZero()
630 MachineType::I1, {currentControl, currentDepend, right, frameState}, GateType::NJSValue()); in Float64CheckRightIsZero()
643 MachineType::I1, {currentControl, currentDepend, value, frameState}, GateType::NJSValue()); in LexVarIsHoleCheck()
656 MachineType::I1, {currentControl, currentDepend, value, frameState}, GateType::NJSValue()); in ValueCheckNegOverflow()
695 … MachineType::I32, {currentControl, currentDepend, left, right, frameState}, GateType::NJSValue()); in Int32DivWithCheck()
720 return GetCircuit()->GetConstantGate(MachineType::I8, val, GateType::NJSValue()); in Int8()
725 return GetCircuit()->GetConstantGate(MachineType::I16, val, GateType::NJSValue()); in Int16()
730 … GetCircuit()->GetConstantGate(MachineType::I32, static_cast<BitField>(val), GateType::NJSValue()); in Int32()
735 return GetCircuit()->GetConstantGate(MachineType::I64, val, GateType::NJSValue()); in Int64()
740 return GetCircuit()->GetConstantGate(MachineType::ARCH, val, GateType::NJSValue()); in IntPtr()
745 return GetCircuit()->GetConstantStringGate(MachineType::ARCH, str, GateType::NJSValue()); in StringPtr()
756 return GetCircuit()->GetConstantGate(MachineType::I1, val ? 1 : 0, GateType::NJSValue()); in Boolean()
761 …etCircuit()->GetConstantGate(MachineType::F64, base::bit_cast<int64_t>(val), GateType::NJSValue()); in Double()
805 return GetCircuit()->NewGate(meta, MachineType::I1, { left, right }, GateType::NJSValue()); in BinaryCmp()
1130 return GetCircuit()->NewGate(circuit_->Alloca(size), MachineType::ARCH, GateType::NJSValue()); in Alloca()
1567 GateType::NJSValue()); in CreateArrayWithBuffer()
1578 { currentDepend }, GateType::NJSValue()); in StartAllocate()
1588 { currentDepend }, GateType::NJSValue()); in FinishAllocate()