HomeSort by relevance Sort by last modified time
    Searched refs:RUNTIME_FUNCTION (Results 1 - 25 of 39) sorted by null

1 2

  /external/v8/src/runtime/
runtime-date.cc 17 RUNTIME_FUNCTION(Runtime_IsDate) {
25 RUNTIME_FUNCTION(Runtime_ThrowNotDateError) {
33 RUNTIME_FUNCTION(Runtime_DateCurrentTime) {
runtime-error.cc 16 RUNTIME_FUNCTION(Runtime_ErrorToString) {
runtime-module.cc 14 RUNTIME_FUNCTION(Runtime_DynamicImportCall) {
21 RUNTIME_FUNCTION(Runtime_GetModuleNamespace) {
29 RUNTIME_FUNCTION(Runtime_LoadModuleVariable) {
37 RUNTIME_FUNCTION(Runtime_StoreModuleVariable) {
runtime-generator.cc 15 RUNTIME_FUNCTION(Runtime_CreateJSGeneratorObject) {
38 RUNTIME_FUNCTION(Runtime_GeneratorClose) {
48 RUNTIME_FUNCTION(Runtime_GeneratorGetFunction) {
56 RUNTIME_FUNCTION(Runtime_GeneratorGetReceiver) {
64 RUNTIME_FUNCTION(Runtime_GeneratorGetContext) {
72 RUNTIME_FUNCTION(Runtime_GeneratorGetInputOrDebugPos) {
80 RUNTIME_FUNCTION(Runtime_GeneratorGetResumeMode) {
88 RUNTIME_FUNCTION(Runtime_GeneratorGetContinuation) {
96 RUNTIME_FUNCTION(Runtime_GeneratorGetSourcePosition) {
runtime-operators.cc 12 RUNTIME_FUNCTION(Runtime_Multiply) {
21 RUNTIME_FUNCTION(Runtime_Divide) {
30 RUNTIME_FUNCTION(Runtime_Modulus) {
39 RUNTIME_FUNCTION(Runtime_Add) {
48 RUNTIME_FUNCTION(Runtime_Subtract) {
57 RUNTIME_FUNCTION(Runtime_ShiftLeft) {
66 RUNTIME_FUNCTION(Runtime_ShiftRight) {
75 RUNTIME_FUNCTION(Runtime_ShiftRightLogical) {
85 RUNTIME_FUNCTION(Runtime_BitwiseAnd) {
94 RUNTIME_FUNCTION(Runtime_BitwiseOr)
    [all...]
runtime-symbol.cc 15 RUNTIME_FUNCTION(Runtime_CreateSymbol) {
26 RUNTIME_FUNCTION(Runtime_CreatePrivateSymbol) {
37 RUNTIME_FUNCTION(Runtime_SymbolDescription) {
45 RUNTIME_FUNCTION(Runtime_SymbolDescriptiveString) {
59 RUNTIME_FUNCTION(Runtime_SymbolIsPrivate) {
runtime-internal.cc 25 RUNTIME_FUNCTION(Runtime_CheckIsBootstrapping) {
33 RUNTIME_FUNCTION(Runtime_ExportFromRuntime) {
46 RUNTIME_FUNCTION(Runtime_InstallToContext) {
71 RUNTIME_FUNCTION(Runtime_Throw) {
78 RUNTIME_FUNCTION(Runtime_ReThrow) {
85 RUNTIME_FUNCTION(Runtime_ThrowStackOverflow) {
91 RUNTIME_FUNCTION(Runtime_ThrowSymbolAsyncIteratorInvalid) {
98 RUNTIME_FUNCTION(Runtime_ThrowTypeError) {
115 RUNTIME_FUNCTION(Runtime_UnwindAndFindExceptionHandler) {
122 RUNTIME_FUNCTION(Runtime_PromoteScheduledException)
    [all...]
runtime-function.cc 18 RUNTIME_FUNCTION(Runtime_FunctionGetName) {
33 RUNTIME_FUNCTION(Runtime_FunctionSetName) {
46 RUNTIME_FUNCTION(Runtime_FunctionRemovePrototype) {
59 RUNTIME_FUNCTION(Runtime_FunctionGetScript) {
74 RUNTIME_FUNCTION(Runtime_FunctionGetScriptId) {
89 RUNTIME_FUNCTION(Runtime_FunctionGetSourceCode) {
100 RUNTIME_FUNCTION(Runtime_FunctionGetScriptSourcePosition) {
109 RUNTIME_FUNCTION(Runtime_FunctionGetContextData) {
118 RUNTIME_FUNCTION(Runtime_FunctionSetInstanceClassName) {
129 RUNTIME_FUNCTION(Runtime_FunctionSetLength)
    [all...]
runtime-collections.cc 15 RUNTIME_FUNCTION(Runtime_StringGetRawHashField) {
23 RUNTIME_FUNCTION(Runtime_TheHole) {
30 RUNTIME_FUNCTION(Runtime_JSCollectionGetTable) {
39 RUNTIME_FUNCTION(Runtime_GenericHash) {
48 RUNTIME_FUNCTION(Runtime_SetInitialize) {
57 RUNTIME_FUNCTION(Runtime_SetGrow) {
68 RUNTIME_FUNCTION(Runtime_SetShrink) {
79 RUNTIME_FUNCTION(Runtime_SetClear) {
88 RUNTIME_FUNCTION(Runtime_SetIteratorInitialize) {
104 RUNTIME_FUNCTION(Runtime_SetIteratorClone)
    [all...]
runtime-promise.cc 36 RUNTIME_FUNCTION(Runtime_PromiseRejectEventFromStack) {
56 RUNTIME_FUNCTION(Runtime_ReportPromiseReject) {
66 RUNTIME_FUNCTION(Runtime_PromiseRevokeReject) {
77 RUNTIME_FUNCTION(Runtime_EnqueuePromiseReactionJob) {
85 RUNTIME_FUNCTION(Runtime_EnqueuePromiseResolveThenableJob) {
93 RUNTIME_FUNCTION(Runtime_EnqueueMicrotask) {
101 RUNTIME_FUNCTION(Runtime_RunMicrotasks) {
108 RUNTIME_FUNCTION(Runtime_PromiseStatus) {
116 RUNTIME_FUNCTION(Runtime_PromiseResult) {
123 RUNTIME_FUNCTION(Runtime_PromiseMarkAsHandled)
    [all...]
runtime-numbers.cc 16 RUNTIME_FUNCTION(Runtime_IsValidSmi) {
25 RUNTIME_FUNCTION(Runtime_StringToNumber) {
34 RUNTIME_FUNCTION(Runtime_StringParseInt) {
74 RUNTIME_FUNCTION(Runtime_StringParseFloat) {
87 RUNTIME_FUNCTION(Runtime_NumberToString) {
96 RUNTIME_FUNCTION(Runtime_NumberToStringSkipCache) {
107 RUNTIME_FUNCTION(Runtime_NumberToSmi) {
127 RUNTIME_FUNCTION(Runtime_SmiLexicographicCompare) {
201 RUNTIME_FUNCTION(Runtime_MaxSmi) {
208 RUNTIME_FUNCTION(Runtime_IsSmi)
    [all...]
runtime-futex.cc 20 RUNTIME_FUNCTION(Runtime_AtomicsWait) {
43 RUNTIME_FUNCTION(Runtime_AtomicsWake) {
59 RUNTIME_FUNCTION(Runtime_AtomicsNumWaitersForTesting) {
74 RUNTIME_FUNCTION(Runtime_SetAllowAtomicsWait) {
runtime-test.cc 65 RUNTIME_FUNCTION(Runtime_ConstructDouble) {
74 RUNTIME_FUNCTION(Runtime_DeoptimizeFunction) {
101 RUNTIME_FUNCTION(Runtime_DeoptimizeNow) {
127 RUNTIME_FUNCTION(Runtime_RunningInSimulator) {
138 RUNTIME_FUNCTION(Runtime_IsConcurrentRecompilationSupported) {
146 RUNTIME_FUNCTION(Runtime_OptimizeFunctionOnNextCall) {
193 RUNTIME_FUNCTION(Runtime_InterpretFunctionOnNextCall) {
211 RUNTIME_FUNCTION(Runtime_BaselineFunctionOnNextCall) {
240 RUNTIME_FUNCTION(Runtime_OptimizeOsr) {
269 RUNTIME_FUNCTION(Runtime_NeverOptimizeFunction)
    [all...]
runtime-object.cc 142 RUNTIME_FUNCTION(Runtime_ObjectHasOwnProperty) {
221 RUNTIME_FUNCTION(Runtime_ObjectCreate) {
284 RUNTIME_FUNCTION(Runtime_GetPrototype) {
292 RUNTIME_FUNCTION(Runtime_InternalSetPrototype) {
303 RUNTIME_FUNCTION(Runtime_OptimizeObjectForAddingMultipleProperties) {
318 RUNTIME_FUNCTION(Runtime_GetProperty) {
330 RUNTIME_FUNCTION(Runtime_KeyedGetProperty) {
341 RUNTIME_FUNCTION(Runtime_AddNamedProperty) {
366 RUNTIME_FUNCTION(Runtime_AddElement) {
395 RUNTIME_FUNCTION(Runtime_AppendElement)
    [all...]
runtime-liveedit.cc 21 RUNTIME_FUNCTION(Runtime_LiveEditFindSharedFunctionInfosForScript) {
63 RUNTIME_FUNCTION(Runtime_LiveEditGatherCompileInfo) {
81 RUNTIME_FUNCTION(Runtime_LiveEditReplaceScript) {
105 RUNTIME_FUNCTION(Runtime_LiveEditFixupScript) {
119 RUNTIME_FUNCTION(Runtime_LiveEditFunctionSourceUpdated) {
133 RUNTIME_FUNCTION(Runtime_LiveEditReplaceFunctionCode) {
147 RUNTIME_FUNCTION(Runtime_LiveEditFunctionSetScript) {
174 RUNTIME_FUNCTION(Runtime_LiveEditReplaceRefToNestedFunction) {
197 RUNTIME_FUNCTION(Runtime_LiveEditPatchFunctionPositions) {
214 RUNTIME_FUNCTION(Runtime_LiveEditCheckAndDropActivations)
    [all...]
runtime-wasm.cc 42 RUNTIME_FUNCTION(Runtime_WasmMemorySize) {
52 RUNTIME_FUNCTION(Runtime_WasmGrowMemory) {
125 RUNTIME_FUNCTION(Runtime_ThrowWasmErrorFromTrapIf) {
131 RUNTIME_FUNCTION(Runtime_ThrowWasmError) {
138 RUNTIME_FUNCTION(Runtime_WasmThrowTypeError) {
145 RUNTIME_FUNCTION(Runtime_WasmThrow) {
160 RUNTIME_FUNCTION(Runtime_WasmGetCaughtExceptionValue) {
171 RUNTIME_FUNCTION(Runtime_WasmRunInterpreter) {
196 RUNTIME_FUNCTION(Runtime_WasmStackGuard) {
runtime-classes.cc 23 RUNTIME_FUNCTION(Runtime_ThrowUnsupportedSuperError) {
31 RUNTIME_FUNCTION(Runtime_ThrowConstructorNonCallableError) {
41 RUNTIME_FUNCTION(Runtime_ThrowStaticPrototypeError) {
48 RUNTIME_FUNCTION(Runtime_ThrowSuperAlreadyCalledError) {
88 RUNTIME_FUNCTION(Runtime_ThrowNotSuperConstructor) {
96 RUNTIME_FUNCTION(Runtime_HomeObjectSymbol) {
189 RUNTIME_FUNCTION(Runtime_DefineClass) {
214 RUNTIME_FUNCTION(Runtime_InstallClassNameAccessor) {
222 RUNTIME_FUNCTION(Runtime_InstallClassNameAccessorWithCheck) {
298 RUNTIME_FUNCTION(Runtime_LoadFromSuper)
    [all...]
runtime-debug.cc 27 RUNTIME_FUNCTION(Runtime_DebugBreak) {
41 RUNTIME_FUNCTION(Runtime_DebugBreakOnBytecode) {
67 RUNTIME_FUNCTION(Runtime_HandleDebuggerStatement) {
81 RUNTIME_FUNCTION(Runtime_SetDebugEventListener) {
98 RUNTIME_FUNCTION(Runtime_ScheduleBreak) {
296 RUNTIME_FUNCTION(Runtime_DebugGetInternalProperties) {
312 RUNTIME_FUNCTION(Runtime_DebugGetPropertyDetails) {
387 RUNTIME_FUNCTION(Runtime_DebugGetProperty) {
401 RUNTIME_FUNCTION(Runtime_DebugPropertyKindFromDetails) {
411 RUNTIME_FUNCTION(Runtime_DebugPropertyAttributesFromDetails)
    [all...]
runtime-proxy.cc 18 RUNTIME_FUNCTION(Runtime_JSProxyCall) {
72 RUNTIME_FUNCTION(Runtime_JSProxyConstruct) {
136 RUNTIME_FUNCTION(Runtime_IsJSProxy) {
144 RUNTIME_FUNCTION(Runtime_JSProxyGetHandler) {
152 RUNTIME_FUNCTION(Runtime_JSProxyGetTarget) {
160 RUNTIME_FUNCTION(Runtime_JSProxyRevoke) {
runtime-strings.cc 18 RUNTIME_FUNCTION(Runtime_GetSubstitution) {
102 RUNTIME_FUNCTION(Runtime_StringReplaceOneCharWithString) {
132 RUNTIME_FUNCTION(Runtime_StringIndexOf) {
142 RUNTIME_FUNCTION(Runtime_StringIndexOfUnchecked) {
153 RUNTIME_FUNCTION(Runtime_StringLastIndexOf) {
159 RUNTIME_FUNCTION(Runtime_SubString) {
191 RUNTIME_FUNCTION(Runtime_StringAdd) {
208 RUNTIME_FUNCTION(Runtime_InternalizeString) {
216 RUNTIME_FUNCTION(Runtime_StringCharCodeAtRT) {
236 RUNTIME_FUNCTION(Runtime_StringCompare)
    [all...]
runtime-compiler.cc 22 RUNTIME_FUNCTION(Runtime_CompileLazy) {
44 RUNTIME_FUNCTION(Runtime_CompileBaseline) {
57 RUNTIME_FUNCTION(Runtime_CompileOptimized_Concurrent) {
71 RUNTIME_FUNCTION(Runtime_CompileOptimized_NotConcurrent) {
84 RUNTIME_FUNCTION(Runtime_InstantiateAsmJs) {
128 RUNTIME_FUNCTION(Runtime_NotifyStubFailure) {
159 RUNTIME_FUNCTION(Runtime_NotifyDeoptimized) {
305 RUNTIME_FUNCTION(Runtime_CompileForOnStackReplacement) {
390 RUNTIME_FUNCTION(Runtime_TryInstallOptimizedCode) {
458 RUNTIME_FUNCTION(Runtime_ResolvePossiblyDirectEval)
    [all...]
runtime-typedarray.cc 16 RUNTIME_FUNCTION(Runtime_ArrayBufferGetByteLength) {
24 RUNTIME_FUNCTION(Runtime_ArrayBufferSliceImpl) {
57 RUNTIME_FUNCTION(Runtime_ArrayBufferNeuter) {
98 RUNTIME_FUNCTION(Runtime_TypedArrayInitialize) {
180 RUNTIME_FUNCTION(Runtime_TypedArrayInitializeFromArrayLike) {
275 RUNTIME_FUNCTION(Runtime_##Type##Get##getter) { \
288 RUNTIME_FUNCTION(Runtime_TypedArrayGetBuffer) {
311 RUNTIME_FUNCTION(Runtime_TypedArraySetFastCases) {
393 RUNTIME_FUNCTION(Runtime_TypedArraySortFast) {
432 RUNTIME_FUNCTION(Runtime_TypedArrayMaxSizeInHeap)
    [all...]
runtime-array.cc 20 RUNTIME_FUNCTION(Runtime_FinishArrayPrototypeSetup) {
63 RUNTIME_FUNCTION(Runtime_SpecialArrayFunctions) {
86 RUNTIME_FUNCTION(Runtime_FixedArrayGet) {
95 RUNTIME_FUNCTION(Runtime_FixedArraySet) {
106 RUNTIME_FUNCTION(Runtime_TransitionElementsKind) {
123 RUNTIME_FUNCTION(Runtime_RemoveArrayHoles) {
135 RUNTIME_FUNCTION(Runtime_MoveArrayContents) {
158 RUNTIME_FUNCTION(Runtime_EstimateNumberOfElements) {
201 RUNTIME_FUNCTION(Runtime_GetArrayKeys) {
342 RUNTIME_FUNCTION(Runtime_NewArray)
    [all...]
runtime-i18n.cc 72 RUNTIME_FUNCTION(Runtime_CanonicalizeLanguageTag) {
109 RUNTIME_FUNCTION(Runtime_AvailableLocalesOf) {
154 RUNTIME_FUNCTION(Runtime_GetDefaultICULocale) {
175 RUNTIME_FUNCTION(Runtime_GetLanguageTagVariants) {
260 RUNTIME_FUNCTION(Runtime_IsInitializedIntlObject) {
276 RUNTIME_FUNCTION(Runtime_IsInitializedIntlObjectOfType) {
294 RUNTIME_FUNCTION(Runtime_MarkAsInitializedIntlObjectOfType) {
309 RUNTIME_FUNCTION(Runtime_CreateDateTimeFormat) {
342 RUNTIME_FUNCTION(Runtime_InternalDateFormat) {
442 RUNTIME_FUNCTION(Runtime_InternalDateFormatToParts)
    [all...]
runtime-scopes.cc 20 RUNTIME_FUNCTION(Runtime_ThrowConstAssignError) {
189 RUNTIME_FUNCTION(Runtime_DeclareGlobals) {
202 RUNTIME_FUNCTION(Runtime_DeclareGlobalsForInterpreter) {
214 RUNTIME_FUNCTION(Runtime_InitializeVarGlobal) {
335 RUNTIME_FUNCTION(Runtime_DeclareEvalFunction) {
343 RUNTIME_FUNCTION(Runtime_DeclareEvalVar) {
525 RUNTIME_FUNCTION(Runtime_NewSloppyArguments_Generic) {
539 RUNTIME_FUNCTION(Runtime_NewStrictArguments) {
564 RUNTIME_FUNCTION(Runtime_NewRestParameter) {
590 RUNTIME_FUNCTION(Runtime_NewSloppyArguments)
    [all...]

Completed in 817 milliseconds

1 2