• Home
  • Raw
  • Download

Lines Matching full:static

168     static JSTaggedValue ObjectDump(EcmaRuntimeCallInfo *info);
170 static JSTaggedValue ExcutePendingJob(EcmaRuntimeCallInfo *info);
172 static JSTaggedValue GetLexicalEnv(EcmaRuntimeCallInfo *info);
174 static JSTaggedValue CompareHClass(EcmaRuntimeCallInfo *info);
176 static JSTaggedValue DumpHClass(EcmaRuntimeCallInfo *info);
178 // return whether the hclass used for object is created by static ts type
179 static JSTaggedValue IsTSHClass(EcmaRuntimeCallInfo *info);
181 static JSTaggedValue GetHClass(EcmaRuntimeCallInfo *info);
183 static JSTaggedValue IsSlicedString(EcmaRuntimeCallInfo *info);
185 static JSTaggedValue IsNotHoleProperty(EcmaRuntimeCallInfo *info);
187 static JSTaggedValue ForceFullGC(EcmaRuntimeCallInfo *info);
189 static JSTaggedValue HintGC(EcmaRuntimeCallInfo *info);
191 static JSTaggedValue HiddenStackSourceFile(EcmaRuntimeCallInfo *info);
193 static JSTaggedValue RemoveAOTFlag(EcmaRuntimeCallInfo *info);
195 static JSTaggedValue CheckCircularImport(EcmaRuntimeCallInfo *info);
197 static JSTaggedValue HashCode(EcmaRuntimeCallInfo *info);
200 static JSTaggedValue StartCpuProfiler(EcmaRuntimeCallInfo *info);
202 static JSTaggedValue StopCpuProfiler(EcmaRuntimeCallInfo *info);
204 static std::string GetProfileName();
206 static bool CreateFile(std::string &fileName);
209 static JSTaggedValue IsPrototype(EcmaRuntimeCallInfo *info);
212 static JSTaggedValue IsAOTCompiled(EcmaRuntimeCallInfo *info);
215 static JSTaggedValue IsSameProfileTypeInfo(EcmaRuntimeCallInfo *info);
218 static JSTaggedValue IsProfileTypeInfoValid(EcmaRuntimeCallInfo *info);
221 static JSTaggedValue IsAOTDeoptimized(EcmaRuntimeCallInfo *info);
224 static JSTaggedValue CheckDeoptStatus(EcmaRuntimeCallInfo *info);
227 static JSTaggedValue IsOnHeap(EcmaRuntimeCallInfo *info);
230 static JSTaggedValue GetElementsKind(EcmaRuntimeCallInfo *info);
232 static JSTaggedValue PrintTypedOpProfiler(EcmaRuntimeCallInfo *info);
234 static JSTaggedValue ClearTypedOpProfiler(EcmaRuntimeCallInfo *info);
236 static JSTaggedValue IsRegExpReplaceDetectorValid(EcmaRuntimeCallInfo *info);
238 static JSTaggedValue IsRegExpFlagsDetectorValid(EcmaRuntimeCallInfo *info);
240 static JSTaggedValue IsNumberStringNotRegexpLikeDetectorValid(EcmaRuntimeCallInfo *info);
242 static JSTaggedValue IsSymbolIteratorDetectorValid(EcmaRuntimeCallInfo *info);
244 static JSTaggedValue TimeInUs(EcmaRuntimeCallInfo *info);
247 static JSTaggedValue StartScopeLockStats(EcmaRuntimeCallInfo *info);
249 static JSTaggedValue StopScopeLockStats(EcmaRuntimeCallInfo *info);
252 static JSTaggedValue PrepareFunctionForOptimization(EcmaRuntimeCallInfo *info);
254 static JSTaggedValue OptimizeFunctionOnNextCall(EcmaRuntimeCallInfo *info);
256 static JSTaggedValue OptimizeMaglevOnNextCall(EcmaRuntimeCallInfo *info);
258 static JSTaggedValue DeoptimizeFunction(EcmaRuntimeCallInfo *info);
260 static JSTaggedValue OptimizeOsr(EcmaRuntimeCallInfo *info);
262 static JSTaggedValue NeverOptimizeFunction(EcmaRuntimeCallInfo *info);
264 static JSTaggedValue HeapObjectVerify(EcmaRuntimeCallInfo *info);
266 static JSTaggedValue DisableOptimizationFinalization(EcmaRuntimeCallInfo *info);
268 static JSTaggedValue DeoptimizeNow(EcmaRuntimeCallInfo *info);
270 static JSTaggedValue WaitForBackgroundOptimization(EcmaRuntimeCallInfo *info);
272 static JSTaggedValue Gc(EcmaRuntimeCallInfo *info);
274 static JSTaggedValue PGOAssertType(EcmaRuntimeCallInfo *info);
276 static JSTaggedValue ToLength(EcmaRuntimeCallInfo *info);
278 static JSTaggedValue HasHoleyElements(EcmaRuntimeCallInfo *info);
280 static JSTaggedValue HasDictionaryElements(EcmaRuntimeCallInfo *info);
282 static JSTaggedValue HasSmiElements(EcmaRuntimeCallInfo *info);
284 static JSTaggedValue HasDoubleElements(EcmaRuntimeCallInfo *info);
286 static JSTaggedValue HasObjectElements(EcmaRuntimeCallInfo *info);
288 static JSTaggedValue ArrayBufferDetach(EcmaRuntimeCallInfo *info);
290 static JSTaggedValue HaveSameMap(EcmaRuntimeCallInfo *info);
292 static JSTaggedValue IsSameHeapObject(EcmaRuntimeCallInfo *info);
294 static JSTaggedValue IsSmi(EcmaRuntimeCallInfo *info);
296 static JSTaggedValue CreatePrivateSymbol(EcmaRuntimeCallInfo *info);
298 static JSTaggedValue IsArray(EcmaRuntimeCallInfo *info);
300 static JSTaggedValue CreateDataProperty(EcmaRuntimeCallInfo *info);
302 static JSTaggedValue FunctionGetInferredName(EcmaRuntimeCallInfo *info);
304 static JSTaggedValue StringLessThan(EcmaRuntimeCallInfo *info);
306 static JSTaggedValue StringMaxLength(EcmaRuntimeCallInfo *info);
308 static JSTaggedValue ArrayBufferMaxByteLength(EcmaRuntimeCallInfo *info);
310 static JSTaggedValue TypedArrayMaxLength(EcmaRuntimeCallInfo *info);
312 static JSTaggedValue MaxSmi(EcmaRuntimeCallInfo *info);
314 static JSTaggedValue Is64Bit(EcmaRuntimeCallInfo *info);
316 static JSTaggedValue FinalizeOptimization(EcmaRuntimeCallInfo *info);
318 static JSTaggedValue EnsureFeedbackVectorForFunction(EcmaRuntimeCallInfo *info);
320 static JSTaggedValue CompileBaseline(EcmaRuntimeCallInfo *info);
322 static JSTaggedValue DebugGetLoadedScriptIds(EcmaRuntimeCallInfo *info);
324 static JSTaggedValue ToFastProperties(EcmaRuntimeCallInfo *info);
326 static JSTaggedValue AbortJS(EcmaRuntimeCallInfo *info);
328 static JSTaggedValue InternalizeString(EcmaRuntimeCallInfo *info);
330 static JSTaggedValue HandleDebuggerStatement(EcmaRuntimeCallInfo *info);
332 static JSTaggedValue SetAllocationTimeout(EcmaRuntimeCallInfo *info);
334 static JSTaggedValue HasFastProperties(EcmaRuntimeCallInfo *info);
336 static JSTaggedValue HasOwnConstDataProperty(EcmaRuntimeCallInfo *info);
338 static JSTaggedValue GetHoleNaNUpper(EcmaRuntimeCallInfo *info);
340 static JSTaggedValue GetHoleNaNLower(EcmaRuntimeCallInfo *info);
342 static JSTaggedValue SystemBreak(EcmaRuntimeCallInfo *info);
344 static JSTaggedValue ScheduleBreak(EcmaRuntimeCallInfo *info);
346 static JSTaggedValue EnqueueMicrotask(EcmaRuntimeCallInfo *info);
348 static JSTaggedValue DebugPrint(EcmaRuntimeCallInfo *info);
350 static JSTaggedValue GetOptimizationStatus(EcmaRuntimeCallInfo *info);
352 static JSTaggedValue GetUndetectable(EcmaRuntimeCallInfo *info);
354 static JSTaggedValue SetKeyedProperty(EcmaRuntimeCallInfo *info);
356 static JSTaggedValue DisassembleFunction(EcmaRuntimeCallInfo *info);
358 static JSTaggedValue TryMigrateInstance(EcmaRuntimeCallInfo *info);
360 static JSTaggedValue InLargeObjectSpace(EcmaRuntimeCallInfo *info);
362 static JSTaggedValue PerformMicrotaskCheckpoint(EcmaRuntimeCallInfo *info);
364 static JSTaggedValue IsJSReceiver(EcmaRuntimeCallInfo *info);
366 static JSTaggedValue IsDictPropertyConstTrackingEnabled(EcmaRuntimeCallInfo *info);
368 static JSTaggedValue AllocateHeapNumber(EcmaRuntimeCallInfo *info);
370 static JSTaggedValue ConstructConsString(EcmaRuntimeCallInfo *info);
372 static JSTaggedValue CompleteInobjectSlackTracking(EcmaRuntimeCallInfo *info);
374 static JSTaggedValue NormalizeElements(EcmaRuntimeCallInfo *info);
376 static JSTaggedValue Call(EcmaRuntimeCallInfo *info);
378 static JSTaggedValue DebugPushPromise(EcmaRuntimeCallInfo *info);
380 static JSTaggedValue SetForceSlowPath(EcmaRuntimeCallInfo *info);
382 static JSTaggedValue NotifyContextDisposed(EcmaRuntimeCallInfo *info);
384 static JSTaggedValue OptimizeObjectForAddingMultipleProperties(EcmaRuntimeCallInfo *info);
386 static JSTaggedValue IsBeingInterpreted(EcmaRuntimeCallInfo *info);
388 static JSTaggedValue ClearFunctionFeedback(EcmaRuntimeCallInfo *info);
390 static JSTaggedValue JitCompileSync(EcmaRuntimeCallInfo *info);
391 static JSTaggedValue JitCompileAsync(EcmaRuntimeCallInfo *info);
392 static JSTaggedValue WaitJitCompileFinish(EcmaRuntimeCallInfo *info);
393 static JSTaggedValue WaitAllJitCompileFinish(EcmaRuntimeCallInfo *info);
395 static JSTaggedValue StartRuntimeStat(EcmaRuntimeCallInfo *info);
396 static JSTaggedValue StopRuntimeStat(EcmaRuntimeCallInfo *info);
398 static JSTaggedValue IterateFrame(EcmaRuntimeCallInfo *info);
400 static Span<const base::BuiltinFunctionEntry> GetArkToolsFunctions() in GetArkToolsFunctions()
409 static constexpr std::array ARK_TOOLS_FUNCTIONS = {