• Home
  • Raw
  • Download

Lines Matching refs:UncheckedCast

257   return UncheckedCast<Int32T>(jsgraph()->Int32Constant(value));  in Int32Constant()
261 return UncheckedCast<Int64T>(jsgraph()->Int64Constant(value)); in Int64Constant()
265 return UncheckedCast<IntPtrT>(jsgraph()->IntPtrConstant(value)); in IntPtrConstant()
270 return UncheckedCast<TaggedIndex>(raw_assembler()->IntPtrConstant(value)); in TaggedIndexConstant()
276 return UncheckedCast<Number>(SmiConstant(smi_value)); in NumberConstant()
282 return UncheckedCast<Number>(HeapConstant( in NumberConstant()
288 return UncheckedCast<Smi>(BitcastWordToTaggedSigned( in SmiConstant()
298 return UncheckedCast<HeapObject>(jsgraph()->HeapConstant(object)); in UntypedHeapConstant()
304 return UncheckedCast<String>(HeapConstant(internalized_string)); in StringConstant()
309 return UncheckedCast<Oddball>( in BooleanConstant()
315 return UncheckedCast<ExternalReference>( in ExternalConstant()
320 return UncheckedCast<Float32T>(jsgraph()->Float32Constant(value)); in Float32Constant()
324 return UncheckedCast<Float64T>(jsgraph()->Float64Constant(value)); in Float64Constant()
562 return UncheckedCast<RawPtrT>(raw_assembler()->LoadFramePointer()); in LoadFramePointer()
566 return UncheckedCast<RawPtrT>(raw_assembler()->LoadParentFramePointer()); in LoadParentFramePointer()
571 return UncheckedCast<ResType>(raw_assembler()->name(a, b)); \
602 return UncheckedCast<BoolT>(raw_assembler()->Name(left, right)); \
616 return UncheckedCast<UintPtrT>( in ChangeUint32ToWord()
624 return UncheckedCast<IntPtrT>(raw_assembler()->ChangeInt32ToInt64(value)); in ChangeInt32ToIntPtr()
631 return UncheckedCast<IntPtrT>(raw_assembler()->ChangeFloat64ToInt64(value)); in ChangeFloat64ToIntPtr()
633 return UncheckedCast<IntPtrT>(raw_assembler()->ChangeFloat64ToInt32(value)); in ChangeFloat64ToIntPtr()
638 return UncheckedCast<UintPtrT>( in ChangeFloat64ToUintPtr()
641 return UncheckedCast<UintPtrT>(raw_assembler()->ChangeFloat64ToUint32(value)); in ChangeFloat64ToUintPtr()
648 return UncheckedCast<Float64T>( in ChangeUintPtrToFloat64()
651 return UncheckedCast<Float64T>(raw_assembler()->ChangeUint32ToFloat64(value)); in ChangeUintPtrToFloat64()
656 return UncheckedCast<Float64T>(raw_assembler()->RoundInt64ToFloat64(value)); in RoundIntPtrToFloat64()
658 return UncheckedCast<Float64T>(raw_assembler()->ChangeInt32ToFloat64(value)); in RoundIntPtrToFloat64()
662 return UncheckedCast<Int32T>(raw_assembler()->TruncateFloat32ToInt32( in TruncateFloat32ToInt32()
667 return UncheckedCast<ResType>(raw_assembler()->name(a)); \
702 return UncheckedCast<Type>(raw_assembler()->AtomicLoad64( in AtomicLoad64()
719 BitcastTaggedToWordForTagAndSmiBits(UncheckedCast<AnyTaggedT>(value)); in PackMapWord()
720 TNode<WordT> packed = WordXor(UncheckedCast<WordT>(map_word), in PackMapWord()
753 return UncheckedCast<Object>( in LoadRoot()
896 return UncheckedCast<Word32T>( \
903 return UncheckedCast<Type>( \
925 return UncheckedCast<Word32T>(raw_assembler()->AtomicCompareExchange( in ATOMIC_FUNCTION()
937 return UncheckedCast<Type>(raw_assembler()->AtomicCompareExchange64( in AtomicCompareExchange64()
967 return UncheckedCast<HeapObject>(raw_assembler()->OptimizedAllocate( in OptimizedAllocate()
989 label->AddInputs({UncheckedCast<Object>(exception_value)}); in HandleException()