Home
last modified time | relevance | path

Searched defs:call_descriptor (Results 1 - 25 of 46) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
H A Dmachine-graph-verifier.cc33 CallDescriptor* call_descriptor() const { in call_descriptor() function in v8::internal::compiler::__anon14379::MachineRepresentationInferrer
64 auto call_descriptor = CallDescriptorOf(input->op()); in GetProjectionType() local
153 auto call_descriptor = CallDescriptorOf(node->op()); in Run() local
957 auto call_descriptor = CallDescriptorOf(node->op()); in CheckCallInputs() local
[all...]
H A Djs-intrinsic-lowering.cc102 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceCopyDataPropertiesWithExcludedPropertiesOnStack() local
400 auto call_descriptor = Linkage::GetStubCallDescriptor( in Change() local
H A Dint64-lowering.cc83 int GetReturnIndexAfterLowering(const CallDescriptor* call_descriptor, in GetReturnIndexAfterLowering() argument
95 int GetReturnCountAfterLowering(const CallDescriptor* call_descriptor) { in GetReturnCountAfterLowering() argument
362 auto call_descriptor = in LowerNode() local
376 auto call_descriptor in LowerNode() local
1095 LowerCallDescriptor( const CallDescriptor* call_descriptor) LowerCallDescriptor() argument
[all...]
H A Dmemory-lowering.cc113 auto call_descriptor = Linkage::GetStubCallDescriptor( in EnsureAllocateOperator() local
H A Dgraph-assembler.h786 TNode<Object> GraphAssembler::Call(const CallDescriptor* call_descriptor, in Call() argument
H A Dgraph-assembler.cc526 TNode<Object> GraphAssembler::Call(const CallDescriptor* call_descriptor, in Call() argument
537 void GraphAssembler::TailCall(const CallDescriptor* call_descriptor, in TailCall() argument
630 auto call_descriptor = Linkage::GetStubCallDescriptor( in PlainPrimitiveToNumberOperator() local
H A Dcommon-operator.cc1483 explicit CallOperator(const CallDescriptor* call_descriptor) in Call() argument
1479 Call( const CallDescriptor* call_descriptor) Call() argument
1503 TailCall( const CallDescriptor* call_descriptor) TailCall() argument
1507 TailCallOperator(const CallDescriptor* call_descriptor) TailCall() argument
[all...]
H A Djs-call-reducer.cc964 CallDescriptor* call_descriptor = in ReduceFastApiCall() local
[all...]
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
605 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSCreateArray() local
844 auto call_descriptor = Linkage::GetStubCallDescriptor( in LowerJSConstructForwardVarargs() local
867 auto call_descriptor = Linkage::GetStubCallDescriptor( LowerJSConstruct() local
899 auto call_descriptor = Linkage::GetStubCallDescriptor( LowerJSConstructWithArrayLike() local
928 auto call_descriptor = Linkage::GetStubCallDescriptor( LowerJSConstructWithSpread() local
955 auto call_descriptor = Linkage::GetStubCallDescriptor( LowerJSCallForwardVarargs() local
976 auto call_descriptor = Linkage::GetStubCallDescriptor( LowerJSCall() local
997 auto call_descriptor = Linkage::GetStubCallDescriptor( LowerJSCallWithArrayLike() local
1032 auto call_descriptor = Linkage::GetStubCallDescriptor( LowerJSCallWithSpread() local
[all...]
H A Draw-machine-assembler.cc700 Node* RawMachineAssembler::CallN(CallDescriptor* call_descriptor, in CallN() argument
708 Node* RawMachineAssembler::CallNWithFrameState(CallDescriptor* call_descriptor, in CallNWithFrameState() argument
18 RawMachineAssembler( Isolate* isolate, Graph* graph, CallDescriptor* call_descriptor, MachineRepresentation word, MachineOperatorBuilder::Flags flags, MachineOperatorBuilder::AlignmentRequirements alignment_requirements) RawMachineAssembler() argument
717 TailCallN(CallDescriptor* call_descriptor, int input_count, Node* const* inputs) TailCallN() argument
752 auto call_descriptor = CallCFunctionImpl() local
[all...]
H A Djs-native-context-specialization.cc2242 auto call_descriptor = Linkage::GetStubCallDescriptor( in InlineApiCall() local
H A Djs-typed-lowering.cc681 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceJSAdd() local
1136 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceJSToObject() local
1570 auto call_descriptor = Linkage::GetCEntryStubCallDescriptor( in ReduceBuiltin() local
1788 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceJSCall() local
1913 auto call_descriptor = Linkage::GetStubCallDescriptor( in ReduceJSForInNext() local
[all...]
H A Dcode-assembler.cc413 auto call_descriptor = raw_assembler()->call_descriptor(); in IsJSFunctionCall() local
418 auto call_descriptor = raw_assembler()->call_descriptor(); in GetJSContextParameter() local
70 CodeAssemblerState(Isolate* isolate, Zone* zone, CallDescriptor* call_descriptor, CodeKind kind, const char* name, Builtin builtin) CodeAssemblerState() argument
1023 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( CallRuntimeImpl() local
1056 auto call_descriptor = Linkage::GetRuntimeCallDescriptor( TailCallRuntimeImpl() local
1094 auto call_descriptor = Linkage::GetStubCallDescriptor( CallStubN() local
1112 auto call_descriptor = Linkage::GetStubCallDescriptor( TailCallStubImpl() local
1180 auto call_descriptor = Linkage::GetStubCallDescriptor( TailCallStubThenBytecodeDispatchImpl() local
1197 auto call_descriptor = Linkage::GetBytecodeDispatchCallDescriptor( TailCallBytecodeDispatch() local
1217 auto call_descriptor = Linkage::GetStubCallDescriptor( TailCallJSCode() local
1228 auto call_descriptor = Linkage::GetSimplifiedCDescriptor(zone(), signature); CallCFunctionN() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc417 auto call_descriptor = gen_->linkage()->GetIncomingDescriptor(); in GenerateCallToTrap() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc3914 auto call_descriptor = gen_->linkage()->GetIncomingDescriptor(); in AssembleArchTrap() local
4140 auto call_descriptor = linkage()->GetIncomingDescriptor(); in FinishFrame() local
4158 auto call_descriptor = linkage()->GetIncomingDescriptor(); in AssembleConstructFrame() local
4276 auto call_descriptor = linkage()->GetIncomingDescriptor(); AssembleConstructFrame() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc3866 auto call_descriptor = gen_->linkage()->GetIncomingDescriptor(); in AssembleArchTrap() local
4000 auto call_descriptor = linkage()->GetIncomingDescriptor(); in FinishFrame() local
4024 auto call_descriptor = linkage()->GetIncomingDescriptor(); in AssembleConstructFrame() local
4153 auto call_descriptor = linkage()->GetIncomingDescriptor(); AssembleConstructFrame() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc3778 auto call_descriptor = gen_->linkage()->GetIncomingDescriptor(); in AssembleArchTrap() local
4008 auto call_descriptor = linkage()->GetIncomingDescriptor(); in FinishFrame() local
4017 auto call_descriptor = linkage()->GetIncomingDescriptor(); in AssembleConstructFrame() local
4123 auto call_descriptor = linkage()->GetIncomingDescriptor(); AssembleReturn() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc3725 auto call_descriptor = gen_->linkage()->GetIncomingDescriptor(); in AssembleArchTrap() local
3935 auto call_descriptor = linkage()->GetIncomingDescriptor(); in FinishFrame() local
3957 auto call_descriptor = linkage()->GetIncomingDescriptor(); in AssembleConstructFrame() local
4073 auto call_descriptor = linkage()->GetIncomingDescriptor(); AssembleConstructFrame() local
[all...]
H A Dinstruction-selector-mips.cc1327 EmitPrepareArguments( ZoneVector<PushParameter>* arguments, const CallDescriptor* call_descriptor, Node* node) EmitPrepareArguments() argument
1372 EmitPrepareResults( ZoneVector<PushParameter>* results, const CallDescriptor* call_descriptor, Node* node) EmitPrepareResults() argument
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc1973 auto call_descriptor = gen_->linkage()->GetIncomingDescriptor(); in AssembleArchTrap() local
2182 auto call_descriptor = linkage()->GetIncomingDescriptor(); in FinishFrame() local
2200 auto call_descriptor = linkage()->GetIncomingDescriptor(); in AssembleConstructFrame() local
2321 auto call_descriptor = linkage()->GetIncomingDescriptor(); AssembleConstructFrame() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc3583 auto call_descriptor = gen_->linkage()->GetIncomingDescriptor(); in AssembleArchTrap() local
3851 auto call_descriptor = linkage()->GetIncomingDescriptor(); in FinishFrame() local
3869 auto call_descriptor = linkage()->GetIncomingDescriptor(); in AssembleConstructFrame() local
3979 auto call_descriptor = linkage()->GetIncomingDescriptor(); AssembleReturn() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc935 PrepareStackTransfers(const ValueKindSig* sig, compiler::CallDescriptor* call_descriptor, const VarState* slots, LiftoffStackSlots* stack_slots, StackTransferRecipe* stack_transfers, LiftoffRegList* param_regs) PrepareStackTransfers() argument
986 PrepareBuiltinCall( const ValueKindSig* sig, compiler::CallDescriptor* call_descriptor, std::initializer_list<VarState> params) PrepareBuiltinCall() argument
1006 PrepareCall(const ValueKindSig* sig, compiler::CallDescriptor* call_descriptor, Register* target, Register* target_instance) PrepareCall() argument
1085 FinishCall(const ValueKindSig* sig, compiler::CallDescriptor* call_descriptor) FinishCall() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h3040 CallIndirect(const ValueKindSig* sig, compiler::CallDescriptor* call_descriptor, Register target) CallIndirect() argument
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc1718 EmitPrepareArguments( ZoneVector<PushParameter>* arguments, const CallDescriptor* call_descriptor, Node* node) EmitPrepareArguments() argument
1752 EmitPrepareResults( ZoneVector<PushParameter>* results, const CallDescriptor* call_descriptor, Node* node) EmitPrepareResults() argument
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc676 auto call_descriptor = gen_->linkage()->GetIncomingDescriptor(); in GenerateCallToTrap() local
4637 CallDescriptor* call_descriptor = linkage()->GetIncomingDescriptor(); in FinishFrame() local
4653 auto call_descriptor = linkage()->GetIncomingDescriptor(); in AssembleConstructFrame() local
4779 auto call_descriptor = linkage()->GetIncomingDescriptor(); AssembleReturn() local
[all...]

Completed in 96 milliseconds

12