Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-generic-lowering.cc107 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReplaceWithStubCall()
362 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCreateArray()
585 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructForwardVarargs()
606 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstruct()
625 Linkage::GetStubCallDescriptor(zone(), callable.descriptor(), 1, flags); in LowerJSConstructWithArrayLike()
644 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructWithSpread()
668 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCallForwardVarargs()
685 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCall()
698 Linkage::GetStubCallDescriptor(zone(), callable.descriptor(), 1, flags); in LowerJSCallWithArrayLike()
714 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCallWithSpread()
Djs-typed-lowering.cc599 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceJSAdd()
1128 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceJSToObject()
1569 node, common()->Call(Linkage::GetStubCallDescriptor( in ReduceJSConstructForwardVarargs()
1614 common()->Call(Linkage::GetStubCallDescriptor( in ReduceJSConstruct()
1643 node, common()->Call(Linkage::GetStubCallDescriptor( in ReduceJSCallForwardVarargs()
1720 node, common()->Call(Linkage::GetStubCallDescriptor( in ReduceJSCall()
1734 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceJSCall()
1762 node, common()->Call(Linkage::GetStubCallDescriptor( in ReduceJSCall()
1851 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceJSForInNext()
Deffect-control-linearizer.cc2067 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerNumberToString()
2523 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerTypeOf()
2535 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerToBoolean()
2723 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerNewArgumentsElements()
2796 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerSameValue()
2818 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerStringToNumber()
2976 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerStringCodePointAt()
3085 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerStringToLowerCaseIntl()
3254 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerStringIndexOf()
3273 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerStringComparison()
[all …]
Dmemory-optimizer.cc241 auto call_descriptor = Linkage::GetStubCallDescriptor( in VisitAllocateRaw()
297 auto call_descriptor = Linkage::GetStubCallDescriptor( in VisitAllocateRaw()
Dcode-assembler.cc52 Linkage::GetStubCallDescriptor( in CodeAssemblerState()
1165 auto call_descriptor = Linkage::GetStubCallDescriptor( in CallStubN()
1182 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallStubImpl()
1224 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallStubThenBytecodeDispatchImpl()
1261 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallJSCode()
Dlinkage.h390 static CallDescriptor* GetStubCallDescriptor( in NON_EXPORTED_BASE()
Dgraph-assembler.cc273 Linkage::GetStubCallDescriptor(graph()->zone(), callable.descriptor(), in ToNumberOperator()
Djs-intrinsic-lowering.cc346 auto call_descriptor = Linkage::GetStubCallDescriptor( in Change()
Dlinkage.cc342 CallDescriptor* Linkage::GetStubCallDescriptor( in GetStubCallDescriptor() function in v8::internal::compiler::Linkage
Djs-create-lowering.cc655 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceNewArrayToStubCall()
667 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceNewArrayToStubCall()
678 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceNewArrayToStubCall()
Dwasm-compiler.cc273 auto call_descriptor = Linkage::GetStubCallDescriptor( in StackCheck()
2007 auto call_descriptor = Linkage::GetStubCallDescriptor( in GrowMemory()
4039 auto call_descriptor = Linkage::GetStubCallDescriptor( in BuildAllocateHeapNumberWithValue()
4207 auto call_descriptor = Linkage::GetStubCallDescriptor( in BuildJavaScriptToNumber()
4557 call_descriptor = Linkage::GetStubCallDescriptor( in BuildWasmToJSWrapper()
4582 call_descriptor = Linkage::GetStubCallDescriptor( in BuildWasmToJSWrapper()
Djs-call-reducer.cc867 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceReflectGet()
2587 CallDescriptor const* const desc = Linkage::GetStubCallDescriptor( in ReduceArrayIndexOfIncludes()
2949 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceCallApiFunction()
4837 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceArrayPrototypeSlice()
5473 Linkage::GetStubCallDescriptor(graph()->zone(), callable.descriptor(), 0, in ReduceStringPrototypeConcat()
6499 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceCollectionIteratorPrototypeNext()
Dsimplified-lowering.cc3963 Linkage::GetStubCallDescriptor(graph()->zone(), callable.descriptor(), in ToNumberOperator()
3976 Linkage::GetStubCallDescriptor(graph()->zone(), callable.descriptor(), in ToNumberConvertBigIntOperator()
3988 Linkage::GetStubCallDescriptor(graph()->zone(), callable.descriptor(), in ToNumericOperator()
Djs-native-context-specialization.cc1777 auto call_descriptor = Linkage::GetStubCallDescriptor( in InlineApiCall()