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

1 2

  /external/v8/src/runtime/
runtime-collections.cc 15 RUNTIME_FUNCTION(Runtime_TheHole) {
21 RUNTIME_FUNCTION(Runtime_SetGrow) {
32 RUNTIME_FUNCTION(Runtime_SetShrink) {
42 RUNTIME_FUNCTION(Runtime_SetIteratorClone) {
52 RUNTIME_FUNCTION(Runtime_MapShrink) {
62 RUNTIME_FUNCTION(Runtime_MapGrow) {
72 RUNTIME_FUNCTION(Runtime_MapIteratorClone) {
82 RUNTIME_FUNCTION(Runtime_GetWeakMapEntries) {
91 RUNTIME_FUNCTION(Runtime_WeakCollectionDelete) {
113 RUNTIME_FUNCTION(Runtime_GetWeakSetValues)
    [all...]
runtime-date.cc 17 RUNTIME_FUNCTION(Runtime_IsDate) {
24 RUNTIME_FUNCTION(Runtime_DateCurrentTime) {
runtime-module.cc 15 RUNTIME_FUNCTION(Runtime_DynamicImportCall) {
33 RUNTIME_FUNCTION(Runtime_GetModuleNamespace) {
41 RUNTIME_FUNCTION(Runtime_GetImportMetaObject) {
runtime-operators.cc 12 RUNTIME_FUNCTION(Runtime_Add) {
21 RUNTIME_FUNCTION(Runtime_Equal) {
31 RUNTIME_FUNCTION(Runtime_NotEqual) {
41 RUNTIME_FUNCTION(Runtime_StrictEqual) {
49 RUNTIME_FUNCTION(Runtime_StrictNotEqual) {
57 RUNTIME_FUNCTION(Runtime_LessThan) {
67 RUNTIME_FUNCTION(Runtime_GreaterThan) {
77 RUNTIME_FUNCTION(Runtime_LessThanOrEqual) {
87 RUNTIME_FUNCTION(Runtime_GreaterThanOrEqual) {
runtime-symbol.cc 14 RUNTIME_FUNCTION(Runtime_CreatePrivateSymbol) {
26 RUNTIME_FUNCTION(Runtime_CreatePrivateFieldSymbol) {
33 RUNTIME_FUNCTION(Runtime_SymbolDescriptiveString) {
47 RUNTIME_FUNCTION(Runtime_SymbolIsPrivate) {
runtime-bigint.cc 14 RUNTIME_FUNCTION(Runtime_BigIntCompareToBigInt) {
25 RUNTIME_FUNCTION(Runtime_BigIntCompareToNumber) {
36 RUNTIME_FUNCTION(Runtime_BigIntCompareToString) {
48 RUNTIME_FUNCTION(Runtime_BigIntEqualToBigInt) {
57 RUNTIME_FUNCTION(Runtime_BigIntEqualToNumber) {
66 RUNTIME_FUNCTION(Runtime_BigIntEqualToString) {
75 RUNTIME_FUNCTION(Runtime_BigIntToBoolean) {
82 RUNTIME_FUNCTION(Runtime_BigIntToNumber) {
89 RUNTIME_FUNCTION(Runtime_ToBigInt) {
96 RUNTIME_FUNCTION(Runtime_BigIntBinaryOp)
    [all...]
runtime-futex.cc 21 RUNTIME_FUNCTION(Runtime_AtomicsNumWaitersForTesting) {
36 RUNTIME_FUNCTION(Runtime_SetAllowAtomicsWait) {
runtime-proxy.cc 17 RUNTIME_FUNCTION(Runtime_IsJSProxy) {
25 RUNTIME_FUNCTION(Runtime_JSProxyGetHandler) {
33 RUNTIME_FUNCTION(Runtime_JSProxyGetTarget) {
41 RUNTIME_FUNCTION(Runtime_GetPropertyWithReceiver) {
63 RUNTIME_FUNCTION(Runtime_SetPropertyWithReceiver) {
86 RUNTIME_FUNCTION(Runtime_CheckProxyGetSetTrapResult) {
100 RUNTIME_FUNCTION(Runtime_CheckProxyHasTrap) {
runtime-function.cc 15 RUNTIME_FUNCTION(Runtime_FunctionGetName) {
30 RUNTIME_FUNCTION(Runtime_FunctionGetScriptSource) {
43 RUNTIME_FUNCTION(Runtime_FunctionGetScriptId) {
58 RUNTIME_FUNCTION(Runtime_FunctionGetSourceCode) {
71 RUNTIME_FUNCTION(Runtime_FunctionGetScriptSourcePosition) {
81 RUNTIME_FUNCTION(Runtime_FunctionIsAPIFunction) {
90 RUNTIME_FUNCTION(Runtime_SetCode) {
151 RUNTIME_FUNCTION(Runtime_SetNativeFlag) {
165 RUNTIME_FUNCTION(Runtime_IsConstructor) {
173 RUNTIME_FUNCTION(Runtime_Call)
    [all...]
runtime-generator.cc 15 RUNTIME_FUNCTION(Runtime_CreateJSGeneratorObject) {
42 RUNTIME_FUNCTION(Runtime_GeneratorClose) {
48 RUNTIME_FUNCTION(Runtime_GeneratorGetFunction) {
56 RUNTIME_FUNCTION(Runtime_GeneratorGetInputOrDebugPos) {
62 RUNTIME_FUNCTION(Runtime_AsyncGeneratorResolve) {
68 RUNTIME_FUNCTION(Runtime_AsyncGeneratorReject) {
74 RUNTIME_FUNCTION(Runtime_AsyncGeneratorYield) {
80 RUNTIME_FUNCTION(Runtime_GeneratorGetResumeMode) {
88 RUNTIME_FUNCTION(Runtime_AsyncGeneratorHasCatchHandlerForPC) {
runtime-promise.cc 17 RUNTIME_FUNCTION(Runtime_PromiseRejectEventFromStack) {
41 RUNTIME_FUNCTION(Runtime_PromiseRejectAfterResolved) {
51 RUNTIME_FUNCTION(Runtime_PromiseResolveAfterResolved) {
61 RUNTIME_FUNCTION(Runtime_PromiseRevokeReject) {
72 RUNTIME_FUNCTION(Runtime_EnqueueMicrotask) {
82 RUNTIME_FUNCTION(Runtime_RunMicrotasks) {
89 RUNTIME_FUNCTION(Runtime_RunMicrotaskCallback) {
101 RUNTIME_FUNCTION(Runtime_PromiseStatus) {
109 RUNTIME_FUNCTION(Runtime_PromiseResult) {
116 RUNTIME_FUNCTION(Runtime_PromiseMarkAsHandled)
    [all...]
runtime-forin.cc 114 RUNTIME_FUNCTION(Runtime_ForInEnumerate) {
122 RUNTIME_FUNCTION(Runtime_ForInHasProperty) {
runtime-maths.cc 17 RUNTIME_FUNCTION(Runtime_GenerateRandomNumbers) {
runtime-numbers.cc 14 RUNTIME_FUNCTION(Runtime_IsValidSmi) {
23 RUNTIME_FUNCTION(Runtime_StringToNumber) {
32 RUNTIME_FUNCTION(Runtime_StringParseInt) {
60 RUNTIME_FUNCTION(Runtime_StringParseFloat) {
72 RUNTIME_FUNCTION(Runtime_NumberToString) {
85 RUNTIME_FUNCTION(Runtime_SmiLexicographicCompare) {
159 RUNTIME_FUNCTION(Runtime_MaxSmi) {
166 RUNTIME_FUNCTION(Runtime_IsSmi) {
174 RUNTIME_FUNCTION(Runtime_GetHoleNaNUpper) {
181 RUNTIME_FUNCTION(Runtime_GetHoleNaNLower)
    [all...]
runtime-atomics.cc 251 RUNTIME_FUNCTION(Runtime_AtomicsExchange) {
278 RUNTIME_FUNCTION(Runtime_AtomicsCompareExchange) {
308 RUNTIME_FUNCTION(Runtime_AtomicsAdd) {
337 RUNTIME_FUNCTION(Runtime_AtomicsSub) {
366 RUNTIME_FUNCTION(Runtime_AtomicsAnd) {
395 RUNTIME_FUNCTION(Runtime_AtomicsOr) {
424 RUNTIME_FUNCTION(Runtime_AtomicsXor) {
runtime-compiler.cc 22 RUNTIME_FUNCTION(Runtime_CompileLazy) {
46 RUNTIME_FUNCTION(Runtime_CompileOptimized_Concurrent) {
61 RUNTIME_FUNCTION(Runtime_FunctionFirstExecution) {
80 RUNTIME_FUNCTION(Runtime_CompileOptimized_NotConcurrent) {
95 RUNTIME_FUNCTION(Runtime_EvictOptimizedCodeSlot) {
107 RUNTIME_FUNCTION(Runtime_InstantiateAsmJs) {
146 RUNTIME_FUNCTION(Runtime_NotifyDeoptimized) {
223 RUNTIME_FUNCTION(Runtime_CompileForOnStackReplacement) {
330 RUNTIME_FUNCTION(Runtime_ResolvePossiblyDirectEval) {
runtime-interpreter.cc 23 RUNTIME_FUNCTION(Runtime_InterpreterDeserializeLazy) {
118 RUNTIME_FUNCTION(Runtime_InterpreterTraceBytecodeEntry) {
152 RUNTIME_FUNCTION(Runtime_InterpreterTraceBytecodeExit) {
184 RUNTIME_FUNCTION(Runtime_InterpreterTraceUpdateFeedback) {
runtime-intl.cc 61 RUNTIME_FUNCTION(Runtime_FormatList) {
71 RUNTIME_FUNCTION(Runtime_FormatListToParts) {
80 RUNTIME_FUNCTION(Runtime_GetNumberOption) {
97 RUNTIME_FUNCTION(Runtime_DefaultNumberOption) {
115 RUNTIME_FUNCTION(Runtime_CanonicalizeLanguageTag) {
128 RUNTIME_FUNCTION(Runtime_AvailableLocalesOf) {
138 RUNTIME_FUNCTION(Runtime_GetDefaultICULocale) {
146 RUNTIME_FUNCTION(Runtime_IsWellFormedCurrencyCode) {
154 RUNTIME_FUNCTION(Runtime_DefineWEProperty) {
165 RUNTIME_FUNCTION(Runtime_IsInitializedIntlObjectOfType)
    [all...]
runtime-typedarray.cc 18 RUNTIME_FUNCTION(Runtime_ArrayBufferNeuter) {
48 RUNTIME_FUNCTION(Runtime_TypedArrayCopyElements) {
62 RUNTIME_FUNCTION(Runtime_TypedArrayGetLength) {
69 RUNTIME_FUNCTION(Runtime_ArrayBufferViewWasNeutered) {
75 RUNTIME_FUNCTION(Runtime_TypedArrayGetBuffer) {
106 RUNTIME_FUNCTION(Runtime_TypedArraySortFast) {
145 RUNTIME_FUNCTION(Runtime_IsTypedArray) {
152 RUNTIME_FUNCTION(Runtime_TypedArraySet) {
runtime-wasm.cc 66 RUNTIME_FUNCTION(Runtime_WasmGrowMemory) {
88 RUNTIME_FUNCTION(Runtime_ThrowWasmError) {
101 RUNTIME_FUNCTION(Runtime_ThrowWasmStackOverflow) {
109 RUNTIME_FUNCTION(Runtime_WasmThrowTypeError) {
116 RUNTIME_FUNCTION(Runtime_WasmThrowCreate) {
143 RUNTIME_FUNCTION(Runtime_WasmThrow) {
155 RUNTIME_FUNCTION(Runtime_WasmGetExceptionRuntimeId) {
176 RUNTIME_FUNCTION(Runtime_WasmExceptionGetElement) {
204 RUNTIME_FUNCTION(Runtime_WasmExceptionSetElement) {
233 RUNTIME_FUNCTION(Runtime_WasmRunInterpreter)
    [all...]
runtime-internal.cc 26 RUNTIME_FUNCTION(Runtime_CheckIsBootstrapping) {
33 RUNTIME_FUNCTION(Runtime_ExportFromRuntime) {
45 RUNTIME_FUNCTION(Runtime_InstallToContext) {
69 RUNTIME_FUNCTION(Runtime_Throw) {
75 RUNTIME_FUNCTION(Runtime_ReThrow) {
81 RUNTIME_FUNCTION(Runtime_ThrowStackOverflow) {
87 RUNTIME_FUNCTION(Runtime_ThrowSymbolAsyncIteratorInvalid) {
109 RUNTIME_FUNCTION(Runtime_ThrowRangeError) {
113 RUNTIME_FUNCTION(Runtime_ThrowTypeError) {
137 RUNTIME_FUNCTION(Runtime_ThrowInvalidTypedArrayAlignment)
    [all...]
runtime-object.cc 228 RUNTIME_FUNCTION(Runtime_ObjectKeys) {
248 RUNTIME_FUNCTION(Runtime_ObjectGetOwnPropertyNames) {
267 RUNTIME_FUNCTION(Runtime_ObjectGetOwnPropertyNamesTryFast) {
298 RUNTIME_FUNCTION(Runtime_ObjectHasOwnProperty) {
386 RUNTIME_FUNCTION(Runtime_AddDictionaryProperty) {
405 RUNTIME_FUNCTION(Runtime_ObjectCreate) {
462 RUNTIME_FUNCTION(Runtime_GetPrototype) {
470 RUNTIME_FUNCTION(Runtime_InternalSetPrototype) {
491 RUNTIME_FUNCTION(Runtime_OptimizeObjectForAddingMultipleProperties) {
505 RUNTIME_FUNCTION(Runtime_ObjectValues)
    [all...]
runtime-array.cc 23 RUNTIME_FUNCTION(Runtime_TransitionElementsKind) {
365 RUNTIME_FUNCTION(Runtime_PrepareElementsForSort) {
399 RUNTIME_FUNCTION(Runtime_MoveArrayContents) {
422 RUNTIME_FUNCTION(Runtime_EstimateNumberOfElements) {
465 RUNTIME_FUNCTION(Runtime_GetArrayKeys) {
511 RUNTIME_FUNCTION(Runtime_TrySliceSimpleNonFastElements) {
549 RUNTIME_FUNCTION(Runtime_NewArray) {
653 RUNTIME_FUNCTION(Runtime_NormalizeElements) {
665 RUNTIME_FUNCTION(Runtime_GrowArrayElements) {
686 RUNTIME_FUNCTION(Runtime_HasComplexElements)
    [all...]
runtime-classes.cc 24 RUNTIME_FUNCTION(Runtime_ThrowUnsupportedSuperError) {
32 RUNTIME_FUNCTION(Runtime_ThrowConstructorNonCallableError) {
42 RUNTIME_FUNCTION(Runtime_ThrowStaticPrototypeError) {
49 RUNTIME_FUNCTION(Runtime_ThrowSuperAlreadyCalledError) {
56 RUNTIME_FUNCTION(Runtime_ThrowSuperNotCalled) {
96 RUNTIME_FUNCTION(Runtime_ThrowNotSuperConstructor) {
104 RUNTIME_FUNCTION(Runtime_HomeObjectSymbol) {
611 RUNTIME_FUNCTION(Runtime_DefineClass) {
684 RUNTIME_FUNCTION(Runtime_LoadFromSuper) {
696 RUNTIME_FUNCTION(Runtime_LoadKeyedFromSuper)
    [all...]
  /external/v8/src/
arguments.h 23 // Object* Runtime_function(Arguments args) {
105 #define RUNTIME_FUNCTION(Name) RUNTIME_FUNCTION_RETURNS_TYPE(Object*, Name)

Completed in 503 milliseconds

1 2