Lines Matching full:void
127 void CallRuntimeLowering();
155 …void ReplaceHirWithPendingException(GateRef hirGate, GateRef state, GateRef depend, GateRef value);
156 void ReplaceHirWithValue(GateRef hirGate, GateRef value, bool noThrow = false);
157 void ReplaceHirToThrowCall(GateRef hirGate, GateRef callGate);
158 void LowerExceptionHandler(GateRef hirGate);
159 void Lower(GateRef gate);
160 void LowerAdd2(GateRef gate);
161 void LowerCreateIterResultObj(GateRef gate);
162 void SaveFrameToContext(GateRef gate);
163 void LowerSuspendGenerator(GateRef gate);
164 void LowerAsyncFunctionAwaitUncaught(GateRef gate);
165 void LowerAsyncFunctionResolve(GateRef gate);
166 void LowerAsyncFunctionReject(GateRef gate);
167 void LowerStGlobalVar(GateRef gate);
168 void LowerTryLdGlobalByName(GateRef gate);
169 void LowerGetIterator(GateRef gate);
170 void LowerGetAsyncIterator(GateRef gate);
171 …void LowerToJSCall(GateRef hirGate, const std::vector<GateRef> &args, const std::vector<GateRef> &…
172 void LowerNewFastCall(GateRef gate, GateRef glue, GateRef func, bool needPushArgv,
175 void LowerCallArg0Stub(GateRef gate);
176 void LowerCallArg1Stub(GateRef gate);
177 void LowerCallArg2Stub(GateRef gate);
178 void LowerCallArg3Stub(GateRef gate);
179 void LowerCallThis0Stub(GateRef gate);
180 void LowerCallThis1Stub(GateRef gate);
181 void LowerCallThis2Stub(GateRef gate);
182 void LowerCallThis3Stub(GateRef gate);
183 void LowerCallthisrangeImm8Imm8V8(GateRef gate);
184 void LowerWideCallthisrangePrefImm16V8(GateRef gate);
185 void LowerCallSpread(GateRef gate);
186 void LowerCallrangeImm8Imm8V8(GateRef gate);
187 void LowerWideCallrangePrefImm16V8(GateRef gate);
188 void LowerNewObjApply(GateRef gate);
189 void LowerThrow(GateRef gate);
190 void LowerThrowConstAssignment(GateRef gate);
191 void LowerThrowThrowNotExists(GateRef gate);
192 void LowerThrowPatternNonCoercible(GateRef gate);
193 void LowerThrowIfNotObject(GateRef gate);
194 void LowerThrowUndefinedIfHole(GateRef gate);
195 void LowerThrowUndefinedIfHoleWithName(GateRef Getgate);
196 void LowerThrowIfSuperNotCorrectCall(GateRef gate);
197 void LowerThrowDeleteSuperProperty(GateRef gate);
198 void LowerLdSymbol(GateRef gate);
199 void LowerLdGlobal(GateRef gate);
200 void LowerSub2(GateRef gate);
201 void LowerMul2(GateRef gate);
202 void LowerDiv2(GateRef gate);
203 void LowerMod2(GateRef gate);
204 void LowerEq(GateRef gate);
205 void LowerNotEq(GateRef gate);
206 void LowerLess(GateRef gate);
207 void LowerLessEq(GateRef gate);
208 void LowerGreater(GateRef gate);
209 void LowerGreaterEq(GateRef gate);
210 void LowerGetPropIterator(GateRef gate);
211 void LowerCloseIterator(GateRef gate);
212 void LowerInc(GateRef gate);
213 void LowerDec(GateRef gate);
214 void LowerToNumber(GateRef gate);
215 void LowerNeg(GateRef gate);
216 void LowerNot(GateRef gate);
217 void LowerShl2(GateRef gate);
218 void LowerShr2(GateRef gate);
219 void LowerAshr2(GateRef gate);
220 void LowerAnd2(GateRef gate);
221 void LowerOr2(GateRef gate);
222 void LowerXor2(GateRef gate);
223 void LowerDelObjProp(GateRef gate);
224 void LowerExp(GateRef gate);
225 void LowerIsIn(GateRef gate);
226 void LowerInstanceof(GateRef gate);
227 void LowerFastStrictNotEqual(GateRef gate);
228 void LowerFastStrictEqual(GateRef gate);
229 void LowerCreateEmptyArray(GateRef gate);
230 void LowerCreateEmptyObject(GateRef gate);
231 void LowerCreateArrayWithBuffer(GateRef gate);
232 void LowerCreateObjectWithBuffer(GateRef gate);
233 void LowerStModuleVar(GateRef gate);
234 void LowerGetTemplateObject(GateRef gate);
235 void LowerSetObjectWithProto(GateRef gate);
236 void LowerLdBigInt(GateRef gate);
237 void LowerToNumeric(GateRef gate);
238 void LowerDynamicImport(GateRef gate);
239 void LowerLdLocalModuleVarByIndex(GateRef gate);
240 void LowerExternalModule(GateRef gate);
241 void LowerGetModuleNamespace(GateRef gate);
242 void LowerSendableExternalModule(GateRef gate);
243 void LowerSendableLocalModule(GateRef gate);
244 void LowerSuperCall(GateRef gate);
245 void LowerSuperCallArrow(GateRef gate);
246 void LowerSuperCallSpread(GateRef gate);
247 void LowerSuperCallForwardAllArgs(GateRef gate);
248 … void CheckSuperAndNewTarget(NewObjectStubBuilder &objBuilder, GateRef super, Variable &newTarget,
250 void CallNGCRuntimeWithCallTimer(int index, GateRef gate, GateRef func, Variable &result,
253 …void LowerFastSuperCallWithArgArray(GateRef array, const std::vector<GateRef> &args, bool isSpread,
255 void LowerFastSuperCall(const std::vector<GateRef> &args, GateRef elementsPtr,
257 …void GenerateSuperCallForwardAllArgsWithoutArgv(const std::vector<GateRef> &args, Variable &result…
258 void LowerIsTrueOrFalse(GateRef gate, bool flag);
259 void LowerNewObjRange(GateRef gate);
261 void LowerConditionJump(GateRef gate, bool isEqualJump);
262 void LowerGetNextPropName(GateRef gate);
263 void LowerCopyDataProperties(GateRef gate);
264 void LowerCreateObjectWithExcludedKeys(GateRef gate);
265 void LowerCreateRegExpWithLiteral(GateRef gate);
266 void LowerStOwnByValue(GateRef gate);
267 void LowerStOwnByIndex(GateRef gate);
268 void LowerStOwnByName(GateRef gate);
269 void LowerDefineFunc(GateRef gate);
270 void LowerNewLexicalEnv(GateRef gate);
271 void LowerNewLexicalEnvWithName(GateRef gate);
272 void LowerNewSendableEnv(GateRef gate);
273 void LowerPopLexicalEnv(GateRef gate);
274 void LowerLdSuperByValue(GateRef gate);
275 void LowerStSuperByValue(GateRef gate);
276 void LowerTryStGlobalByName(GateRef gate);
277 void LowerStConstToGlobalRecord(GateRef gate, bool isConst);
278 void LowerStOwnByValueWithNameSet(GateRef gate);
279 void LowerStOwnByNameWithNameSet(GateRef gate);
280 void LowerLdGlobalVar(GateRef gate);
281 void LowerLdObjByName(GateRef gate);
282 void LowerStObjByName(GateRef gate, bool isThis);
283 void LowerLdSuperByName(GateRef gate);
284 void LowerStSuperByName(GateRef gate);
285 void LowerDefineGetterSetterByValue(GateRef gate);
286 void LowerLdObjByIndex(GateRef gate);
287 void LowerStObjByIndex(GateRef gate);
288 void LowerLdObjByValue(GateRef gate, bool isThis);
289 void LowerStObjByValue(GateRef gate, bool isThis);
290 void LowerCreateGeneratorObj(GateRef gate);
291 void LowerStArraySpread(GateRef gate);
292 void LowerLdLexVar(GateRef gate);
293 void LowerLdSendableVar(GateRef gate);
294 void LowerStLexVar(GateRef gate);
295 void LowerStSendableVar(GateRef gate);
296 void LowerDefineClassWithBuffer(GateRef gate);
297 void LowerAsyncFunctionEnter(GateRef gate);
298 void LowerTypeof(GateRef gate);
299 void LowerResumeGenerator(GateRef gate);
300 void LowerStoreRegister(GateRef gate, GateRef arrayGate);
301 void LowerGetResumeMode(GateRef gate);
302 void LowerDefineMethod(GateRef gate);
303 void LowerGetUnmappedArgs(GateRef gate);
304 void LowerCopyRestArgs(GateRef gate);
305 void LowerCallStubWithIC(GateRef gate, int sign, const std::vector<GateRef> &args);
308 void LowerCreateAsyncGeneratorObj(GateRef gate);
309 void LowerAsyncGeneratorResolve(GateRef gate);
310 void LowerAsyncGeneratorReject(GateRef gate);
311 void LowerSetGeneratorState(GateRef gate);
315 void AddProfiling(GateRef gate, bool skipGenerator = true);
317 void LowerWideLdPatchVar(GateRef gate);
318 void LowerWideStPatchVar(GateRef gate);
319 void LowerLdThisByName(GateRef gate);
321 void LowerConstruct(GateRef gate);
322 void LowerCallInternal(GateRef gate);
323 void LowerCallNew(GateRef gate);
324 void LowerTypedCall(GateRef gate);
325 void LowerTypedFastCall(GateRef gate);
326 void LowerCheckSafePointAndStackOver(GateRef gate);
327 void LowerLdPrivateProperty(GateRef gate);
328 void LowerStPrivateProperty(GateRef gate);
329 void LowerTestIn(GateRef gate);
330 void LowerNotifyConcurrentResult(GateRef gate);
331 void LowerDefineFieldByName(GateRef gate);
332 void LowerDefineFieldByValue(GateRef gate);
333 void LowerDefineFieldByIndex(GateRef gate);
334 void LowerToPropertyKey(GateRef gate);
335 void LowerCreatePrivateProperty(GateRef gate);
336 void LowerDefinePrivateProperty(GateRef gate);
337 void LowerDefineSendableClass(GateRef gate);
338 void LowerLdSendableClass(GateRef gate);
339 void LowerGetEnv(GateRef gate);
340 void DeleteLoopExit(GateRef gate);
341 void DeleteLoopExitValue(GateRef gate);
342 void LowerLdStr(GateRef gate);
343 void LowerGetSharedConstPool(GateRef gate);
344 void LowerGetUnsharedConstPool(GateRef gate);
345 void LowerLdLazyExternalModuleVar(GateRef gate);
346 void LowerLdLazySendableExternalModuleVar(GateRef gate);