/external/vixl/examples/aarch64/ |
D | simulated-runtime-calls.cc | 65 __ 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/ |
D | bytecode-generator.cc | 1084 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 …]
|
D | interpreter-generator.cc | 303 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/ |
D | builtins-async-function-gen.cc | 143 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()
|
D | builtins-number-gen.cc | 49 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 …]
|
D | builtins-iterator-gen.cc | 41 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()
|
D | builtins-object-gen.cc | 237 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 …]
|
D | builtins-call-gen.cc | 81 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()
|
D | builtins-generator-gen.cc | 96 result = CallRuntime(Runtime::kThrow, context, value); in GeneratorPrototypeResume() 109 CallRuntime(Runtime::kReThrow, context, var_exception.value()); in GeneratorPrototypeResume()
|
D | builtins-intl-gen.cc | 130 Node* const result = CallRuntime(Runtime::kStringToLowerCaseIntl, in TF_BUILTIN() 186 args.PopAndReturn(CallRuntime(format_func_id, context, list_format, x)); in ListFormatCommon()
|
D | builtins-promise-gen.cc | 60 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/ |
D | builtins-ppc.cc | 77 __ 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/ |
D | builtins-x64.cc | 56 __ 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/ |
D | builtins-arm.cc | 87 __ 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/ |
D | debug-ia32.cc | 21 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 78 __ 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/ |
D | builtins-mips64.cc | 78 __ 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/ |
D | debug-x64.cc | 23 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
|
/external/v8/src/debug/mips/ |
D | debug-mips.cc | 21 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
|
/external/v8/src/debug/mips64/ |
D | debug-mips64.cc | 21 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
|
/external/v8/src/debug/ppc/ |
D | debug-ppc.cc | 21 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
|
/external/v8/src/debug/s390/ |
D | debug-s390.cc | 23 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
|
/external/v8/src/debug/arm/ |
D | debug-arm.cc | 24 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
|
/external/v8/src/debug/arm64/ |
D | debug-arm64.cc | 23 __ CallRuntime(Runtime::kHandleDebuggerStatement, 0); in GenerateHandleDebuggerStatement() local
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 55 __ 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 …]
|