Lines Matching refs:EcmaRuntimeCallInfo

170     static JSTaggedValue ObjectDump(EcmaRuntimeCallInfo *info);
172 static JSTaggedValue ExcutePendingJob(EcmaRuntimeCallInfo *info);
174 static JSTaggedValue GetLexicalEnv(EcmaRuntimeCallInfo *info);
176 static JSTaggedValue CompareHClass(EcmaRuntimeCallInfo *info);
178 static JSTaggedValue DumpHClass(EcmaRuntimeCallInfo *info);
181 static JSTaggedValue IsTSHClass(EcmaRuntimeCallInfo *info);
183 static JSTaggedValue GetHClass(EcmaRuntimeCallInfo *info);
185 static JSTaggedValue IsSlicedString(EcmaRuntimeCallInfo *info);
187 static JSTaggedValue IsNotHoleProperty(EcmaRuntimeCallInfo *info);
189 static JSTaggedValue ForcePartialGC(EcmaRuntimeCallInfo *info);
191 static JSTaggedValue ForceFullGC(EcmaRuntimeCallInfo *info);
193 static JSTaggedValue HintGC(EcmaRuntimeCallInfo *info);
195 static JSTaggedValue HiddenStackSourceFile(EcmaRuntimeCallInfo *info);
197 static JSTaggedValue RemoveAOTFlag(EcmaRuntimeCallInfo *info);
199 static JSTaggedValue CheckCircularImport(EcmaRuntimeCallInfo *info);
201 static JSTaggedValue HashCode(EcmaRuntimeCallInfo *info);
204 static JSTaggedValue StartCpuProfiler(EcmaRuntimeCallInfo *info);
206 static JSTaggedValue StopCpuProfiler(EcmaRuntimeCallInfo *info);
213 static JSTaggedValue IsPrototype(EcmaRuntimeCallInfo *info);
216 static JSTaggedValue IsAOTCompiled(EcmaRuntimeCallInfo *info);
219 static JSTaggedValue IsSameProfileTypeInfo(EcmaRuntimeCallInfo *info);
222 static JSTaggedValue IsProfileTypeInfoValid(EcmaRuntimeCallInfo *info);
225 static JSTaggedValue IsAOTDeoptimized(EcmaRuntimeCallInfo *info);
228 static JSTaggedValue CheckDeoptStatus(EcmaRuntimeCallInfo *info);
231 static JSTaggedValue IsOnHeap(EcmaRuntimeCallInfo *info);
234 static JSTaggedValue GetElementsKind(EcmaRuntimeCallInfo *info);
236 static JSTaggedValue PrintTypedOpProfiler(EcmaRuntimeCallInfo *info);
238 static JSTaggedValue ClearTypedOpProfiler(EcmaRuntimeCallInfo *info);
240 static JSTaggedValue IsRegExpReplaceDetectorValid(EcmaRuntimeCallInfo *info);
242 static JSTaggedValue IsRegExpFlagsDetectorValid(EcmaRuntimeCallInfo *info);
244 static JSTaggedValue IsNumberStringNotRegexpLikeDetectorValid(EcmaRuntimeCallInfo *info);
246 static JSTaggedValue IsSymbolIteratorDetectorValid(EcmaRuntimeCallInfo *info);
248 static JSTaggedValue TimeInUs(EcmaRuntimeCallInfo *info);
251 static JSTaggedValue StartScopeLockStats(EcmaRuntimeCallInfo *info);
253 static JSTaggedValue StopScopeLockStats(EcmaRuntimeCallInfo *info);
256 static JSTaggedValue PrepareFunctionForOptimization(EcmaRuntimeCallInfo *info);
258 static JSTaggedValue OptimizeFunctionOnNextCall(EcmaRuntimeCallInfo *info);
260 static JSTaggedValue OptimizeMaglevOnNextCall(EcmaRuntimeCallInfo *info);
262 static JSTaggedValue DeoptimizeFunction(EcmaRuntimeCallInfo *info);
264 static JSTaggedValue OptimizeOsr(EcmaRuntimeCallInfo *info);
266 static JSTaggedValue NeverOptimizeFunction(EcmaRuntimeCallInfo *info);
268 static JSTaggedValue HeapObjectVerify(EcmaRuntimeCallInfo *info);
270 static JSTaggedValue DisableOptimizationFinalization(EcmaRuntimeCallInfo *info);
272 static JSTaggedValue DeoptimizeNow(EcmaRuntimeCallInfo *info);
274 static JSTaggedValue WaitForBackgroundOptimization(EcmaRuntimeCallInfo *info);
276 static JSTaggedValue Gc(EcmaRuntimeCallInfo *info);
278 static JSTaggedValue PGOAssertType(EcmaRuntimeCallInfo *info);
280 static JSTaggedValue ToLength(EcmaRuntimeCallInfo *info);
282 static JSTaggedValue HasHoleyElements(EcmaRuntimeCallInfo *info);
284 static JSTaggedValue HasDictionaryElements(EcmaRuntimeCallInfo *info);
286 static JSTaggedValue HasSmiElements(EcmaRuntimeCallInfo *info);
288 static JSTaggedValue HasDoubleElements(EcmaRuntimeCallInfo *info);
290 static JSTaggedValue HasObjectElements(EcmaRuntimeCallInfo *info);
292 static JSTaggedValue ArrayBufferDetach(EcmaRuntimeCallInfo *info);
294 static JSTaggedValue HaveSameMap(EcmaRuntimeCallInfo *info);
296 static JSTaggedValue IsSameHeapObject(EcmaRuntimeCallInfo *info);
298 static JSTaggedValue IsSmi(EcmaRuntimeCallInfo *info);
300 static JSTaggedValue CreatePrivateSymbol(EcmaRuntimeCallInfo *info);
302 static JSTaggedValue IsArray(EcmaRuntimeCallInfo *info);
304 static JSTaggedValue CreateDataProperty(EcmaRuntimeCallInfo *info);
306 static JSTaggedValue FunctionGetInferredName(EcmaRuntimeCallInfo *info);
308 static JSTaggedValue StringLessThan(EcmaRuntimeCallInfo *info);
310 static JSTaggedValue StringMaxLength(EcmaRuntimeCallInfo *info);
312 static JSTaggedValue ArrayBufferMaxByteLength(EcmaRuntimeCallInfo *info);
314 static JSTaggedValue TypedArrayMaxLength(EcmaRuntimeCallInfo *info);
316 static JSTaggedValue MaxSmi(EcmaRuntimeCallInfo *info);
318 static JSTaggedValue Is64Bit(EcmaRuntimeCallInfo *info);
320 static JSTaggedValue FinalizeOptimization(EcmaRuntimeCallInfo *info);
322 static JSTaggedValue EnsureFeedbackVectorForFunction(EcmaRuntimeCallInfo *info);
324 static JSTaggedValue CompileBaseline(EcmaRuntimeCallInfo *info);
326 static JSTaggedValue DebugGetLoadedScriptIds(EcmaRuntimeCallInfo *info);
328 static JSTaggedValue ToFastProperties(EcmaRuntimeCallInfo *info);
330 static JSTaggedValue AbortJS(EcmaRuntimeCallInfo *info);
332 static JSTaggedValue InternalizeString(EcmaRuntimeCallInfo *info);
334 static JSTaggedValue HandleDebuggerStatement(EcmaRuntimeCallInfo *info);
336 static JSTaggedValue SetAllocationTimeout(EcmaRuntimeCallInfo *info);
338 static JSTaggedValue HasFastProperties(EcmaRuntimeCallInfo *info);
340 static JSTaggedValue HasOwnConstDataProperty(EcmaRuntimeCallInfo *info);
342 static JSTaggedValue GetHoleNaNUpper(EcmaRuntimeCallInfo *info);
344 static JSTaggedValue GetHoleNaNLower(EcmaRuntimeCallInfo *info);
346 static JSTaggedValue SystemBreak(EcmaRuntimeCallInfo *info);
348 static JSTaggedValue ScheduleBreak(EcmaRuntimeCallInfo *info);
350 static JSTaggedValue EnqueueMicrotask(EcmaRuntimeCallInfo *info);
352 static JSTaggedValue DebugPrint(EcmaRuntimeCallInfo *info);
354 static JSTaggedValue GetOptimizationStatus(EcmaRuntimeCallInfo *info);
356 static JSTaggedValue GetUndetectable(EcmaRuntimeCallInfo *info);
358 static JSTaggedValue SetKeyedProperty(EcmaRuntimeCallInfo *info);
360 static JSTaggedValue DisassembleFunction(EcmaRuntimeCallInfo *info);
362 static JSTaggedValue TryMigrateInstance(EcmaRuntimeCallInfo *info);
364 static JSTaggedValue InLargeObjectSpace(EcmaRuntimeCallInfo *info);
366 static JSTaggedValue PerformMicrotaskCheckpoint(EcmaRuntimeCallInfo *info);
368 static JSTaggedValue IsJSReceiver(EcmaRuntimeCallInfo *info);
370 static JSTaggedValue IsDictPropertyConstTrackingEnabled(EcmaRuntimeCallInfo *info);
372 static JSTaggedValue AllocateHeapNumber(EcmaRuntimeCallInfo *info);
374 static JSTaggedValue ConstructConsString(EcmaRuntimeCallInfo *info);
376 static JSTaggedValue CompleteInobjectSlackTracking(EcmaRuntimeCallInfo *info);
378 static JSTaggedValue NormalizeElements(EcmaRuntimeCallInfo *info);
380 static JSTaggedValue Call(EcmaRuntimeCallInfo *info);
382 static JSTaggedValue DebugPushPromise(EcmaRuntimeCallInfo *info);
384 static JSTaggedValue SetForceSlowPath(EcmaRuntimeCallInfo *info);
386 static JSTaggedValue NotifyContextDisposed(EcmaRuntimeCallInfo *info);
388 static JSTaggedValue OptimizeObjectForAddingMultipleProperties(EcmaRuntimeCallInfo *info);
390 static JSTaggedValue IsBeingInterpreted(EcmaRuntimeCallInfo *info);
392 static JSTaggedValue ClearFunctionFeedback(EcmaRuntimeCallInfo *info);
394 static JSTaggedValue JitCompileSync(EcmaRuntimeCallInfo *info);
395 static JSTaggedValue JitCompileAsync(EcmaRuntimeCallInfo *info);
396 static JSTaggedValue WaitJitCompileFinish(EcmaRuntimeCallInfo *info);
397 static JSTaggedValue WaitAllJitCompileFinish(EcmaRuntimeCallInfo *info);
399 static JSTaggedValue StartRuntimeStat(EcmaRuntimeCallInfo *info);
400 static JSTaggedValue StopRuntimeStat(EcmaRuntimeCallInfo *info);
402 static JSTaggedValue IterateFrame(EcmaRuntimeCallInfo *info);
404 static JSTaggedValue InYoungSpace(EcmaRuntimeCallInfo *info);
405 static JSTaggedValue InOldSpace(EcmaRuntimeCallInfo *info);