HomeSort by relevance Sort by last modified time
    Searched defs:RUNTIME_FUNCTION (Results 1 - 25 of 37) 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-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-futex.cc 20 RUNTIME_FUNCTION(Runtime_AtomicsWait) {
43 RUNTIME_FUNCTION(Runtime_AtomicsWake) {
59 RUNTIME_FUNCTION(Runtime_AtomicsNumWaitersForTesting) {
74 RUNTIME_FUNCTION(Runtime_SetAllowAtomicsWait) {
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-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-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-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-maths.cc 19 RUNTIME_FUNCTION(Runtime_GenerateRandomNumbers) {
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-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-forin.cc 106 RUNTIME_FUNCTION(Runtime_ForInEnumerate) {
143 RUNTIME_FUNCTION(Runtime_ForInHasProperty) {
154 RUNTIME_FUNCTION(Runtime_ForInFilter) {
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-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-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-interpreter.cc 22 RUNTIME_FUNCTION(Runtime_InterpreterNewClosure) {
111 RUNTIME_FUNCTION(Runtime_InterpreterTraceBytecodeEntry) {
139 RUNTIME_FUNCTION(Runtime_InterpreterTraceBytecodeExit) {
163 RUNTIME_FUNCTION(Runtime_InterpreterAdvanceBytecodeOffset) {
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-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-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-atomics.cc 326 RUNTIME_FUNCTION(Runtime_ThrowNotIntegerSharedTypedArrayError) {
335 RUNTIME_FUNCTION(Runtime_ThrowNotInt32SharedTypedArrayError) {
343 RUNTIME_FUNCTION(Runtime_ThrowInvalidAtomicAccessIndexError) {
350 RUNTIME_FUNCTION(Runtime_AtomicsCompareExchange) {
384 RUNTIME_FUNCTION(Runtime_AtomicsAdd) {
416 RUNTIME_FUNCTION(Runtime_AtomicsSub) {
448 RUNTIME_FUNCTION(Runtime_AtomicsAnd) {
480 RUNTIME_FUNCTION(Runtime_AtomicsOr) {
512 RUNTIME_FUNCTION(Runtime_AtomicsXor) {
544 RUNTIME_FUNCTION(Runtime_AtomicsExchange)
    [all...]
runtime-literals.cc 206 RUNTIME_FUNCTION(Runtime_CreateRegExpLiteral) {
227 RUNTIME_FUNCTION(Runtime_CreateObjectLiteral) {
329 RUNTIME_FUNCTION(Runtime_CreateArrayLiteral) {
345 RUNTIME_FUNCTION(Runtime_CreateArrayLiteralStubBailout) {
  /external/v8/src/
arguments.h 23 // Object* Runtime_function(Arguments args) {
109 #define RUNTIME_FUNCTION(Name) RUNTIME_FUNCTION_RETURNS_TYPE(Object*, Name)
  /external/v8/src/builtins/
builtins-function.cc 455 RUNTIME_FUNCTION(Runtime_FunctionBind) {

Completed in 791 milliseconds

1 2