Home
last modified time | relevance | path

Searched refs:CallRuntime (Results 1 – 25 of 86) sorted by relevance

1234

/external/vixl/examples/aarch64/
Dsimulated-runtime-calls.cc65 __ CallRuntime(add_int32s); in GenerateRuntimeCallExamples() local
69 __ CallRuntime(int32_to_float); in GenerateRuntimeCallExamples() local
74 __ CallRuntime<void, float>(overload_function); in GenerateRuntimeCallExamples()
75 __ CallRuntime(float_to_int32); in GenerateRuntimeCallExamples() local
76 __ CallRuntime<void, int32_t>(overload_function); in GenerateRuntimeCallExamples()
/external/v8/src/interpreter/
Dbytecode-generator.cc1084 if (FLAG_trace) builder()->CallRuntime(Runtime::kTraceEnter); in GenerateBytecodeBody()
1222 .CallRuntime(Runtime::kDeclareEvalVar, name); in VisitVariableDeclaration()
1268 builder()->StoreAccumulatorInRegister(args[1]).CallRuntime( in VisitFunctionDeclaration()
1294 .CallRuntime(Runtime::kGetModuleNamespace, module_request); in VisitModuleNamespaceImports()
1323 .CallRuntime(Runtime::kDeclareGlobals, args); in VisitDeclarations()
1596 .CallRuntime(StoreToSuperRuntimeId(), args); in VisitForInAssignment()
1608 builder()->CallRuntime(StoreKeyedToSuperRuntimeId(), args); in VisitForInAssignment()
1876 .CallRuntime(Runtime::kThrowStaticPrototypeError) in BuildClassLiteral()
1894 builder()->CallRuntime(Runtime::kCreatePrivateFieldSymbol); in BuildClassLiteral()
1905 builder()->CallRuntime(Runtime::kDefineClass, args); in BuildClassLiteral()
[all …]
Dinterpreter-generator.cc303 Node* result = CallRuntime(Runtime::kLoadLookupSlot, context, name); in IGNITION_HANDLER()
316 CallRuntime(Runtime::kLoadLookupSlotInsideTypeof, context, name); in IGNITION_HANDLER()
350 Node* result = CallRuntime(function_id, context, name); in LookupContextSlot()
406 Node* result = CallRuntime(function_id, context, name); in LookupGlobalSlot()
454 CallRuntime(Runtime::kStoreLookupSlot_Strict, context, name, value)); in IGNITION_HANDLER()
467 var_result.Bind(CallRuntime(Runtime::kStoreLookupSlot_SloppyHoisting, in IGNITION_HANDLER()
475 CallRuntime(Runtime::kStoreLookupSlot_Sloppy, context, name, value)); in IGNITION_HANDLER()
649 CallRuntime(Runtime::kDefineDataPropertyInLiteral, context, object, name, in IGNITION_HANDLER()
661 CallRuntime(Runtime::kCollectTypeProfile, context, position, value, in IGNITION_HANDLER()
943 CallRuntime(Runtime::kBigIntBinaryOp, context, var_left_bigint.value(), in BitwiseBinaryOpWithFeedback()
[all …]
/external/v8/src/builtins/
Dbuiltins-async-function-gen.cc143 CallRuntime(Runtime::kDebugAsyncFunctionSuspended, context, outer_promise); in AsyncFunctionAwait()
180 CallRuntime(Runtime::kDebugAsyncFunctionSuspended, context, outer_promise); in AsyncFunctionAwaitOptimized()
258 CallRuntime(Runtime::kDebugPushPromise, context, promise); in TF_BUILTIN()
279 CallRuntime(Runtime::kDebugAsyncFunctionFinished, context, in TF_BUILTIN()
Dbuiltins-number-gen.cc49 Return(CallRuntime(Runtime::kBigIntBinaryOp, context, in EmitBitwiseOp()
191 Return(CallRuntime(Runtime::kStringParseFloat, context, input)); in TF_BUILTIN()
303 Node* result = CallRuntime(Runtime::kStringParseInt, context, input, radix); in TF_BUILTIN()
543 Return(CallRuntime(Runtime::kBigIntBinaryOp, context, var_left.value(), in TF_BUILTIN()
708 Return(CallRuntime(Runtime::kBigIntBinaryOp, context, var_left.value(), in TF_BUILTIN()
728 Return(CallRuntime(Runtime::kBigIntUnaryOp, context, var_input.value(), in TF_BUILTIN()
748 Return(CallRuntime(Runtime::kBigIntUnaryOp, context, var_input.value(), in TF_BUILTIN()
767 Return(CallRuntime(Runtime::kBigIntUnaryOp, context, var_input.value(), in TF_BUILTIN()
792 Return(CallRuntime(Runtime::kBigIntUnaryOp, context, var_input.value(), in TF_BUILTIN()
818 Return(CallRuntime(Runtime::kBigIntBinaryOp, context, var_left.value(), in TF_BUILTIN()
[all …]
Dbuiltins-iterator-gen.cc41 Node* ret = CallRuntime(Runtime::kThrowTypeError, context, in GetIterator()
59 Node* ret = CallRuntime(Runtime::kThrowSymbolIteratorInvalid, context); in GetIterator()
117 CallRuntime(Runtime::kThrowIteratorResultNotAnObject, context, result); in IteratorStep()
194 CallRuntime(Runtime::kReThrow, context, exception->value()); in IteratorCloseOnException()
Dbuiltins-object-gen.cc237 Return(CallRuntime(Runtime::kObjectEntries, context, object)); in GetOwnValuesOrEntries()
240 Return(CallRuntime(Runtime::kObjectValues, context, object)); in GetOwnValuesOrEntries()
249 CallRuntime(Runtime::kObjectEntriesSkipFastPath, context, receiver)); in GetOwnValuesOrEntries()
253 CallRuntime(Runtime::kObjectValuesSkipFastPath, context, receiver)); in GetOwnValuesOrEntries()
483 Return(CallRuntime(Runtime::kObjectHasOwnProperty, context, object, key)); in TF_BUILTIN()
514 CallRuntime(Runtime::kSetDataProperties, context, to, next_source); in TF_BUILTIN()
668 CallRuntime(Runtime::kGetProperty, context, from, next_key); in ObjectAssignFast()
764 Node* elements = CallRuntime(Runtime::kObjectKeys, context, object); in TF_BUILTIN()
847 Node* elements = CallRuntime(Runtime::kObjectGetOwnPropertyNamesTryFast, in TF_BUILTIN()
866 CallRuntime(Runtime::kObjectGetOwnPropertyNames, context, object); in TF_BUILTIN()
[all …]
Dbuiltins-call-gen.cc81 CallRuntime(Runtime::kThrowApplyNonFunction, context, target); in CallOrConstructWithArrayLike()
94 CallRuntime(Runtime::kThrowNotConstructor, context, target); in CallOrConstructWithArrayLike()
107 CallRuntime(Runtime::kThrowNotConstructor, context, new_target); in CallOrConstructWithArrayLike()
180 var_elements = CAST(CallRuntime(Runtime::kCreateListFromArrayLike, context, in CallOrConstructWithArrayLike()
Dbuiltins-generator-gen.cc96 result = CallRuntime(Runtime::kThrow, context, value); in GeneratorPrototypeResume()
109 CallRuntime(Runtime::kReThrow, context, var_exception.value()); in GeneratorPrototypeResume()
Dbuiltins-intl-gen.cc130 Node* const result = CallRuntime(Runtime::kStringToLowerCaseIntl, in TF_BUILTIN()
186 args.PopAndReturn(CallRuntime(format_func_id, context, list_format, x)); in ListFormatCommon()
Dbuiltins-promise-gen.cc60 CallRuntime(Runtime::kPromiseHookInit, context, instance, parent); in AllocateAndInitJSPromise()
84 CallRuntime(Runtime::kPromiseHookInit, context, instance, in AllocateAndSetJSPromise()
366 CallRuntime(Runtime::kPromiseRevokeReject, context, promise); in PerformPromiseThen()
699 Branch(WordEqual(CallRuntime(Runtime::kAllowDynamicFunction, context, in BranchIfAccessCheckFailed()
761 Return(CallRuntime(Runtime::kPromiseRejectAfterResolved, context, promise, in TF_BUILTIN()
792 Return(CallRuntime(Runtime::kPromiseResolveAfterResolved, context, promise, in TF_BUILTIN()
866 CallRuntime(Runtime::kPromiseHookInit, context, instance, in TF_BUILTIN()
874 CallRuntime(Runtime::kDebugPushPromise, context, var_result.value()); in TF_BUILTIN()
902 CallRuntime(Runtime::kDebugPopPromise, context); in TF_BUILTIN()
922 CallRuntime(Runtime::kIncrementUseCounter, context, counter_id); in TF_BUILTIN()
[all …]
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc77 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local
322 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local
472 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local
482 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local
491 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local
499 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local
518 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_CheckStackOverflow() local
893 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterEntryTrampoline() local
1240 __ CallRuntime(Runtime::kInstantiateAsmJs, 4); in Generate_InstantiateAsmJs() local
1321 __ CallRuntime(Runtime::kNotifyDeoptimized); in Generate_NotifyDeoptimized() local
[all …]
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc56 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local
289 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local
317 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local
442 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSEntryTrampolineHelper() local
606 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local
616 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local
625 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local
910 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterEntryTrampoline() local
1264 __ CallRuntime(Runtime::kInstantiateAsmJs, 4); in Generate_InstantiateAsmJs() local
1348 __ CallRuntime(Runtime::kNotifyDeoptimized); in Generate_NotifyDeoptimized() local
[all …]
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc87 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local
322 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local
470 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local
480 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local
489 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local
497 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local
545 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSEntryTrampolineHelper() local
884 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterEntryTrampoline() local
1214 __ CallRuntime(Runtime::kInstantiateAsmJs, 4); in Generate_InstantiateAsmJs() local
1297 __ CallRuntime(Runtime::kNotifyDeoptimized); in Generate_NotifyDeoptimized() local
[all …]
/external/v8/src/debug/ia32/
Ddebug-ia32.cc21 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc78 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local
310 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local
336 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local
355 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_CheckStackOverflow() local
562 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local
572 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local
581 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local
859 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterEntryTrampoline() local
1204 __ CallRuntime(Runtime::kInstantiateAsmJs, 4); in Generate_InstantiateAsmJs() local
1283 __ CallRuntime(Runtime::kNotifyDeoptimized); in Generate_NotifyDeoptimized() local
[all …]
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc78 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local
310 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local
455 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local
465 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local
474 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local
482 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local
500 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_CheckStackOverflow() local
858 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterEntryTrampoline() local
1201 __ CallRuntime(Runtime::kInstantiateAsmJs, 4); in Generate_InstantiateAsmJs() local
1280 __ CallRuntime(Runtime::kNotifyDeoptimized); in Generate_NotifyDeoptimized() local
[all …]
/external/v8/src/debug/x64/
Ddebug-x64.cc23 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
/external/v8/src/debug/mips/
Ddebug-mips.cc21 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
/external/v8/src/debug/mips64/
Ddebug-mips64.cc21 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
/external/v8/src/debug/ppc/
Ddebug-ppc.cc21 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
/external/v8/src/debug/s390/
Ddebug-s390.cc23 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
/external/v8/src/debug/arm/
Ddebug-arm.cc24 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
/external/v8/src/debug/arm64/
Ddebug-arm64.cc23 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc55 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local
292 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local
320 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local
379 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSEntryTrampolineHelper() local
546 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local
556 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local
565 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local
850 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_InterpreterEntryTrampoline() local
1285 __ CallRuntime(Runtime::kInstantiateAsmJs, 4); in Generate_InstantiateAsmJs() local
1369 __ CallRuntime(Runtime::kNotifyDeoptimized); in Generate_NotifyDeoptimized() local
[all …]

1234