• Home
  • Raw
  • Download

Lines Matching full:static

140     static JSTaggedValue ObjectDump(EcmaRuntimeCallInfo *info);
142 static JSTaggedValue ExcutePendingJob(EcmaRuntimeCallInfo *info);
144 static JSTaggedValue GetLexicalEnv(EcmaRuntimeCallInfo *info);
146 static JSTaggedValue CompareHClass(EcmaRuntimeCallInfo *info);
148 static JSTaggedValue DumpHClass(EcmaRuntimeCallInfo *info);
150 // return whether the hclass used for object is created by static ts type
151 static JSTaggedValue IsTSHClass(EcmaRuntimeCallInfo *info);
153 static JSTaggedValue GetHClass(EcmaRuntimeCallInfo *info);
155 static JSTaggedValue HasTSSubtyping(EcmaRuntimeCallInfo *info);
157 static JSTaggedValue IsSlicedString(EcmaRuntimeCallInfo *info);
159 static JSTaggedValue IsNotHoleProperty(EcmaRuntimeCallInfo *info);
161 static JSTaggedValue ForceFullGC(EcmaRuntimeCallInfo *info);
163 static JSTaggedValue HintGC(EcmaRuntimeCallInfo *info);
165 static JSTaggedValue HiddenStackSourceFile(EcmaRuntimeCallInfo *info);
167 static JSTaggedValue RemoveAOTFlag(EcmaRuntimeCallInfo *info);
170 static JSTaggedValue StartCpuProfiler(EcmaRuntimeCallInfo *info);
172 static JSTaggedValue StopCpuProfiler(EcmaRuntimeCallInfo *info);
174 static std::string GetProfileName();
176 static bool CreateFile(std::string &fileName);
179 static JSTaggedValue IsPrototype(EcmaRuntimeCallInfo *info);
182 static JSTaggedValue IsAOTCompiled(EcmaRuntimeCallInfo *info);
185 static JSTaggedValue IsAOTDeoptimized(EcmaRuntimeCallInfo *info);
188 static JSTaggedValue IsOnHeap(EcmaRuntimeCallInfo *info);
191 static JSTaggedValue GetElementsKind(EcmaRuntimeCallInfo *info);
193 static JSTaggedValue PrintTypedOpProfilerAndReset(EcmaRuntimeCallInfo *info);
195 static JSTaggedValue IsRegExpReplaceDetectorValid(EcmaRuntimeCallInfo *info);
197 static JSTaggedValue IsSymbolIteratorDetectorValid(EcmaRuntimeCallInfo *info);
199 static JSTaggedValue TimeInUs(EcmaRuntimeCallInfo *info);
201 static JSTaggedValue PrepareFunctionForOptimization(EcmaRuntimeCallInfo *info);
203 static JSTaggedValue OptimizeFunctionOnNextCall(EcmaRuntimeCallInfo *info);
205 static JSTaggedValue OptimizeMaglevOnNextCall(EcmaRuntimeCallInfo *info);
207 static JSTaggedValue DeoptimizeFunction(EcmaRuntimeCallInfo *info);
209 static JSTaggedValue OptimizeOsr(EcmaRuntimeCallInfo *info);
211 static JSTaggedValue NeverOptimizeFunction(EcmaRuntimeCallInfo *info);
213 static JSTaggedValue HeapObjectVerify(EcmaRuntimeCallInfo *info);
215 static JSTaggedValue DisableOptimizationFinalization(EcmaRuntimeCallInfo *info);
217 static JSTaggedValue DeoptimizeNow(EcmaRuntimeCallInfo *info);
219 static JSTaggedValue WaitForBackgroundOptimization(EcmaRuntimeCallInfo *info);
221 static JSTaggedValue Gc(EcmaRuntimeCallInfo *info);
223 static JSTaggedValue PGOAssertType(EcmaRuntimeCallInfo *info);
225 static JSTaggedValue ToLength(EcmaRuntimeCallInfo *info);
227 static JSTaggedValue HasHoleyElements(EcmaRuntimeCallInfo *info);
229 static JSTaggedValue HasDictionaryElements(EcmaRuntimeCallInfo *info);
231 static JSTaggedValue HasSmiElements(EcmaRuntimeCallInfo *info);
233 static JSTaggedValue HasDoubleElements(EcmaRuntimeCallInfo *info);
235 static JSTaggedValue HasObjectElements(EcmaRuntimeCallInfo *info);
237 static JSTaggedValue ArrayBufferDetach(EcmaRuntimeCallInfo *info);
239 static JSTaggedValue HaveSameMap(EcmaRuntimeCallInfo *info);
241 static JSTaggedValue CreatePrivateSymbol(EcmaRuntimeCallInfo *info);
243 static JSTaggedValue IsArray(EcmaRuntimeCallInfo *info);
245 static JSTaggedValue CreateDataProperty(EcmaRuntimeCallInfo *info);
247 static JSTaggedValue FunctionGetInferredName(EcmaRuntimeCallInfo *info);
249 static JSTaggedValue StringLessThan(EcmaRuntimeCallInfo *info);
251 static JSTaggedValue StringMaxLength(EcmaRuntimeCallInfo *info);
253 static JSTaggedValue ArrayBufferMaxByteLength(EcmaRuntimeCallInfo *info);
255 static JSTaggedValue TypedArrayMaxLength(EcmaRuntimeCallInfo *info);
257 static JSTaggedValue MaxSmi(EcmaRuntimeCallInfo *info);
259 static JSTaggedValue Is64Bit(EcmaRuntimeCallInfo *info);
261 static JSTaggedValue FinalizeOptimization(EcmaRuntimeCallInfo *info);
263 static JSTaggedValue EnsureFeedbackVectorForFunction(EcmaRuntimeCallInfo *info);
265 static JSTaggedValue CompileBaseline(EcmaRuntimeCallInfo *info);
267 static JSTaggedValue DebugGetLoadedScriptIds(EcmaRuntimeCallInfo *info);
269 static JSTaggedValue ToFastProperties(EcmaRuntimeCallInfo *info);
271 static JSTaggedValue AbortJS(EcmaRuntimeCallInfo *info);
273 static JSTaggedValue InternalizeString(EcmaRuntimeCallInfo *info);
275 static JSTaggedValue HandleDebuggerStatement(EcmaRuntimeCallInfo *info);
277 static JSTaggedValue SetAllocationTimeout(EcmaRuntimeCallInfo *info);
279 static JSTaggedValue HasFastProperties(EcmaRuntimeCallInfo *info);
281 static JSTaggedValue HasOwnConstDataProperty(EcmaRuntimeCallInfo *info);
283 static JSTaggedValue GetHoleNaNUpper(EcmaRuntimeCallInfo *info);
285 static JSTaggedValue GetHoleNaNLower(EcmaRuntimeCallInfo *info);
287 static JSTaggedValue SystemBreak(EcmaRuntimeCallInfo *info);
289 static JSTaggedValue ScheduleBreak(EcmaRuntimeCallInfo *info);
291 static JSTaggedValue EnqueueMicrotask(EcmaRuntimeCallInfo *info);
293 static JSTaggedValue DebugPrint(EcmaRuntimeCallInfo *info);
295 static JSTaggedValue GetOptimizationStatus(EcmaRuntimeCallInfo *info);
297 static JSTaggedValue GetUndetectable(EcmaRuntimeCallInfo *info);
299 static JSTaggedValue SetKeyedProperty(EcmaRuntimeCallInfo *info);
301 static JSTaggedValue DisassembleFunction(EcmaRuntimeCallInfo *info);
303 static JSTaggedValue TryMigrateInstance(EcmaRuntimeCallInfo *info);
305 static JSTaggedValue InLargeObjectSpace(EcmaRuntimeCallInfo *info);
307 static JSTaggedValue PerformMicrotaskCheckpoint(EcmaRuntimeCallInfo *info);
309 static JSTaggedValue IsJSReceiver(EcmaRuntimeCallInfo *info);
311 static JSTaggedValue IsDictPropertyConstTrackingEnabled(EcmaRuntimeCallInfo *info);
313 static JSTaggedValue AllocateHeapNumber(EcmaRuntimeCallInfo *info);
315 static JSTaggedValue ConstructConsString(EcmaRuntimeCallInfo *info);
317 static JSTaggedValue CompleteInobjectSlackTracking(EcmaRuntimeCallInfo *info);
319 static JSTaggedValue NormalizeElements(EcmaRuntimeCallInfo *info);
321 static JSTaggedValue Call(EcmaRuntimeCallInfo *info);
323 static JSTaggedValue DebugPushPromise(EcmaRuntimeCallInfo *info);
325 static JSTaggedValue SetForceSlowPath(EcmaRuntimeCallInfo *info);
327 static JSTaggedValue NotifyContextDisposed(EcmaRuntimeCallInfo *info);
329 static JSTaggedValue OptimizeObjectForAddingMultipleProperties(EcmaRuntimeCallInfo *info);
331 static JSTaggedValue IsBeingInterpreted(EcmaRuntimeCallInfo *info);
333 static JSTaggedValue ClearFunctionFeedback(EcmaRuntimeCallInfo *info);
335 static Span<const base::BuiltinFunctionEntry> GetArkToolsFunctions() in GetArkToolsFunctions()
344 static constexpr std::array ARK_TOOLS_FUNCTIONS = {