• Home
  • Raw
  • Download

Lines Matching full:static

189     static JSTaggedValue ObjectDump(EcmaRuntimeCallInfo *info);
191 static JSTaggedValue ExcutePendingJob(EcmaRuntimeCallInfo *info);
193 static JSTaggedValue GetLexicalEnv(EcmaRuntimeCallInfo *info);
195 static JSTaggedValue CompareHClass(EcmaRuntimeCallInfo *info);
197 static JSTaggedValue DumpHClass(EcmaRuntimeCallInfo *info);
199 static JSTaggedValue GetInlinedPropertiesCount(EcmaRuntimeCallInfo *info);
202 static JSTaggedValue IsTSHClass(EcmaRuntimeCallInfo *info);
204 static JSTaggedValue GetHClass(EcmaRuntimeCallInfo *info);
206 static JSTaggedValue IsSlicedString(EcmaRuntimeCallInfo *info);
208 static JSTaggedValue IsTreeString(EcmaRuntimeCallInfo *info);
210 static JSTaggedValue IsStableJsArray(EcmaRuntimeCallInfo *info);
212 static JSTaggedValue HasConstructor(EcmaRuntimeCallInfo *info);
214 static JSTaggedValue IsNotHoleProperty(EcmaRuntimeCallInfo *info);
216 static JSTaggedValue ForcePartialGC(EcmaRuntimeCallInfo *info);
218 static JSTaggedValue ForceFullGC(EcmaRuntimeCallInfo *info);
220 static JSTaggedValue HintGC(EcmaRuntimeCallInfo *info);
222 static JSTaggedValue HiddenStackSourceFile(EcmaRuntimeCallInfo *info);
224 static JSTaggedValue RemoveAOTFlag(EcmaRuntimeCallInfo *info);
226 static JSTaggedValue CheckCircularImport(EcmaRuntimeCallInfo *info);
228 static JSTaggedValue HashCode(EcmaRuntimeCallInfo *info);
230 static JSTaggedValue PrintMegaICStat(EcmaRuntimeCallInfo *info);
233 static JSTaggedValue StartCpuProfiler(EcmaRuntimeCallInfo *info);
235 static JSTaggedValue StopCpuProfiler(EcmaRuntimeCallInfo *info);
237 static std::string GetProfileName();
239 static bool CreateFile(std::string &fileName);
242 static JSTaggedValue IsPrototype(EcmaRuntimeCallInfo *info);
245 static JSTaggedValue IsAOTCompiled(EcmaRuntimeCallInfo *info);
248 static JSTaggedValue IsSameProfileTypeInfo(EcmaRuntimeCallInfo *info);
251 static JSTaggedValue IsProfileTypeInfoValid(EcmaRuntimeCallInfo *info);
254 static JSTaggedValue IsAOTDeoptimized(EcmaRuntimeCallInfo *info);
257 static JSTaggedValue CheckDeoptStatus(EcmaRuntimeCallInfo *info);
260 static JSTaggedValue IsOnHeap(EcmaRuntimeCallInfo *info);
262 static JSTaggedValue GetAPIVersion(EcmaRuntimeCallInfo *info);
265 static JSTaggedValue SetAPIVersion(EcmaRuntimeCallInfo *info);
268 static JSTaggedValue GetElementsKind(EcmaRuntimeCallInfo *info);
270 static JSTaggedValue PrintTypedOpProfiler(EcmaRuntimeCallInfo *info);
272 static JSTaggedValue ClearTypedOpProfiler(EcmaRuntimeCallInfo *info);
274 static JSTaggedValue IsRegExpReplaceDetectorValid(EcmaRuntimeCallInfo *info);
276 static JSTaggedValue IsRegExpFlagsDetectorValid(EcmaRuntimeCallInfo *info);
278 static JSTaggedValue IsNumberStringNotRegexpLikeDetectorValid(EcmaRuntimeCallInfo *info);
280 static JSTaggedValue IsSymbolIteratorDetectorValid(EcmaRuntimeCallInfo *info);
282 static JSTaggedValue TimeInUs(EcmaRuntimeCallInfo *info);
285 static JSTaggedValue StartCollectingOpcodes([[maybe_unused]] EcmaRuntimeCallInfo *info);
287 static JSTaggedValue StopCollectingOpcodes([[maybe_unused]] EcmaRuntimeCallInfo *info);
291 static JSTaggedValue StartScopeLockStats(EcmaRuntimeCallInfo *info);
293 static JSTaggedValue StopScopeLockStats(EcmaRuntimeCallInfo *info);
296 static JSTaggedValue PrepareFunctionForOptimization(EcmaRuntimeCallInfo *info);
298 static JSTaggedValue OptimizeFunctionOnNextCall(EcmaRuntimeCallInfo *info);
300 static JSTaggedValue OptimizeMaglevOnNextCall(EcmaRuntimeCallInfo *info);
302 static JSTaggedValue DeoptimizeFunction(EcmaRuntimeCallInfo *info);
304 static JSTaggedValue OptimizeOsr(EcmaRuntimeCallInfo *info);
306 static JSTaggedValue NeverOptimizeFunction(EcmaRuntimeCallInfo *info);
308 static JSTaggedValue HeapObjectVerify(EcmaRuntimeCallInfo *info);
310 static JSTaggedValue DisableOptimizationFinalization(EcmaRuntimeCallInfo *info);
312 static JSTaggedValue DeoptimizeNow(EcmaRuntimeCallInfo *info);
314 static JSTaggedValue WaitForBackgroundOptimization(EcmaRuntimeCallInfo *info);
316 static JSTaggedValue Gc(EcmaRuntimeCallInfo *info);
318 static JSTaggedValue PGOAssertType(EcmaRuntimeCallInfo *info);
320 static JSTaggedValue ToLength(EcmaRuntimeCallInfo *info);
322 static JSTaggedValue HasHoleyElements(EcmaRuntimeCallInfo *info);
324 static JSTaggedValue HasDictionaryElements(EcmaRuntimeCallInfo *info);
326 static JSTaggedValue HasSmiElements(EcmaRuntimeCallInfo *info);
328 static JSTaggedValue HasDoubleElements(EcmaRuntimeCallInfo *info);
330 static JSTaggedValue HasObjectElements(EcmaRuntimeCallInfo *info);
332 static JSTaggedValue ArrayBufferDetach(EcmaRuntimeCallInfo *info);
334 static JSTaggedValue HaveSameMap(EcmaRuntimeCallInfo *info);
336 static JSTaggedValue IsSameHeapObject(EcmaRuntimeCallInfo *info);
338 static JSTaggedValue IsSmi(EcmaRuntimeCallInfo *info);
340 static JSTaggedValue CreatePrivateSymbol(EcmaRuntimeCallInfo *info);
342 static JSTaggedValue IsArray(EcmaRuntimeCallInfo *info);
344 static JSTaggedValue CreateDataProperty(EcmaRuntimeCallInfo *info);
346 static JSTaggedValue FunctionGetInferredName(EcmaRuntimeCallInfo *info);
348 static JSTaggedValue StringLessThan(EcmaRuntimeCallInfo *info);
350 static JSTaggedValue StringMaxLength(EcmaRuntimeCallInfo *info);
352 static JSTaggedValue ArrayBufferMaxByteLength(EcmaRuntimeCallInfo *info);
354 static JSTaggedValue TypedArrayMaxLength(EcmaRuntimeCallInfo *info);
356 static JSTaggedValue MaxSmi(EcmaRuntimeCallInfo *info);
358 static JSTaggedValue Is64Bit(EcmaRuntimeCallInfo *info);
360 static JSTaggedValue FinalizeOptimization(EcmaRuntimeCallInfo *info);
362 static JSTaggedValue EnsureFeedbackVectorForFunction(EcmaRuntimeCallInfo *info);
364 static JSTaggedValue CompileBaseline(EcmaRuntimeCallInfo *info);
366 static JSTaggedValue DebugGetLoadedScriptIds(EcmaRuntimeCallInfo *info);
368 static JSTaggedValue ToFastProperties(EcmaRuntimeCallInfo *info);
370 static JSTaggedValue AbortJS(EcmaRuntimeCallInfo *info);
372 static JSTaggedValue InternalizeString(EcmaRuntimeCallInfo *info);
374 static JSTaggedValue HandleDebuggerStatement(EcmaRuntimeCallInfo *info);
376 static JSTaggedValue SetAllocationTimeout(EcmaRuntimeCallInfo *info);
378 static JSTaggedValue HasFastProperties(EcmaRuntimeCallInfo *info);
380 static JSTaggedValue HasOwnConstDataProperty(EcmaRuntimeCallInfo *info);
382 static JSTaggedValue GetHoleNaNUpper(EcmaRuntimeCallInfo *info);
384 static JSTaggedValue GetHoleNaNLower(EcmaRuntimeCallInfo *info);
386 static JSTaggedValue SystemBreak(EcmaRuntimeCallInfo *info);
388 static JSTaggedValue ScheduleBreak(EcmaRuntimeCallInfo *info);
390 static JSTaggedValue EnqueueMicrotask(EcmaRuntimeCallInfo *info);
392 static JSTaggedValue DebugPrint(EcmaRuntimeCallInfo *info);
394 static JSTaggedValue GetOptimizationStatus(EcmaRuntimeCallInfo *info);
396 static JSTaggedValue GetUndetectable(EcmaRuntimeCallInfo *info);
398 static JSTaggedValue SetKeyedProperty(EcmaRuntimeCallInfo *info);
400 static JSTaggedValue DisassembleFunction(EcmaRuntimeCallInfo *info);
402 static JSTaggedValue TryMigrateInstance(EcmaRuntimeCallInfo *info);
404 static JSTaggedValue InLargeObjectSpace(EcmaRuntimeCallInfo *info);
406 static JSTaggedValue PerformMicrotaskCheckpoint(EcmaRuntimeCallInfo *info);
408 static JSTaggedValue IsJSReceiver(EcmaRuntimeCallInfo *info);
410 static JSTaggedValue IsDictPropertyConstTrackingEnabled(EcmaRuntimeCallInfo *info);
412 static JSTaggedValue AllocateHeapNumber(EcmaRuntimeCallInfo *info);
414 static JSTaggedValue ConstructConsString(EcmaRuntimeCallInfo *info);
416 static JSTaggedValue CompleteInobjectSlackTracking(EcmaRuntimeCallInfo *info);
418 static JSTaggedValue NormalizeElements(EcmaRuntimeCallInfo *info);
420 static JSTaggedValue Call(EcmaRuntimeCallInfo *info);
422 static JSTaggedValue DebugPushPromise(EcmaRuntimeCallInfo *info);
424 static JSTaggedValue SetForceSlowPath(EcmaRuntimeCallInfo *info);
426 static JSTaggedValue CreateNapiObject(EcmaRuntimeCallInfo *info);
428 static JSTaggedValue NotifyContextDisposed(EcmaRuntimeCallInfo *info);
430 static JSTaggedValue OptimizeObjectForAddingMultipleProperties(EcmaRuntimeCallInfo *info);
432 static JSTaggedValue IsBeingInterpreted(EcmaRuntimeCallInfo *info);
434 static JSTaggedValue ClearFunctionFeedback(EcmaRuntimeCallInfo *info);
436 static JSTaggedValue JitCompileSync(EcmaRuntimeCallInfo *info);
437 static JSTaggedValue JitCompileAsync(EcmaRuntimeCallInfo *info);
438 static JSTaggedValue IsInFastJit(EcmaRuntimeCallInfo *info);
439 static JSTaggedValue WaitJitCompileFinish(EcmaRuntimeCallInfo *info);
440 static JSTaggedValue WaitAllJitCompileFinish(EcmaRuntimeCallInfo *info);
442 static JSTaggedValue StartRuntimeStat(EcmaRuntimeCallInfo *info);
443 static JSTaggedValue StopRuntimeStat(EcmaRuntimeCallInfo *info);
445 static JSTaggedValue IterateFrame(EcmaRuntimeCallInfo *info);
446 static JSTaggedValue TriggerSharedGC(EcmaRuntimeCallInfo *info);
448 static JSTaggedValue InYoungSpace(EcmaRuntimeCallInfo *info);
449 static JSTaggedValue InOldSpace(EcmaRuntimeCallInfo *info);
451 static Span<const base::BuiltinFunctionEntry> GetArkToolsFunctions() in GetArkToolsFunctions()
460 static constexpr std::array ARK_TOOLS_FUNCTIONS = {