Lines Matching defs:x
28 GateRef CircuitBuilder::TaggedIsInt(GateRef x) in TaggedIsInt()
35 GateRef CircuitBuilder::TaggedIsDouble(GateRef x) in TaggedIsDouble()
44 GateRef CircuitBuilder::TaggedIsObject(GateRef x) in TaggedIsObject()
51 GateRef CircuitBuilder::TaggedIsNumber(GateRef x) in TaggedIsNumber()
56 GateRef CircuitBuilder::TaggedIsNumeric(GateRef x) in TaggedIsNumeric()
76 GateRef CircuitBuilder::TaggedObjectBothAreString(GateRef x, GateRef y) in TaggedObjectBothAreString()
297 GateRef CircuitBuilder::BothAreString(GateRef x, GateRef y) in BothAreString()
321 GateRef CircuitBuilder::TaggedIsHole(GateRef x) in TaggedIsHole()
326 GateRef CircuitBuilder::TaggedIsNullPtr(GateRef x) in TaggedIsNullPtr()
331 GateRef CircuitBuilder::TaggedIsNotHole(GateRef x) in TaggedIsNotHole()
336 GateRef CircuitBuilder::TaggedIsUndefined(GateRef x) in TaggedIsUndefined()
341 GateRef CircuitBuilder::TaggedIsException(GateRef x) in TaggedIsException()
346 GateRef CircuitBuilder::TaggedIsSpecial(GateRef x) in TaggedIsSpecial()
354 GateRef CircuitBuilder::TaggedIsHeapObject(GateRef x) in TaggedIsHeapObject()
361 GateRef CircuitBuilder::TaggedIsAsyncGeneratorObject(GateRef x) in TaggedIsAsyncGeneratorObject()
370 GateRef CircuitBuilder::TaggedIsJSGlobalObject(GateRef x) in TaggedIsJSGlobalObject()
379 GateRef CircuitBuilder::TaggedIsGeneratorObject(GateRef x) in TaggedIsGeneratorObject()
408 GateRef CircuitBuilder::TaggedIsPropertyBox(GateRef x) in TaggedIsPropertyBox()
414 GateRef CircuitBuilder::TaggedIsWeak(GateRef x) in TaggedIsWeak()
420 GateRef CircuitBuilder::TaggedIsPrototypeHandler(GateRef x) in TaggedIsPrototypeHandler()
426 GateRef CircuitBuilder::TaggedIsTransitionHandler(GateRef x) in TaggedIsTransitionHandler()
432 GateRef CircuitBuilder::TaggedIsStoreTSHandler(GateRef x) in TaggedIsStoreTSHandler()
438 GateRef CircuitBuilder::TaggedIsTransWithProtoHandler(GateRef x) in TaggedIsTransWithProtoHandler()
444 GateRef CircuitBuilder::TaggedIsUndefinedOrNull(GateRef x) in TaggedIsUndefinedOrNull()
454 GateRef CircuitBuilder::TaggedIsNotUndefinedAndNull(GateRef x) in TaggedIsNotUndefinedAndNull()
474 GateRef CircuitBuilder::TaggedIsTrue(GateRef x) in TaggedIsTrue()
479 GateRef CircuitBuilder::TaggedIsFalse(GateRef x) in TaggedIsFalse()
484 GateRef CircuitBuilder::TaggedIsNull(GateRef x) in TaggedIsNull()
489 GateRef CircuitBuilder::TaggedIsNotNull(GateRef x) in TaggedIsNotNull()
494 GateRef CircuitBuilder::TaggedIsBoolean(GateRef x) in TaggedIsBoolean()
499 GateRef CircuitBuilder::TaggedGetInt(GateRef x) in TaggedGetInt()
524 GateRef CircuitBuilder::TypedBinaryOp(GateRef x, GateRef y, GateType xType, GateType yType, GateTyp… in TypedBinaryOp()
583 GateRef CircuitBuilder::TypedUnaryOp(GateRef x, GateType xType, GateType gateType) in TypedUnaryOp()
597 GateRef CircuitBuilder::TypedConditionJump(GateRef x, GateType xType, uint32_t weight) in TypedConditionJump()
637 GateRef CircuitBuilder::PrimitiveToNumber(GateRef x, VariableType type) in PrimitiveToNumber()