Home
last modified time | relevance | path

Searched defs:call_descriptor (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/lang/v8/v8-9.6.180.12/test/cctest/compiler/
H A Dtest-linkage.cc54 auto call_descriptor = Linkage::ComputeIncoming(info.zone(), &info); in TEST() local
72 auto call_descriptor = Linkage::ComputeIncoming(info.zone(), &info); in TEST() local
91 auto call_descriptor = Linkage::GetJSCallDescriptor( in TEST() local
114 auto call_descriptor = Linkage::GetStubCallDescriptor( in TEST() local
136 auto call_descriptor = Linkage::GetStubCallDescriptor( in TEST() local
H A Dtest-run-tail-calls.cc25 Handle<Code> BuildCallee(Isolate* isolate, CallDescriptor* call_descriptor) { in BuildCallee()
41 Handle<Code> BuildCaller(Isolate* isolate, CallDescriptor* call_descriptor, in BuildCaller()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Draw-machine-assembler.cc251 auto call_descriptor = in CallCFunction0() local
264 auto call_descriptor = in CallCFunction1() local
276 auto call_descriptor = in CallCFunction1WithCallerSavedRegisters() local
293 auto call_descriptor = in CallCFunction2() local
309 auto call_descriptor = in CallCFunction3() local
324 auto call_descriptor = in CallCFunction3WithCallerSavedRegisters() local
343 auto call_descriptor = in CallCFunction4() local
362 auto call_descriptor = in CallCFunction5() local
382 auto call_descriptor = in CallCFunction6() local
406 auto call_descriptor = in CallCFunction8() local
[all …]
H A Djs-generic-lowering.cc107 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReplaceWithStubCall() local
123 auto call_descriptor = in ReplaceWithRuntimeCall() local
364 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCreateArray() local
568 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructForwardVarargs() local
589 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstruct() local
607 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructWithArrayLike() local
627 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructWithSpread() local
651 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCallForwardVarargs() local
668 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCall() local
680 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCallWithArrayLike() local
[all …]
H A Dmachine-graph-verifier.cc33 CallDescriptor* call_descriptor() const { in call_descriptor() function in v8::internal::compiler::__anoncf894e2a0111::MachineRepresentationInferrer
65 auto call_descriptor = CallDescriptorOf(input->op()); in GetProjectionType() local
137 auto call_descriptor = CallDescriptorOf(node->op()); in Run() local
759 auto call_descriptor = CallDescriptorOf(node->op()); in CheckCallInputs() local
H A Dint64-lowering.cc80 int GetReturnIndexAfterLowering(CallDescriptor* call_descriptor, in GetReturnIndexAfterLowering()
92 int GetReturnCountAfterLowering(CallDescriptor* call_descriptor) { in GetReturnCountAfterLowering()
313 auto call_descriptor = in LowerNode() local
327 auto call_descriptor = in LowerNode() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Djs-generic-lowering.cc99 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReplaceWithBuiltinCall() local
114 auto call_descriptor = in ReplaceWithRuntimeCall() local
134 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReplaceUnaryOpWithBuiltinCall() local
551 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCreateArray() local
810 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructForwardVarargs() local
843 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstruct() local
867 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstruct() local
905 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructWithArrayLike() local
932 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructWithArrayLike() local
968 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructWithSpread() local
[all …]
H A Dmachine-graph-verifier.cc33 CallDescriptor* call_descriptor() const { in call_descriptor() function in v8::internal::compiler::__anonfa2af9d40111::MachineRepresentationInferrer
64 auto call_descriptor = CallDescriptorOf(input->op()); in GetProjectionType() local
144 auto call_descriptor = CallDescriptorOf(node->op()); in Run() local
943 auto call_descriptor = CallDescriptorOf(node->op()); in CheckCallInputs() local
H A Dint64-lowering.cc83 int GetReturnIndexAfterLowering(const CallDescriptor* call_descriptor, in GetReturnIndexAfterLowering()
95 int GetReturnCountAfterLowering(const CallDescriptor* call_descriptor) { in GetReturnCountAfterLowering()
334 auto call_descriptor = in LowerNode() local
348 auto call_descriptor = CallDescriptorOf(node->op()); in LowerNode() local
1042 const CallDescriptor* call_descriptor) { in LowerCallDescriptor()
H A Dcode-assembler.cc72 CallDescriptor* call_descriptor, in CodeAssemblerState()
387 auto call_descriptor = raw_assembler()->call_descriptor(); in IsJSFunctionCall() local
392 auto call_descriptor = raw_assembler()->call_descriptor(); in GetJSContextParameter() local
905 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in CallRuntimeImpl() local
938 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in TailCallRuntimeImpl() local
976 auto call_descriptor = Linkage::GetStubCallDescriptor( in CallStubN() local
994 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallStubImpl() local
1062 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallStubThenBytecodeDispatchImpl() local
1079 auto call_descriptor = Linkage::GetBytecodeDispatchCallDescriptor( in TailCallBytecodeDispatch() local
1099 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallJSCode() local
[all …]
H A Draw-machine-assembler.cc19 Isolate* isolate, Graph* graph, CallDescriptor* call_descriptor, in RawMachineAssembler()
702 Node* RawMachineAssembler::CallN(CallDescriptor* call_descriptor, in CallN()
710 Node* RawMachineAssembler::CallNWithFrameState(CallDescriptor* call_descriptor, in CallNWithFrameState()
719 void RawMachineAssembler::TailCallN(CallDescriptor* call_descriptor, in TailCallN()
749 auto call_descriptor = in CallCFunctionImpl() local
H A Dwasm-compiler.cc357 auto call_descriptor = Linkage::GetStubCallDescriptor( in StackCheck() local
2058 auto call_descriptor = Linkage::GetStubCallDescriptor( in MemoryGrow() local
2146 auto call_descriptor = Linkage::GetStubCallDescriptor( in Throw() local
2203 auto call_descriptor = Linkage::GetStubCallDescriptor( in Rethrow() local
2623 auto call_descriptor = in BuildCCall() local
2670 CallDescriptor* call_descriptor = in BuildWasmCall() local
2697 CallDescriptor* call_descriptor = in BuildWasmReturnCall() local
5278 auto* call_descriptor = in AtomicOp() local
7567 CallDescriptor* call_descriptor = in CompileWasmCapiCallWrapper() local
8105 Zone* zone, const CallDescriptor* call_descriptor) { in GetI32WasmCallDescriptor()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Djs-generic-lowering.cc99 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReplaceWithBuiltinCall() local
114 auto call_descriptor = in ReplaceWithRuntimeCall() local
134 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReplaceUnaryOpWithBuiltinCall() local
581 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCreateArray() local
820 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructForwardVarargs() local
843 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstruct() local
875 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructWithArrayLike() local
904 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructWithSpread() local
931 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCallForwardVarargs() local
952 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCall() local
[all …]
H A Dmachine-graph-verifier.cc33 CallDescriptor* call_descriptor() const { in call_descriptor() function in v8::internal::compiler::__anonc3aedf090111::MachineRepresentationInferrer
64 auto call_descriptor = CallDescriptorOf(input->op()); in GetProjectionType() local
149 auto call_descriptor = CallDescriptorOf(node->op()); in Run() local
953 auto call_descriptor = CallDescriptorOf(node->op()); in CheckCallInputs() local
H A Dint64-lowering.cc83 int GetReturnIndexAfterLowering(const CallDescriptor* call_descriptor, in GetReturnIndexAfterLowering()
95 int GetReturnCountAfterLowering(const CallDescriptor* call_descriptor) { in GetReturnCountAfterLowering()
348 auto call_descriptor = in LowerNode() local
362 auto call_descriptor = CallDescriptorOf(node->op()); in LowerNode() local
1082 const CallDescriptor* call_descriptor) { in LowerCallDescriptor()
H A Draw-machine-assembler.cc19 Isolate* isolate, Graph* graph, CallDescriptor* call_descriptor, in RawMachineAssembler()
699 Node* RawMachineAssembler::CallN(CallDescriptor* call_descriptor, in CallN()
707 Node* RawMachineAssembler::CallNWithFrameState(CallDescriptor* call_descriptor, in CallNWithFrameState()
716 void RawMachineAssembler::TailCallN(CallDescriptor* call_descriptor, in TailCallN()
751 auto call_descriptor = in CallCFunctionImpl() local
H A Dcode-assembler.cc71 CallDescriptor* call_descriptor, in CodeAssemblerState()
413 auto call_descriptor = raw_assembler()->call_descriptor(); in IsJSFunctionCall() local
418 auto call_descriptor = raw_assembler()->call_descriptor(); in GetJSContextParameter() local
1014 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in CallRuntimeImpl() local
1047 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in TailCallRuntimeImpl() local
1085 auto call_descriptor = Linkage::GetStubCallDescriptor( in CallStubN() local
1103 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallStubImpl() local
1171 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallStubThenBytecodeDispatchImpl() local
1188 auto call_descriptor = Linkage::GetBytecodeDispatchCallDescriptor( in TailCallBytecodeDispatch() local
1208 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallJSCode() local
[all …]
H A Deffect-control-linearizer.cc2123 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerStringConcat() local
2756 auto call_descriptor = in LowerCheckedTaggedToArrayIndex() local
3087 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerNumberToString() local
3583 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerTypeOf() local
3629 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerTierUpCheck() local
3675 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerToBoolean() local
3830 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerNewArgumentsElements() local
3892 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerSameValue() local
3907 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerSameValueNumbersOnly() local
4633 auto call_descriptor = in LowerCheckEqualsInternalizedString() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Djs-generic-lowering.cc115 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReplaceWithStubCall() local
131 auto call_descriptor = in ReplaceWithRuntimeCall() local
430 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCreateArray() local
673 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructForwardVarargs() local
694 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstruct() local
712 auto call_descriptor = in LowerJSConstructWithArrayLike() local
732 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructWithSpread() local
756 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCallForwardVarargs() local
773 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCall() local
785 auto call_descriptor = in LowerJSCallWithArrayLike() local
[all …]
H A Dmachine-graph-verifier.cc33 CallDescriptor* call_descriptor() const { in call_descriptor() function in v8::internal::compiler::__anon7110520f0111::MachineRepresentationInferrer
64 auto call_descriptor = CallDescriptorOf(input->op()); in GetProjectionType() local
144 auto call_descriptor = CallDescriptorOf(node->op()); in Run() local
960 auto call_descriptor = CallDescriptorOf(node->op()); in CheckCallInputs() local
H A Dint64-lowering.cc83 int GetReturnIndexAfterLowering(const CallDescriptor* call_descriptor, in GetReturnIndexAfterLowering()
95 int GetReturnCountAfterLowering(const CallDescriptor* call_descriptor) { in GetReturnCountAfterLowering()
334 auto call_descriptor = in LowerNode() local
348 auto call_descriptor = CallDescriptorOf(node->op()); in LowerNode() local
1027 const CallDescriptor* call_descriptor) { in LowerCallDescriptor()
H A Dcode-assembler.cc75 CallDescriptor* call_descriptor, in CodeAssemblerState()
383 auto call_descriptor = raw_assembler()->call_descriptor(); in IsJSFunctionCall() local
388 auto call_descriptor = raw_assembler()->call_descriptor(); in GetJSContextParameter() local
870 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in CallRuntimeImpl() local
903 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in TailCallRuntimeImpl() local
943 auto call_descriptor = Linkage::GetStubCallDescriptor( in CallStubN() local
961 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallStubImpl() local
1035 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallStubThenBytecodeDispatchImpl() local
1052 auto call_descriptor = Linkage::GetBytecodeDispatchCallDescriptor( in TailCallBytecodeDispatch() local
1072 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallJSCode() local
[all …]
H A Draw-machine-assembler.cc19 Isolate* isolate, Graph* graph, CallDescriptor* call_descriptor, in RawMachineAssembler()
676 Node* RawMachineAssembler::CallN(CallDescriptor* call_descriptor, in CallN()
684 Node* RawMachineAssembler::CallNWithFrameState(CallDescriptor* call_descriptor, in CallNWithFrameState()
693 void RawMachineAssembler::TailCallN(CallDescriptor* call_descriptor, in TailCallN()
723 auto call_descriptor = in CallCFunctionImpl() local
H A Dwasm-compiler.cc324 auto call_descriptor = Linkage::GetStubCallDescriptor( in StackCheck() local
1991 auto call_descriptor = Linkage::GetStubCallDescriptor( in MemoryGrow() local
2074 auto call_descriptor = Linkage::GetStubCallDescriptor( in Throw() local
2131 auto call_descriptor = Linkage::GetStubCallDescriptor( in Rethrow() local
2536 auto call_descriptor = in BuildCCall() local
2583 auto call_descriptor = in BuildWasmCall() local
2610 auto call_descriptor = in BuildWasmReturnCall() local
3405 auto call_descriptor = Linkage::GetStubCallDescriptor( in TableGet() local
6612 CallDescriptor* call_descriptor = in CompileWasmCapiCallWrapper() local
7126 Zone* zone, const CallDescriptor* call_descriptor) { in GetI32WasmCallDescriptor()
[all …]
H A Deffect-control-linearizer.cc1984 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerStringConcat() local
2621 auto call_descriptor = in LowerCheckedTaggedToArrayIndex() local
2954 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerNumberToString() local
3450 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerTypeOf() local
3463 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerToBoolean() local
3647 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerNewArgumentsElements() local
3708 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerSameValue() local
3723 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerSameValueNumbersOnly() local
3771 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerStringToNumber() local
3935 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerStringCodePointAt() local
[all …]

123456789