/third_party/vixl/examples/aarch64/ |
D | simulated-runtime-calls.cc | 68 __ CallRuntime(add_int32s); in GenerateRuntimeCallExamples() local 72 __ CallRuntime(int32_to_float); in GenerateRuntimeCallExamples() local 77 __ CallRuntime<void, float>(overload_function); in GenerateRuntimeCallExamples() 78 __ CallRuntime(float_to_int32); in GenerateRuntimeCallExamples() local 79 __ CallRuntime<void, int32_t>(overload_function); in GenerateRuntimeCallExamples()
|
/third_party/node/deps/v8/src/builtins/ |
D | constructor.tq | 39 constexpr AllocationSiteMode): HeapObject labels CallRuntime; 43 FeedbackVector, TaggedIndex): HeapObject labels CallRuntime; 78 otherwise CallRuntime; 81 otherwise CallRuntime; 82 } label CallRuntime deferred { 98 otherwise CallRuntime; 100 otherwise CallRuntime; 101 } label CallRuntime deferred {
|
D | builtins-iterator-gen.cc | 39 CallRuntime(Runtime::kThrowIteratorError, context, object); in GetIterator() 51 CallRuntime(Runtime::kThrowSymbolIteratorInvalid, context); in GetIterator() 103 CallRuntime(Runtime::kThrowIteratorResultNotAnObject, context, result); in IteratorStep() 212 Return(CallRuntime( in TF_BUILTIN() 263 CallRuntime(Runtime::kThrowTypeError, context, in StringListFromIterable() 274 CallRuntime(Runtime::kReThrowWithMessage, context, var_exception.value(), in StringListFromIterable()
|
D | builtins-async-function-gen.cc | 49 CallRuntime(Runtime::kDebugPushPromise, context, promise); in AsyncFunctionAwaitResumeClosure() 152 CallRuntime(Runtime::kDebugPushPromise, context, promise); in TF_BUILTIN() 175 CallRuntime(Runtime::kDebugPopPromise, context); in TF_BUILTIN() 194 CallRuntime(Runtime::kDebugPopPromise, context); in TF_BUILTIN()
|
D | internal.tq | 28 Cast<FeedbackVector>(maybeFeedbackVector) otherwise CallRuntime; 30 otherwise CallRuntime; 31 } label CallRuntime deferred {
|
D | builtins-temporal-gen.cc | 72 CallRuntime(Runtime::kThrowTypeError, context, in TemporalInstantFixedArrayFromIterable() 81 CallRuntime(Runtime::kReThrow, context, var_exception.value()); in TemporalInstantFixedArrayFromIterable()
|
D | builtins-sharedarraybuffer-gen.cc | 242 Return(CallRuntime(Runtime::kAtomicsLoad64, context, array, index_number)); in TF_BUILTIN() 266 Return(CallRuntime(Runtime::kAtomicsLoadSharedStructField, context, in TF_BUILTIN() 347 Return(CallRuntime(Runtime::kAtomicsStore64, context, array, index_number, in TF_BUILTIN() 380 Return(CallRuntime(Runtime::kAtomicsStoreSharedStructField, context, in TF_BUILTIN() 416 Return(CallRuntime(Runtime::kAtomicsExchange, context, array, index_number, in TF_BUILTIN() 525 Return(CallRuntime(Runtime::kAtomicsExchangeSharedStructField, context, in TF_BUILTIN() 555 Return(CallRuntime(Runtime::kAtomicsCompareExchange, context, array, in TF_BUILTIN() 730 Return(CallRuntime(runtime_function, context, array, index_number, value)); in AtomicBinopBuiltinCommon()
|
D | builtins-wasm-gen.cc | 75 CAST(CallRuntime(Runtime::kWasmI32AtomicWait, context, instance, in TF_BUILTIN() 104 CAST(CallRuntime(Runtime::kWasmI64AtomicWait, context, instance, in TF_BUILTIN()
|
D | builtins-object-gen.cc | 203 Return(CallRuntime(Runtime::kObjectEntries, context, object)); in GetOwnValuesOrEntries() 206 Return(CallRuntime(Runtime::kObjectValues, context, object)); in GetOwnValuesOrEntries() 215 CallRuntime(Runtime::kObjectEntriesSkipFastPath, context, receiver)); in GetOwnValuesOrEntries() 219 CallRuntime(Runtime::kObjectValuesSkipFastPath, context, receiver)); in GetOwnValuesOrEntries() 425 Return(CallRuntime(Runtime::kObjectHasOwnProperty, context, object, key)); in TF_BUILTIN() 533 CAST(CallRuntime(Runtime::kObjectKeys, context, object)); in TF_BUILTIN() 654 TNode<FixedArray> elements = CAST(CallRuntime( in TF_BUILTIN() 673 CAST(CallRuntime(Runtime::kObjectGetOwnPropertyNames, context, object)); in TF_BUILTIN() 889 CallRuntime(Runtime::kArrayIsArray, context, receiver); in TF_BUILTIN() 1147 TNode<Object> result = CallRuntime(Runtime::kObjectCreate, native_context, in TF_BUILTIN() [all …]
|
D | builtins-lazy-gen.cc | 28 TNode<CodeT> code = CAST(CallRuntime(function_id, context, function)); in GenerateTailCallToReturnedCode() 166 return CAST(CallRuntime(Runtime::kInstallBaselineCode, in CompileLazy()
|
D | builtins-intl-gen.cc | 132 const TNode<Object> result = CallRuntime(Runtime::kStringToLowerCaseIntl, in TF_BUILTIN() 172 CallRuntime(format_func_id, context, list_format, string_list)); in ListFormatCommon()
|
D | builtins-call-gen.cc | 165 CallRuntime(Runtime::kThrowApplyNonFunction, context, target); in CallOrConstructWithArrayLike() 178 CallRuntime(Runtime::kThrowNotConstructor, context, target); in CallOrConstructWithArrayLike() 191 CallRuntime(Runtime::kThrowNotConstructor, context, *new_target); in CallOrConstructWithArrayLike() 265 var_elements = CAST(CallRuntime(Runtime::kCreateListFromArrayLike, context, in CallOrConstructWithArrayLike() 432 CallRuntime(Runtime::kThrowSpreadArgError, context, message_id.value(), in CallOrConstructWithSpread() 704 CallRuntime(Runtime::kAccessCheck, context, receiver); in CallFunctionTemplate()
|
D | wasm.tq | 187 if (IsTuple2Map(entryObject.map)) goto CallRuntime; 192 } label CallRuntime deferred { 218 goto CallRuntime; 227 } label CallRuntime deferred { 240 if (table == Undefined) goto CallRuntime; 243 if (result == Undefined) goto CallRuntime; 245 } label CallRuntime deferred {
|
/third_party/node/deps/v8/src/baseline/ |
D | baseline-compiler.cc | 565 CallRuntime(function_id, bytecode_, in TraceBytecode() 589 CallRuntime(Runtime::kBytecodeBudgetInterruptWithStackCheck, in INTRINSICS_LIST() 641 void BaselineCompiler::CallRuntime(Runtime::FunctionId function, Args... args) { in CallRuntime() function in v8::internal::baseline::BaselineCompiler 644 __ CallRuntime(function, nargs); in CallRuntime() local 778 CallRuntime(Runtime::kLoadLookupSlot, Constant<Name>(0)); in VisitLdaLookupSlot() 792 CallRuntime(Runtime::kLoadLookupSlotInsideTypeof, Constant<Name>(0)); in VisitLdaLookupSlotInsideTypeof() 816 CallRuntime(function_id, Constant<Name>(0), // name in VisitStaLookupSlot() 900 CallRuntime(Runtime::kAbort, in VisitStaModuleVariable() 979 CallRuntime(Runtime::kDefineKeyedOwnPropertyInLiteral, in VisitDefineKeyedOwnPropertyInLiteral() 990 CallRuntime(Runtime::kCollectTypeProfile, in VisitCollectTypeProfile() [all …]
|
D | baseline-assembler-inl.h | 65 void BaselineAssembler::CallRuntime(Runtime::FunctionId function, int nargs) { in CallRuntime() function 66 __ CallRuntime(function, nargs); in CallRuntime()
|
/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-generator.cc | 1425 if (FLAG_trace) builder()->CallRuntime(Runtime::kTraceEnter); in GenerateBytecodeBody() 1578 .CallRuntime(Runtime::kDeclareEvalVar, name); in VisitVariableDeclaration() 1616 builder()->StoreAccumulatorInRegister(args[1]).CallRuntime( in VisitFunctionDeclaration() 1638 .CallRuntime(Runtime::kGetModuleNamespace, module_request); in VisitModuleNamespaceImports() 1657 .CallRuntime(id, args); in BuildDeclareCall() 2580 .CallRuntime(Runtime::kCreatePrivateBrandSymbol, brand); in BuildClassLiteral() 2601 .CallRuntime(Runtime::kCreatePrivateNameSymbol, private_name); in BuildClassLiteral() 2675 .CallRuntime(Runtime::kThrowStaticPrototypeError) in BuildClassLiteral() 2701 builder()->CallRuntime(Runtime::kDefineClass, args); in BuildClassLiteral() 2743 builder()->CallRuntime(Runtime::kCreatePrivateAccessors, accessors_reg); in BuildClassLiteral() [all …]
|
D | interpreter-generator.cc | 334 TNode<Object> result = CallRuntime(Runtime::kLoadLookupSlot, context, name); in IGNITION_HANDLER() 347 CallRuntime(Runtime::kLoadLookupSlotInsideTypeof, context, name); in IGNITION_HANDLER() 381 TNode<Object> result = CallRuntime(function_id, context, name); in LookupContextSlot() 437 TNode<Object> result = CallRuntime(function_id, context, name); in LookupGlobalSlot() 485 CallRuntime(Runtime::kStoreLookupSlot_Strict, context, name, value); in IGNITION_HANDLER() 498 var_result = CallRuntime(Runtime::kStoreLookupSlot_SloppyHoisting, in IGNITION_HANDLER() 506 CallRuntime(Runtime::kStoreLookupSlot_Sloppy, context, name, value); in IGNITION_HANDLER() 744 CallRuntime(Runtime::kDefineKeyedOwnPropertyInLiteral, context, object, name, in IGNITION_HANDLER() 756 CallRuntime(Runtime::kCollectTypeProfile, context, position, value, in IGNITION_HANDLER() 1483 IGNITION_HANDLER(CallRuntime, InterpreterAssembler) { in IGNITION_HANDLER() argument [all …]
|
/third_party/node/deps/v8/src/codegen/ia32/ |
D | macro-assembler-ia32.h | 601 void CallRuntime(const Runtime::Function* f, int num_arguments, 605 void CallRuntime(Runtime::FunctionId fid, 608 CallRuntime(function, function->nargs, save_doubles); 612 void CallRuntime(Runtime::FunctionId fid, int num_arguments, 614 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles);
|
/third_party/node/deps/v8/src/ic/ |
D | unary-op-assembler.cc | 50 CallRuntime(Runtime::kBigIntUnaryOp, context, var_bigint.value(), in BitwiseNot() 111 return CAST(CallRuntime(Runtime::kBigIntUnaryOp, context, bigint_value, in Negate() 252 return CAST(CallRuntime(Runtime::kBigIntUnaryOp, context, bigint_value, in IncrementOrDecrement()
|
/third_party/node/deps/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 245 __ CallRuntime(Runtime::kInstallBaselineCode, 1); in Generate_BaselineOrInterpreterEntry() local 276 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local 383 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSBuiltinsConstructStubHelper() local 392 __ CallRuntime(Runtime::kCompileOptimizedOSR); in OnStackReplacement() local 607 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local 613 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSConstructStubGeneric() local 756 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local 767 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local 777 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local 785 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local [all …]
|
/third_party/node/deps/v8/src/builtins/s390/ |
D | builtins-s390.cc | 246 __ CallRuntime(Runtime::kInstallBaselineCode, 1); in Generate_BaselineOrInterpreterEntry() local 262 __ CallRuntime(Runtime::kCompileOptimizedOSR); in OnStackReplacement() local 321 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local 423 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSBuiltinsConstructStubHelper() local 592 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local 598 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSConstructStubGeneric() local 730 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local 741 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local 751 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local 759 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local [all …]
|
/third_party/node/deps/v8/src/builtins/loong64/ |
D | builtins-loong64.cc | 60 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local 317 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local 323 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSConstructStubGeneric() local 474 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local 484 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local 493 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local 501 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local 520 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_CheckStackOverflow() local 1194 __ CallRuntime(Runtime::kStackGuardWithGap); in Generate_BaselineOutOfLinePrologue() local 1385 __ CallRuntime(Runtime::kStackGuard); in Generate_InterpreterEntryTrampoline() local [all …]
|
/third_party/node/deps/v8/src/builtins/arm/ |
D | builtins-arm.cc | 65 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local 167 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSBuiltinsConstructStubHelper() local 328 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local 334 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSConstructStubGeneric() local 487 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local 497 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local 506 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local 514 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local 764 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSEntryTrampolineHelper() local 1217 __ CallRuntime(Runtime::kStackGuardWithGap); in Generate_BaselineOutOfLinePrologue() local [all …]
|
/third_party/node/deps/v8/src/builtins/x64/ |
D | builtins-x64.cc | 71 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local 167 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSBuiltinsConstructStubHelper() local 331 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local 338 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSConstructStubGeneric() local 350 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local 635 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSEntryTrampolineHelper() local 850 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local 861 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local 871 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local 1340 __ CallRuntime(Runtime::kStackGuard); in Generate_InterpreterEntryTrampoline() local [all …]
|
/third_party/node/deps/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 60 __ CallRuntime(function_id, 1); in GenerateTailCallToReturnedCode() local 317 __ CallRuntime(Runtime::kThrowConstructorReturnedNonObject); in Generate_JSConstructStubGeneric() local 323 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_JSConstructStubGeneric() local 473 __ CallRuntime(Runtime::kDebugOnFunctionCall); in Generate_ResumeGeneratorTrampoline() local 483 __ CallRuntime(Runtime::kDebugPrepareStepInSuspendedGenerator); in Generate_ResumeGeneratorTrampoline() local 492 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_ResumeGeneratorTrampoline() local 500 __ CallRuntime(Runtime::kThrowConstructedNonConstructable); in Generate_ConstructedNonConstructable() local 519 __ CallRuntime(Runtime::kThrowStackOverflow); in Generate_CheckStackOverflow() local 1198 __ CallRuntime(Runtime::kStackGuardWithGap); in Generate_BaselineOutOfLinePrologue() local 1386 __ CallRuntime(Runtime::kStackGuard); in Generate_InterpreterEntryTrampoline() local [all …]
|