Searched refs:GetStubCallDescriptor (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/compiler/ |
D | js-generic-lowering.cc | 107 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()
|
D | js-typed-lowering.cc | 599 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()
|
D | effect-control-linearizer.cc | 2067 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 …]
|
D | memory-optimizer.cc | 241 auto call_descriptor = Linkage::GetStubCallDescriptor( in VisitAllocateRaw() 297 auto call_descriptor = Linkage::GetStubCallDescriptor( in VisitAllocateRaw()
|
D | code-assembler.cc | 52 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()
|
D | linkage.h | 390 static CallDescriptor* GetStubCallDescriptor( in NON_EXPORTED_BASE()
|
D | graph-assembler.cc | 273 Linkage::GetStubCallDescriptor(graph()->zone(), callable.descriptor(), in ToNumberOperator()
|
D | js-intrinsic-lowering.cc | 346 auto call_descriptor = Linkage::GetStubCallDescriptor( in Change()
|
D | linkage.cc | 342 CallDescriptor* Linkage::GetStubCallDescriptor( in GetStubCallDescriptor() function in v8::internal::compiler::Linkage
|
D | js-create-lowering.cc | 655 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceNewArrayToStubCall() 667 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceNewArrayToStubCall() 678 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceNewArrayToStubCall()
|
D | wasm-compiler.cc | 273 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()
|
D | js-call-reducer.cc | 867 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()
|
D | simplified-lowering.cc | 3963 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()
|
D | js-native-context-specialization.cc | 1777 auto call_descriptor = Linkage::GetStubCallDescriptor( in InlineApiCall()
|