Lines Matching full:void
39 void DeleteStateSplit(GateRef gate);
40 void LowerArrayGuardianCheck(GateRef gate);
41 void LowerHeapObjectCheck(GateRef gate);
42 void LowerTaggedIsHeapObject(GateRef gate);
43 void LowerIsMarkerCellValid(GateRef gate);
44 void LowerIsSpecificObjectType(GateRef gate);
45 void LowerHClassStableArrayCheck(GateRef gate);
46 void LowerMathHClassConsistencyCheck(GateRef gate);
47 void LowerGetConstPool(GateRef gate);
48 void LowerGetUnsharedConstpool(GateRef gate);
49 void LowerLoadConstOffset(GateRef gate);
50 void LowerLoadHClassConstOffset(GateRef gate);
51 void LowerLoadHClassFromConstpool(GateRef gate);
52 void LowerStoreConstOffset(GateRef gate);
53 void LowerStoreHClassConstOffset(GateRef gate);
54 void LowerConvertHoleAsUndefined(GateRef gate);
55 void LowerCheckAndConvert(GateRef gate);
56 void LowerCheckUInt32AndConvert(GateRef gate, GateRef frameState);
57 void LowerCheckTaggedIntAndConvert(GateRef gate, GateRef frameState);
58 void LowerCheckTaggedDoubleAndConvert(GateRef gate, GateRef frameState);
59 void LowerCheckTaggedNumberAndConvert(GateRef gate, GateRef frameState, Label *exit);
60 void LowerCheckTaggedBoolAndConvert(GateRef gate, GateRef frameState);
61 void LowerCheckSpecialHoleAndConvert(GateRef gate, GateRef frameState);
62 void LowerCheckSupportAndConvertBool(GateRef gate, GateRef frameState);
63 void LowerGetGlobalEnv(GateRef gate);
64 void LowerGetGlobalEnvObj(GateRef gate);
65 void LowerGetGlobalEnvObjHClass(GateRef gate);
66 void LowerGetGlobalConstantValue(GateRef gate);
67 void LowerProductIsNegativeZero(GateRef gate);
68 void LowerInt32CheckRightIsZero(GateRef gate);
69 void LowerRemainderIsNegativeZero(GateRef gate);
70 void LowerFloat64CheckRightIsZero(GateRef gate);
71 void LowerValueCheckNegOverflow(GateRef gate);
72 void LowerOverflowCheck(GateRef gate);
73 void LowerInt32UnsignedUpperBoundCheck(GateRef gate);
74 void LowerInt32DivWithCheck(GateRef gate);
75 void LowerLexVarIsHoleCheck(GateRef gate);
76 void LowerIsUndefinedOrHoleCheck(GateRef gate);
77 void LowerIsNotUndefinedOrHoleCheck(GateRef gate);
78 void LowerIsEcmaObjectCheck(GateRef gate);
79 void LowerIsDataViewCheck(GateRef gate);
80 void LowerStoreMemory(GateRef gate);
81 void LowerCheckNullAndConvert(GateRef gate, GateRef frameState);
82 void LowerUndefinedAndConvert(GateRef gate, GateRef frameState);
83 void LowerMigrateFromRawValueToHeapValues(GateRef gate);
84 void LowerMigrateFromHeapValueToRawValue(GateRef gate);
85 void LowerMigrateFromHoleIntToHoleNumber(GateRef gate);
86 void LowerMigrateFromHoleNumberToHoleInt(GateRef gate);
87 void LowerHeapObjectIsEcmaObject(GateRef gate);
88 void LowerIsCallableCheck(GateRef gate);
89 void LowerCheckFloat64AndConvert(GateRef gate, GateRef frameState);
90 void LowerStringAdd(GateRef gate);
110 void HeapAllocateInSOld(GateRef gate);
111 void InitializeWithSpeicalValue(Label *exit, GateRef object, GateRef glue, GateRef value,