Home
last modified time | relevance | path

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

12

/external/v8/src/compiler/
Draw-machine-assembler.cc17 Isolate* isolate, Graph* graph, CallDescriptor* call_descriptor, in RawMachineAssembler()
227 Node* RawMachineAssembler::CallN(CallDescriptor* call_descriptor, in CallN()
235 Node* RawMachineAssembler::CallNWithFrameState(CallDescriptor* call_descriptor, in CallNWithFrameState()
244 Node* RawMachineAssembler::TailCallN(CallDescriptor* call_descriptor, in TailCallN()
259 auto call_descriptor = in CallCFunction0() local
272 auto call_descriptor = in CallCFunction1() local
284 auto call_descriptor = in CallCFunction1WithCallerSavedRegisters() local
301 auto call_descriptor = in CallCFunction2() local
317 auto call_descriptor = in CallCFunction3() local
332 auto call_descriptor = in CallCFunction3WithCallerSavedRegisters() local
[all …]
Djs-generic-lowering.cc107 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReplaceWithStubCall() local
123 auto call_descriptor = in ReplaceWithRuntimeCall() local
362 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCreateArray() local
585 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructForwardVarargs() local
606 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstruct() local
624 auto call_descriptor = in LowerJSConstructWithArrayLike() local
644 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructWithSpread() local
668 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCallForwardVarargs() local
685 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCall() local
697 auto call_descriptor = in LowerJSCallWithArrayLike() local
[all …]
Dmachine-graph-verifier.cc33 CallDescriptor* call_descriptor() const { in call_descriptor() function in v8::internal::compiler::__anon843493e90111::MachineRepresentationInferrer
65 auto call_descriptor = CallDescriptorOf(input->op()); in GetProjectionType() local
136 auto call_descriptor = CallDescriptorOf(node->op()); in Run() local
767 auto call_descriptor = CallDescriptorOf(node->op()); in CheckCallInputs() local
Dint64-lowering.cc80 int GetReturnIndexAfterLowering(CallDescriptor* call_descriptor, in GetReturnIndexAfterLowering()
92 int GetReturnCountAfterLowering(CallDescriptor* call_descriptor) { in GetReturnCountAfterLowering()
328 auto call_descriptor = in LowerNode() local
342 auto call_descriptor = in LowerNode() local
Dcode-assembler.cc71 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
1100 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in CallRuntimeWithCEntryImpl() local
1136 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in TailCallRuntimeWithCEntryImpl() local
1165 auto call_descriptor = Linkage::GetStubCallDescriptor( in CallStubN() local
1182 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallStubImpl() local
1224 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallStubThenBytecodeDispatchImpl() local
1241 auto call_descriptor = Linkage::GetBytecodeDispatchCallDescriptor( in TailCallBytecodeDispatch() local
1261 auto call_descriptor = Linkage::GetStubCallDescriptor( in TailCallJSCode() local
[all …]
Deffect-control-linearizer.cc1389 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in LowerCheckMaps() local
2067 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerNumberToString() local
2523 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerTypeOf() local
2535 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerToBoolean() local
2723 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerNewArgumentsElements() local
2796 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerSameValue() local
2818 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerStringToNumber() local
2948 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in LowerStringCharCodeAt() local
2976 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerStringCodePointAt() local
3085 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerStringToLowerCaseIntl() local
[all …]
Dmemory-optimizer.cc241 auto call_descriptor = Linkage::GetStubCallDescriptor( in VisitAllocateRaw() local
297 auto call_descriptor = Linkage::GetStubCallDescriptor( in VisitAllocateRaw() local
Dcommon-operator.cc1419 const CallDescriptor* call_descriptor) { in Call()
1422 explicit CallOperator(const CallDescriptor* call_descriptor) in Call()
1442 const CallDescriptor* call_descriptor) { in CallWithCallerSavedRegisters()
1445 explicit CallOperator(const CallDescriptor* call_descriptor) in CallWithCallerSavedRegisters()
1466 const CallDescriptor* call_descriptor) { in TailCall()
1469 explicit TailCallOperator(const CallDescriptor* call_descriptor) in TailCall()
Dpipeline.cc352 void InitializeInstructionSequence(const CallDescriptor* call_descriptor) { in InitializeInstructionSequence()
367 void InitializeFrameData(CallDescriptor* call_descriptor) { in InitializeFrameData()
377 CallDescriptor* call_descriptor) { in InitializeRegisterAllocationData()
998 MachineGraph* mcgraph, CallDescriptor* call_descriptor, in PipelineWasmCompilationJob()
2144 Isolate* isolate, CallDescriptor* call_descriptor, Graph* graph, in GenerateCodeForCodeStub()
2222 CallDescriptor* call_descriptor, Graph* graph, in GenerateCodeForTesting()
2275 MachineGraph* mcgraph, CallDescriptor* call_descriptor, in NewWasmCompilationJob()
2313 auto call_descriptor = linkage->GetIncomingDescriptor(); in SelectInstructions() local
2565 MaybeHandle<Code> PipelineImpl::GenerateCode(CallDescriptor* call_descriptor) { in GenerateCode()
2582 CallDescriptor* call_descriptor, in AllocateRegisters()
Dwasm-compiler.cc273 auto call_descriptor = Linkage::GetStubCallDescriptor( in StackCheck() local
2007 auto call_descriptor = Linkage::GetStubCallDescriptor( in GrowMemory() local
2504 auto call_descriptor = in BuildCCall() local
2536 auto call_descriptor = in BuildWasmCall() local
2968 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( in BuildCallToRuntimeWithContext() local
4039 auto call_descriptor = Linkage::GetStubCallDescriptor( in BuildAllocateHeapNumberWithValue() local
4207 auto call_descriptor = Linkage::GetStubCallDescriptor( in BuildJavaScriptToNumber() local
4494 CallDescriptor* call_descriptor; in BuildWasmToJSWrapper() local
4723 auto call_descriptor = GetWasmCallDescriptor(mcgraph()->zone(), sig_); in BuildCWasmEntry() local
5175 auto call_descriptor = in ExecuteCompilation() local
[all …]
Djs-typed-lowering.cc599 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceJSAdd() local
1128 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceJSToObject() local
1528 auto call_descriptor = Linkage::GetCEntryStubCallDescriptor( in ReduceBuiltin() local
1734 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceJSCall() local
1851 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceJSForInNext() local
Dgraph-assembler.h425 Node* GraphAssembler::Call(const CallDescriptor* call_descriptor, in Call()
Dgraph-assembler.cc272 auto call_descriptor = in ToNumberOperator() local
Djs-intrinsic-lowering.cc346 auto call_descriptor = Linkage::GetStubCallDescriptor( in Change() local
Djs-create-lowering.cc655 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceNewArrayToStubCall() local
667 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceNewArrayToStubCall() local
678 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceNewArrayToStubCall() local
Dsimplified-lowering.cc1030 auto call_descriptor = CallDescriptorOf(node->op()); in VisitCall() local
3962 auto call_descriptor = in ToNumberOperator() local
3975 auto call_descriptor = in ToNumberConvertBigIntOperator() local
3987 auto call_descriptor = in ToNumericOperator() local
Dsimd-scalar-lowering.cc685 auto call_descriptor = in BuildF64Trunc() local
944 auto call_descriptor = in LowerNode() local
/external/v8/src/wasm/baseline/
Dliftoff-assembler.cc450 compiler::CallDescriptor* call_descriptor, in PrepareCall()
559 compiler::CallDescriptor* call_descriptor) { in FinishCall()
Dliftoff-compiler.cc139 LiftoffCompiler(compiler::CallDescriptor* call_descriptor, ModuleEnv* env, in LiftoffCompiler()
1422 auto call_descriptor = compiler::Linkage::GetRuntimeCallDescriptor( in GenerateRuntimeCall() local
1592 auto call_descriptor = in CallDirect() local
1756 auto call_descriptor = in CallIndirect() local
1853 auto call_descriptor = in ExecuteCompilation() local
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc2166 auto call_descriptor = gen_->linkage()->GetIncomingDescriptor(); in AssembleArchTrap() local
2306 auto call_descriptor = linkage()->GetIncomingDescriptor(); in FinishFrame() local
2332 auto call_descriptor = linkage()->GetIncomingDescriptor(); in AssembleConstructFrame() local
2450 auto call_descriptor = linkage()->GetIncomingDescriptor(); in AssembleReturn() local
/external/v8/src/
Dcode-stubs.h303 CallInterfaceDescriptor call_descriptor() const { return call_descriptor_; } in call_descriptor() function
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc2260 auto call_descriptor = gen_->linkage()->GetIncomingDescriptor(); in AssembleArchTrap() local
2347 auto call_descriptor = linkage()->GetIncomingDescriptor(); in FinishFrame() local
2370 auto call_descriptor = linkage()->GetIncomingDescriptor(); in AssembleConstructFrame() local
2519 auto call_descriptor = linkage()->GetIncomingDescriptor(); in AssembleReturn() local
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc2823 auto call_descriptor = gen_->linkage()->GetIncomingDescriptor(); in AssembleArchTrap() local
2935 auto call_descriptor = linkage()->GetIncomingDescriptor(); in FinishFrame() local
2957 auto call_descriptor = linkage()->GetIncomingDescriptor(); in AssembleConstructFrame() local
3063 auto call_descriptor = linkage()->GetIncomingDescriptor(); in AssembleReturn() local
/external/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h329 compiler::CallDescriptor* call_descriptor, in CallIndirect()
/external/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h342 compiler::CallDescriptor* call_descriptor, in CallIndirect()

12