Lines Matching defs:x
29 GateRef CircuitBuilder::TaggedIsInt(GateRef x) in TaggedIsInt()
36 GateRef CircuitBuilder::TaggedIsDouble(GateRef x) in TaggedIsDouble()
45 GateRef CircuitBuilder::TaggedIsObject(GateRef x) in TaggedIsObject()
52 GateRef CircuitBuilder::TaggedIsNumber(GateRef x) in TaggedIsNumber()
57 GateRef CircuitBuilder::TaggedIsNumeric(GateRef x) in TaggedIsNumeric()
388 GateRef CircuitBuilder::BothAreString(GateRef x, GateRef y) in BothAreString()
394 GateRef CircuitBuilder::TaggedIsHole(GateRef x) in TaggedIsHole()
399 GateRef CircuitBuilder::TaggedIsNullPtr(GateRef x) in TaggedIsNullPtr()
404 GateRef CircuitBuilder::IsSpecialHole(GateRef x) in IsSpecialHole()
409 GateRef CircuitBuilder::IsNotSpecialHole(GateRef x) in IsNotSpecialHole()
414 GateRef CircuitBuilder::TaggedIsNotHole(GateRef x) in TaggedIsNotHole()
419 GateRef CircuitBuilder::TaggedIsUndefined(GateRef x) in TaggedIsUndefined()
424 GateRef CircuitBuilder::TaggedIsException(GateRef x) in TaggedIsException()
429 GateRef CircuitBuilder::TaggedIsSpecial(GateRef x) in TaggedIsSpecial()
438 GateRef CircuitBuilder::TaggedIsHeapObject(GateRef x) in TaggedIsHeapObject()
445 GateRef CircuitBuilder::TaggedIsAsyncGeneratorObject(GateRef x) in TaggedIsAsyncGeneratorObject()
450 GateRef CircuitBuilder::TaggedIsJSGlobalObject(GateRef x) in TaggedIsJSGlobalObject()
455 GateRef CircuitBuilder::TaggedIsGeneratorObject(GateRef x) in TaggedIsGeneratorObject()
460 GateRef CircuitBuilder::TaggedIsJSArray(GateRef x) in TaggedIsJSArray()
465 GateRef CircuitBuilder::TaggedIsPropertyBox(GateRef x) in TaggedIsPropertyBox()
470 GateRef CircuitBuilder::TaggedIsWeak(GateRef x) in TaggedIsWeak()
478 GateRef CircuitBuilder::TaggedIsPrototypeHandler(GateRef x) in TaggedIsPrototypeHandler()
483 GateRef CircuitBuilder::TaggedIsTransitionHandler(GateRef x) in TaggedIsTransitionHandler()
488 GateRef CircuitBuilder::TaggedIsStoreAOTHandler(GateRef x) in TaggedIsStoreAOTHandler()
493 GateRef CircuitBuilder::TaggedIsTransWithProtoHandler(GateRef x) in TaggedIsTransWithProtoHandler()
498 GateRef CircuitBuilder::TaggedIsUndefinedOrNull(GateRef x) in TaggedIsUndefinedOrNull()
508 GateRef CircuitBuilder::TaggedIsUndefinedOrNullOrHole(GateRef x) in TaggedIsUndefinedOrNullOrHole()
513 GateRef CircuitBuilder::TaggedIsNotUndefinedAndNull(GateRef x) in TaggedIsNotUndefinedAndNull()
523 GateRef CircuitBuilder::TaggedIsNotUndefinedAndNullAndHole(GateRef x) in TaggedIsNotUndefinedAndNullAndHole()
528 GateRef CircuitBuilder::TaggedIsUndefinedOrHole(GateRef x) in TaggedIsUndefinedOrHole()
546 GateRef CircuitBuilder::TaggedIsTrue(GateRef x) in TaggedIsTrue()
551 GateRef CircuitBuilder::TaggedIsFalse(GateRef x) in TaggedIsFalse()
556 GateRef CircuitBuilder::TaggedIsNull(GateRef x) in TaggedIsNull()
561 GateRef CircuitBuilder::TaggedIsNotNull(GateRef x) in TaggedIsNotNull()
566 GateRef CircuitBuilder::TaggedIsBoolean(GateRef x) in TaggedIsBoolean()
571 GateRef CircuitBuilder::TaggedIsNativePointer(GateRef x) in TaggedIsNativePointer()
578 GateRef CircuitBuilder::TaggedGetInt(GateRef x) in TaggedGetInt()
603 GateRef CircuitBuilder::TypedBinaryOp(GateRef x, GateRef y, ParamType paramType) in TypedBinaryOp()
647 GateRef CircuitBuilder::TypedUnaryOp(GateRef x, ParamType paramType) in TypedUnaryOp()
661 GateRef CircuitBuilder::TypedConditionJump(GateRef x, ParamType paramType, uint32_t weight) in TypedConditionJump()
701 GateRef CircuitBuilder::PrimitiveToNumber(GateRef x, ParamType paramType) in PrimitiveToNumber()