• Home
  • Raw
  • Download

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()
340 GateRef CircuitBuilder::BothAreString(GateRef x, GateRef y) in BothAreString()
346 GateRef CircuitBuilder::TaggedIsHole(GateRef x) in TaggedIsHole()
351 GateRef CircuitBuilder::TaggedIsNullPtr(GateRef x) in TaggedIsNullPtr()
356 GateRef CircuitBuilder::IsSpecialHole(GateRef x) in IsSpecialHole()
361 GateRef CircuitBuilder::IsNotSpecialHole(GateRef x) in IsNotSpecialHole()
366 GateRef CircuitBuilder::TaggedIsNotHole(GateRef x) in TaggedIsNotHole()
371 GateRef CircuitBuilder::TaggedIsUndefined(GateRef x) in TaggedIsUndefined()
376 GateRef CircuitBuilder::TaggedIsException(GateRef x) in TaggedIsException()
381 GateRef CircuitBuilder::TaggedIsSpecial(GateRef x) in TaggedIsSpecial()
390 GateRef CircuitBuilder::TaggedIsHeapObject(GateRef x) in TaggedIsHeapObject()
397 GateRef CircuitBuilder::TaggedIsAsyncGeneratorObject(GateRef x) in TaggedIsAsyncGeneratorObject()
402 GateRef CircuitBuilder::TaggedIsJSGlobalObject(GateRef x) in TaggedIsJSGlobalObject()
407 GateRef CircuitBuilder::TaggedIsGeneratorObject(GateRef x) in TaggedIsGeneratorObject()
412 GateRef CircuitBuilder::TaggedIsJSArray(GateRef x) in TaggedIsJSArray()
417 GateRef CircuitBuilder::TaggedIsPropertyBox(GateRef x) in TaggedIsPropertyBox()
422 GateRef CircuitBuilder::TaggedIsWeak(GateRef x) in TaggedIsWeak()
430 GateRef CircuitBuilder::TaggedIsPrototypeHandler(GateRef x) in TaggedIsPrototypeHandler()
435 GateRef CircuitBuilder::TaggedIsTransitionHandler(GateRef x) in TaggedIsTransitionHandler()
440 GateRef CircuitBuilder::TaggedIsStoreTSHandler(GateRef x) in TaggedIsStoreTSHandler()
445 GateRef CircuitBuilder::TaggedIsTransWithProtoHandler(GateRef x) in TaggedIsTransWithProtoHandler()
450 GateRef CircuitBuilder::TaggedIsUndefinedOrNull(GateRef x) in TaggedIsUndefinedOrNull()
460 GateRef CircuitBuilder::TaggedIsUndefinedOrNullOrHole(GateRef x) in TaggedIsUndefinedOrNullOrHole()
465 GateRef CircuitBuilder::TaggedIsNotUndefinedAndNull(GateRef x) in TaggedIsNotUndefinedAndNull()
475 GateRef CircuitBuilder::TaggedIsNotUndefinedAndNullAndHole(GateRef x) in TaggedIsNotUndefinedAndNullAndHole()
480 GateRef CircuitBuilder::TaggedIsUndefinedOrHole(GateRef x) in TaggedIsUndefinedOrHole()
498 GateRef CircuitBuilder::TaggedIsTrue(GateRef x) in TaggedIsTrue()
503 GateRef CircuitBuilder::TaggedIsFalse(GateRef x) in TaggedIsFalse()
508 GateRef CircuitBuilder::TaggedIsNull(GateRef x) in TaggedIsNull()
513 GateRef CircuitBuilder::TaggedIsNotNull(GateRef x) in TaggedIsNotNull()
518 GateRef CircuitBuilder::TaggedIsBoolean(GateRef x) in TaggedIsBoolean()
523 GateRef CircuitBuilder::TaggedGetInt(GateRef x) in TaggedGetInt()
548 GateRef CircuitBuilder::TypedBinaryOp(GateRef x, GateRef y, ParamType paramType) in TypedBinaryOp()
592 GateRef CircuitBuilder::TypedUnaryOp(GateRef x, ParamType paramType) in TypedUnaryOp()
606 GateRef CircuitBuilder::TypedConditionJump(GateRef x, ParamType paramType, uint32_t weight) in TypedConditionJump()
646 GateRef CircuitBuilder::PrimitiveToNumber(GateRef x, ParamType paramType) in PrimitiveToNumber()