Lines Matching defs:x
30 GateRef CircuitBuilder::TaggedIsInt(GateRef x) in TaggedIsInt()
37 GateRef CircuitBuilder::TaggedIsDouble(GateRef x) in TaggedIsDouble()
46 GateRef CircuitBuilder::TaggedIsObject(GateRef x) in TaggedIsObject()
53 GateRef CircuitBuilder::TaggedIsNumber(GateRef x) in TaggedIsNumber()
58 GateRef CircuitBuilder::TaggedIsNumeric(GateRef glue, GateRef x) in TaggedIsNumeric()
438 GateRef CircuitBuilder::BothAreString(GateRef glue, GateRef x, GateRef y) in BothAreString()
444 GateRef CircuitBuilder::TaggedIsHole(GateRef x) in TaggedIsHole()
449 GateRef CircuitBuilder::TaggedIsNullPtr(GateRef x) in TaggedIsNullPtr()
454 GateRef CircuitBuilder::IsSpecialHole(GateRef x) in IsSpecialHole()
459 GateRef CircuitBuilder::IsNotSpecialHole(GateRef x) in IsNotSpecialHole()
464 GateRef CircuitBuilder::TaggedIsNotHole(GateRef x) in TaggedIsNotHole()
469 GateRef CircuitBuilder::TaggedIsUndefined(GateRef x) in TaggedIsUndefined()
474 GateRef CircuitBuilder::TaggedIsException(GateRef x) in TaggedIsException()
479 GateRef CircuitBuilder::TaggedIsSpecial(GateRef x) in TaggedIsSpecial()
488 GateRef CircuitBuilder::TaggedIsHeapObject(GateRef x) in TaggedIsHeapObject()
495 GateRef CircuitBuilder::TaggedIsHeapObject(GateRef x, const CompilationEnv *compilationEnv) in TaggedIsHeapObject()
505 GateRef CircuitBuilder::TaggedIsJSFunction(GateRef glue, GateRef x) in TaggedIsJSFunction()
513 GateRef CircuitBuilder::TaggedIsAsyncGeneratorObject(GateRef glue, GateRef x) in TaggedIsAsyncGeneratorObject()
519 GateRef CircuitBuilder::TaggedIsJSGlobalObject(GateRef glue, GateRef x) in TaggedIsJSGlobalObject()
524 GateRef CircuitBuilder::TaggedIsGeneratorObject(GateRef glue, GateRef x) in TaggedIsGeneratorObject()
529 GateRef CircuitBuilder::TaggedIsJSArray(GateRef glue, GateRef x) in TaggedIsJSArray()
534 GateRef CircuitBuilder::TaggedIsJSProxy(GateRef glue, GateRef x) in TaggedIsJSProxy()
539 GateRef CircuitBuilder::TaggedIsPropertyBox(GateRef glue, GateRef x) in TaggedIsPropertyBox()
544 GateRef CircuitBuilder::TaggedIsWeak(GateRef x) in TaggedIsWeak()
552 GateRef CircuitBuilder::TaggedIsPrototypeHandler(GateRef glue, GateRef x) in TaggedIsPrototypeHandler()
557 GateRef CircuitBuilder::TaggedIsTransitionHandler(GateRef glue, GateRef x) in TaggedIsTransitionHandler()
562 GateRef CircuitBuilder::TaggedIsStoreAOTHandler(GateRef glue, GateRef x) in TaggedIsStoreAOTHandler()
567 GateRef CircuitBuilder::TaggedIsTransWithProtoHandler(GateRef glue, GateRef x) in TaggedIsTransWithProtoHandler()
573 GateRef CircuitBuilder::TaggedIsUndefinedOrNull(GateRef x) in TaggedIsUndefinedOrNull()
583 GateRef CircuitBuilder::TaggedIsUndefinedOrNullOrHole(GateRef x) in TaggedIsUndefinedOrNullOrHole()
588 GateRef CircuitBuilder::TaggedIsNotUndefinedAndNull(GateRef x) in TaggedIsNotUndefinedAndNull()
598 GateRef CircuitBuilder::TaggedIsNotUndefinedAndNullAndHole(GateRef x) in TaggedIsNotUndefinedAndNullAndHole()
603 GateRef CircuitBuilder::TaggedIsUndefinedOrHole(GateRef x) in TaggedIsUndefinedOrHole()
621 GateRef CircuitBuilder::TaggedIsTrue(GateRef x) in TaggedIsTrue()
626 GateRef CircuitBuilder::TaggedIsFalse(GateRef x) in TaggedIsFalse()
631 GateRef CircuitBuilder::TaggedIsNull(GateRef x) in TaggedIsNull()
636 GateRef CircuitBuilder::TaggedIsNotNull(GateRef x) in TaggedIsNotNull()
641 GateRef CircuitBuilder::TaggedIsBoolean(GateRef x) in TaggedIsBoolean()
646 GateRef CircuitBuilder::TaggedIsNativePointer(GateRef glue, GateRef x) in TaggedIsNativePointer()
653 GateRef CircuitBuilder::TaggedGetInt(GateRef x) in TaggedGetInt()
691 GateRef CircuitBuilder::TypedBinaryOp(GateRef x, GateRef y, ParamType paramType) in TypedBinaryOp()
735 GateRef CircuitBuilder::TypedUnaryOp(GateRef x, ParamType paramType) in TypedUnaryOp()
749 GateRef CircuitBuilder::TypedConditionJump(GateRef x, ParamType paramType, uint32_t weight) in TypedConditionJump()
789 GateRef CircuitBuilder::PrimitiveToNumber(GateRef x, ParamType paramType) in PrimitiveToNumber()