• Home
  • Raw
  • Download

Lines Matching full:static

209     static JSTaggedValue ObjectDump(EcmaRuntimeCallInfo *info);
211 static JSTaggedValue ExcutePendingJob(EcmaRuntimeCallInfo *info);
213 static JSTaggedValue GetLexicalEnv(EcmaRuntimeCallInfo *info);
215 static JSTaggedValue CurrentEnvIsGlobal(EcmaRuntimeCallInfo *info);
217 static JSTaggedValue CompareHClass(EcmaRuntimeCallInfo *info);
219 static JSTaggedValue DumpHClass(EcmaRuntimeCallInfo *info);
221 static JSTaggedValue GetInlinedPropertiesCount(EcmaRuntimeCallInfo *info);
224 static JSTaggedValue IsTSHClass(EcmaRuntimeCallInfo *info);
226 static JSTaggedValue GetHClass(EcmaRuntimeCallInfo *info);
228 static JSTaggedValue IsSlicedString(EcmaRuntimeCallInfo *info);
230 static JSTaggedValue IsTreeString(EcmaRuntimeCallInfo *info);
232 static JSTaggedValue IsStableHClass(EcmaRuntimeCallInfo *info);
234 static JSTaggedValue IsStableJsArray(EcmaRuntimeCallInfo *info);
236 static JSTaggedValue HasConstructor(EcmaRuntimeCallInfo *info);
238 static JSTaggedValue IsNotHoleProperty(EcmaRuntimeCallInfo *info);
240 static JSTaggedValue ForcePartialGC(EcmaRuntimeCallInfo *info);
242 static JSTaggedValue ForceFullGC(EcmaRuntimeCallInfo *info);
244 static JSTaggedValue ForceLazyDeopt(EcmaRuntimeCallInfo *info);
246 static JSTaggedValue HintGC(EcmaRuntimeCallInfo *info);
248 static JSTaggedValue HiddenStackSourceFile(EcmaRuntimeCallInfo *info);
250 static JSTaggedValue RemoveAOTFlag(EcmaRuntimeCallInfo *info);
252 static JSTaggedValue CheckCircularImport(EcmaRuntimeCallInfo *info);
254 static JSTaggedValue HashCode(EcmaRuntimeCallInfo *info);
256 static JSTaggedValue PrintMegaICStat(EcmaRuntimeCallInfo *info);
259 static JSTaggedValue StartCpuProfiler(EcmaRuntimeCallInfo *info);
261 static JSTaggedValue StopCpuProfiler(EcmaRuntimeCallInfo *info);
263 static std::string GetProfileName();
265 static bool CreateFile(std::string &fileName);
268 static JSTaggedValue IsPrototype(EcmaRuntimeCallInfo *info);
271 static JSTaggedValue IsAOTCompiled(EcmaRuntimeCallInfo *info);
274 static JSTaggedValue IsFastCall(EcmaRuntimeCallInfo *info);
277 static JSTaggedValue IsSameProfileTypeInfo(EcmaRuntimeCallInfo *info);
280 static JSTaggedValue IsProfileTypeInfoValid(EcmaRuntimeCallInfo *info);
283 static JSTaggedValue GetICState(EcmaRuntimeCallInfo *info);
286 static JSTaggedValue IsAOTDeoptimized(EcmaRuntimeCallInfo *info);
289 static JSTaggedValue CheckDeoptStatus(EcmaRuntimeCallInfo *info);
292 static JSTaggedValue IsOnHeap(EcmaRuntimeCallInfo *info);
294 static JSTaggedValue GetAPIVersion(EcmaRuntimeCallInfo *info);
297 static JSTaggedValue SetAPIVersion(EcmaRuntimeCallInfo *info);
300 static JSTaggedValue GetElementsKind(EcmaRuntimeCallInfo *info);
302 static JSTaggedValue PrintTypedOpProfiler(EcmaRuntimeCallInfo *info);
304 static JSTaggedValue ClearTypedOpProfiler(EcmaRuntimeCallInfo *info);
306 static JSTaggedValue IsRegExpReplaceDetectorValid(EcmaRuntimeCallInfo *info);
308 static JSTaggedValue IsRegExpFlagsDetectorValid(EcmaRuntimeCallInfo *info);
310 static JSTaggedValue IsNumberStringNotRegexpLikeDetectorValid(EcmaRuntimeCallInfo *info);
312 static JSTaggedValue IsSymbolIteratorDetectorValid(EcmaRuntimeCallInfo *info);
314 static JSTaggedValue TimeInUs(EcmaRuntimeCallInfo *info);
317 static JSTaggedValue StartCollectingOpcodes([[maybe_unused]] EcmaRuntimeCallInfo *info);
319 static JSTaggedValue StopCollectingOpcodes([[maybe_unused]] EcmaRuntimeCallInfo *info);
323 static JSTaggedValue StartScopeLockStats(EcmaRuntimeCallInfo *info);
325 static JSTaggedValue StopScopeLockStats(EcmaRuntimeCallInfo *info);
328 static JSTaggedValue PrepareFunctionForOptimization(EcmaRuntimeCallInfo *info);
330 static JSTaggedValue OptimizeFunctionOnNextCall(EcmaRuntimeCallInfo *info);
332 static JSTaggedValue OptimizeMaglevOnNextCall(EcmaRuntimeCallInfo *info);
334 static JSTaggedValue DeoptimizeFunction(EcmaRuntimeCallInfo *info);
336 static JSTaggedValue OptimizeOsr(EcmaRuntimeCallInfo *info);
338 static JSTaggedValue NeverOptimizeFunction(EcmaRuntimeCallInfo *info);
340 static JSTaggedValue HeapObjectVerify(EcmaRuntimeCallInfo *info);
342 static JSTaggedValue DisableOptimizationFinalization(EcmaRuntimeCallInfo *info);
344 static JSTaggedValue DeoptimizeNow(EcmaRuntimeCallInfo *info);
346 static JSTaggedValue WaitForBackgroundOptimization(EcmaRuntimeCallInfo *info);
348 static JSTaggedValue Gc(EcmaRuntimeCallInfo *info);
350 static JSTaggedValue PGOAssertType(EcmaRuntimeCallInfo *info);
352 static JSTaggedValue ToLength(EcmaRuntimeCallInfo *info);
354 static JSTaggedValue HasHoleyElements(EcmaRuntimeCallInfo *info);
356 static JSTaggedValue HasDictionaryElements(EcmaRuntimeCallInfo *info);
358 static JSTaggedValue HasSmiElements(EcmaRuntimeCallInfo *info);
360 static JSTaggedValue HasDoubleElements(EcmaRuntimeCallInfo *info);
362 static JSTaggedValue HasObjectElements(EcmaRuntimeCallInfo *info);
364 static JSTaggedValue ArrayBufferDetach(EcmaRuntimeCallInfo *info);
366 static JSTaggedValue HaveSameMap(EcmaRuntimeCallInfo *info);
368 static JSTaggedValue IsSameHeapObject(EcmaRuntimeCallInfo *info);
370 static JSTaggedValue IsSmi(EcmaRuntimeCallInfo *info);
372 static JSTaggedValue CreatePrivateSymbol(EcmaRuntimeCallInfo *info);
374 static JSTaggedValue IsArray(EcmaRuntimeCallInfo *info);
376 static JSTaggedValue CreateDataProperty(EcmaRuntimeCallInfo *info);
378 static JSTaggedValue FunctionGetInferredName(EcmaRuntimeCallInfo *info);
380 static JSTaggedValue StringLessThan(EcmaRuntimeCallInfo *info);
382 static JSTaggedValue StringMaxLength(EcmaRuntimeCallInfo *info);
384 static JSTaggedValue ArrayBufferMaxByteLength(EcmaRuntimeCallInfo *info);
386 static JSTaggedValue TypedArrayMaxLength(EcmaRuntimeCallInfo *info);
388 static JSTaggedValue MaxSmi(EcmaRuntimeCallInfo *info);
390 static JSTaggedValue Is64Bit(EcmaRuntimeCallInfo *info);
392 static JSTaggedValue FinalizeOptimization(EcmaRuntimeCallInfo *info);
394 static JSTaggedValue EnsureFeedbackVectorForFunction(EcmaRuntimeCallInfo *info);
396 static JSTaggedValue CompileBaseline(EcmaRuntimeCallInfo *info);
398 static JSTaggedValue DebugGetLoadedScriptIds(EcmaRuntimeCallInfo *info);
400 static JSTaggedValue ToFastProperties(EcmaRuntimeCallInfo *info);
402 static JSTaggedValue AbortJS(EcmaRuntimeCallInfo *info);
404 static JSTaggedValue InternalizeString(EcmaRuntimeCallInfo *info);
406 static JSTaggedValue HandleDebuggerStatement(EcmaRuntimeCallInfo *info);
408 static JSTaggedValue SetAllocationTimeout(EcmaRuntimeCallInfo *info);
410 static JSTaggedValue HasFastProperties(EcmaRuntimeCallInfo *info);
412 static JSTaggedValue HasOwnConstDataProperty(EcmaRuntimeCallInfo *info);
414 static JSTaggedValue GetHoleNaNUpper(EcmaRuntimeCallInfo *info);
416 static JSTaggedValue GetHoleNaNLower(EcmaRuntimeCallInfo *info);
418 static JSTaggedValue SystemBreak(EcmaRuntimeCallInfo *info);
420 static JSTaggedValue ScheduleBreak(EcmaRuntimeCallInfo *info);
422 static JSTaggedValue EnqueueMicrotask(EcmaRuntimeCallInfo *info);
424 static JSTaggedValue DebugPrint(EcmaRuntimeCallInfo *info);
426 static JSTaggedValue GetOptimizationStatus(EcmaRuntimeCallInfo *info);
428 static JSTaggedValue GetUndetectable(EcmaRuntimeCallInfo *info);
430 static JSTaggedValue SetKeyedProperty(EcmaRuntimeCallInfo *info);
432 static JSTaggedValue DisassembleFunction(EcmaRuntimeCallInfo *info);
434 static JSTaggedValue TryMigrateInstance(EcmaRuntimeCallInfo *info);
436 static JSTaggedValue InLargeObjectSpace(EcmaRuntimeCallInfo *info);
438 static JSTaggedValue PerformMicrotaskCheckpoint(EcmaRuntimeCallInfo *info);
440 static JSTaggedValue IsJSReceiver(EcmaRuntimeCallInfo *info);
442 static JSTaggedValue IsDictPropertyConstTrackingEnabled(EcmaRuntimeCallInfo *info);
444 static JSTaggedValue AllocateHeapNumber(EcmaRuntimeCallInfo *info);
446 static JSTaggedValue ConstructConsString(EcmaRuntimeCallInfo *info);
448 static JSTaggedValue CompleteInobjectSlackTracking(EcmaRuntimeCallInfo *info);
450 static JSTaggedValue NormalizeElements(EcmaRuntimeCallInfo *info);
452 static JSTaggedValue Call(EcmaRuntimeCallInfo *info);
454 static JSTaggedValue DebugPushPromise(EcmaRuntimeCallInfo *info);
456 static JSTaggedValue SetForceSlowPath(EcmaRuntimeCallInfo *info);
458 static JSTaggedValue CreateNapiObject(EcmaRuntimeCallInfo *info);
460 static JSTaggedValue OptimizeObjectForAddingMultipleProperties(EcmaRuntimeCallInfo *info);
462 static JSTaggedValue IsBeingInterpreted(EcmaRuntimeCallInfo *info);
464 static JSTaggedValue ClearFunctionFeedback(EcmaRuntimeCallInfo *info);
466 static JSTaggedValue JitCompileSync(EcmaRuntimeCallInfo *info);
467 static JSTaggedValue JitCompileAsync(EcmaRuntimeCallInfo *info);
468 static JSTaggedValue IsInFastJit(EcmaRuntimeCallInfo *info);
469 static JSTaggedValue WaitJitCompileFinish(EcmaRuntimeCallInfo *info);
470 static JSTaggedValue WaitAllJitCompileFinish(EcmaRuntimeCallInfo *info);
472 static JSTaggedValue StartRuntimeStat(EcmaRuntimeCallInfo *info);
473 static JSTaggedValue StopRuntimeStat(EcmaRuntimeCallInfo *info);
475 static JSTaggedValue IterateFrame(EcmaRuntimeCallInfo *info);
476 static JSTaggedValue TriggerSharedGC(EcmaRuntimeCallInfo *info);
478 static JSTaggedValue InYoungSpace(EcmaRuntimeCallInfo *info);
479 static JSTaggedValue InOldSpace(EcmaRuntimeCallInfo *info);
481 static Span<const base::BuiltinFunctionEntry> GetArkToolsFunctions() in GetArkToolsFunctions()
486 static JSTaggedValue SetHotReloadPatchMain(EcmaRuntimeCallInfo *info);
487 static JSTaggedValue SetNoHotReloadPatchMain(EcmaRuntimeCallInfo *info);
493 static constexpr std::array ARK_TOOLS_FUNCTIONS = {