Home
last modified time | relevance | path

Searched refs:GetStubCallDescriptor (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Djs-generic-lowering.cc99 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReplaceWithBuiltinCall()
134 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReplaceUnaryOpWithBuiltinCall()
605 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCreateArray()
844 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructForwardVarargs()
867 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstruct()
899 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructWithArrayLike()
928 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructWithSpread()
955 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCallForwardVarargs()
976 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCall()
997 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCallWithArrayLike()
[all …]
Djs-intrinsic-lowering.cc102 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceCopyDataPropertiesWithExcludedPropertiesOnStack()
400 auto call_descriptor = Linkage::GetStubCallDescriptor( in Change()
Deffect-control-linearizer.cc2080 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerStringConcat()
3036 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerNumberToString()
3532 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerTypeOf()
3545 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerToBoolean()
3696 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerNewArgumentsElements()
3758 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerSameValue()
3773 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerSameValueNumbersOnly()
3825 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerStringToNumber()
4122 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerStringToLowerCaseIntl()
4285 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerStringIndexOf()
[all …]
Djs-typed-lowering.cc681 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceJSAdd()
1136 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceJSToObject()
1603 node, common()->Call(Linkage::GetStubCallDescriptor( in ReduceJSConstructForwardVarargs()
1642 node, common()->Call(Linkage::GetStubCallDescriptor( in ReduceJSConstruct()
1672 node, common()->Call(Linkage::GetStubCallDescriptor( in ReduceJSCallForwardVarargs()
1788 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceJSCall()
1824 node, common()->Call(Linkage::GetStubCallDescriptor( in ReduceJSCall()
1913 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceJSForInNext()
Dcode-assembler.cc56 Linkage::GetStubCallDescriptor( in CodeAssemblerState()
1094 auto call_descriptor = Linkage::GetStubCallDescriptor( in CallStubN()
1112 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallStubImpl()
1180 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallStubThenBytecodeDispatchImpl()
1217 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallJSCode()
Dlinkage.h528 static CallDescriptor* GetStubCallDescriptor( in NON_EXPORTED_BASE()
Dlinkage.cc440 CallDescriptor* Linkage::GetStubCallDescriptor( in GetStubCallDescriptor() function in v8::internal::compiler::Linkage
Dmemory-lowering.cc113 auto call_descriptor = Linkage::GetStubCallDescriptor( in EnsureAllocateOperator()
Dgraph-assembler.cc630 auto call_descriptor = Linkage::GetStubCallDescriptor( in PlainPrimitiveToNumberOperator()
Dwasm-compiler.cc146 return Linkage::GetStubCallDescriptor( in GetBuiltinCallDescriptor()
763 auto call_descriptor = Linkage::GetStubCallDescriptor( in StackCheck()
6277 auto call_descriptor = Linkage::GetStubCallDescriptor( in BuildChangeInt32ToNumber()
6309 auto call_descriptor = Linkage::GetStubCallDescriptor( in BuildChangeTaggedToInt32()
6332 auto call_descriptor = Linkage::GetStubCallDescriptor( in BuildChangeFloat32ToNumber()
6345 auto call_descriptor = Linkage::GetStubCallDescriptor( in BuildChangeFloat64ToNumber()
6360 auto call_descriptor = Linkage::GetStubCallDescriptor( in BuildChangeTaggedToFloat64()
7202 auto call_descriptor = Linkage::GetStubCallDescriptor( in BuildWasmToJSWrapper()
7324 auto call_descriptor = Linkage::GetStubCallDescriptor( in BuildCapiCallWrapper()
7502 auto call_descriptor = Linkage::GetStubCallDescriptor( in BuildJSToJSWrapper()
Djs-call-reducer.cc965 Linkage::GetStubCallDescriptor(graph()->zone(), cid, arity_ + kReceiver, in ReduceFastApiCall()
1071 CallDescriptor* desc = Linkage::GetStubCallDescriptor( in Call4()
3175 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceReflectGet()
3810 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceCallApiFunction()
3857 Linkage::GetStubCallDescriptor(graph()->zone(), cid, argc + 1 /* in ReduceCallApiFunction()
6128 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceArrayPrototypeSlice()
6743 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceStringPrototypeLocaleCompare()
7551 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceCollectionIteratorPrototypeNext()
Dsimplified-lowering.cc5036 auto call_descriptor = Linkage::GetStubCallDescriptor( in ToNumberOperator()
5050 auto call_descriptor = Linkage::GetStubCallDescriptor( in ToNumberConvertBigIntOperator()
5063 auto call_descriptor = Linkage::GetStubCallDescriptor( in ToNumericOperator()
Djs-native-context-specialization.cc2242 auto call_descriptor = Linkage::GetStubCallDescriptor( in InlineApiCall()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc4614 auto* call_descriptor = compiler::Linkage::GetStubCallDescriptor( in CallRuntimeStub()