Home
last modified time | relevance | path

Searched refs:GetReturn (Results 1 - 25 of 28) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
H A Dc-linkage.cc242 MachineType type = msig->GetReturn(i); in GetSimplifiedCDescriptor()
251 auto reg = IsFloatingPoint(msig->GetReturn(0).representation()) in GetSimplifiedCDescriptor()
260 locations.AddReturn(LinkageLocation::ForRegister(reg, msig->GetReturn(0))); in GetSimplifiedCDescriptor()
264 DCHECK(!IsFloatingPoint(msig->GetReturn(0).representation())); in GetSimplifiedCDescriptor()
267 msig->GetReturn(1))); in GetSimplifiedCDescriptor()
H A Dwasm-inlining.cc188 CHECK(wasm::IsSubtypeOf(formal_sig->GetReturn(i), in Finalize()
189 specialized_sig->GetReturn(i), module())); in Finalize()
493 inlinee_sig->GetReturn(i).machine_representation(); in InlineCall()
H A Dlinkage.h386 return location_sig_->GetReturn(index); in GetReturnLocation()
397 return location_sig_->GetReturn(index).GetType(); in GetReturnType()
H A Dwasm-compiler.cc166 wasm_signature->GetReturn().kind() == in JSWasmCallData()
3928 wasm::ValueType return_type = sig_->GetReturn(0); in TraceFunctionExit()
6846 : ToJS(rets[0], sig_->GetReturn(), js_context);
6856 Node* value = ToJS(rets[i], sig_->GetReturn(i), js_context);
7147 ? sig_->GetReturn(0).machine_representation()
7236 : FromJS(call, native_context, sig_->GetReturn());
7245 native_context, sig_->GetReturn(i));
7346 wasm::ValueType type = sig_->GetReturn(i);
7526 jsval = ToJS(FromJS(call, context, sig_->GetReturn()), sig_->GetReturn(),
[all...]
H A Dint64-lowering.cc117 if (signature->GetReturn(i) == MachineRepresentation::kWord64) { in GetReturnCountAfterLowering()
H A Dsimplified-lowering.cc2042 if (wasm_signature->GetReturn().kind() == wasm::kI64) { in VisitJSWasmCall()
2048 MachineTypeForWasmReturnType(wasm_signature->GetReturn()); in VisitJSWasmCall()
2051 JSWasmCallNode::TypeForWasmReturnType(wasm_signature->GetReturn())); in VisitJSWasmCall()
H A Dtyper.cc1003 return JSWasmCallNode::TypeForWasmReturnType(wasm_signature->GetReturn()); in TypeJSWasmCall()
/third_party/node/deps/v8/src/wasm/
H A Dvalue-type.cc19 ValueType return_type = wasm_signature->GetReturn(0); in WasmReturnTypeFromSignature()
H A Dfunction-compiler.cc184 ValueType ret = sig->GetReturn(0); in UseGenericWrapper()
H A Dgraph-builder-interface.cc744 returns[i].node = builder_->Phi(sig->GetReturn(i), 2, phi_args); in CallRef()
1702 real_sig_builder.AddReturn(sig->GetReturn(i)); in DoCall()
1759 real_sig_builder.AddReturn(sig->GetReturn(i)); in DoReturnCall()
H A Dfunction-body-decoder-impl.h562 if (type == kWasmBottom) return sig->GetReturn(index); in out_type()
2366 return Value{this->pc_, this->sig_->GetReturn(i)}; in DecodeFunctionBody()
2373 c->end_merge.vals.first = Value{this->pc_, this->sig_->GetReturn(0)}; in DecodeFunctionBody()
3713 return sig->return_count() == 0 ? kWasmVoid : sig->GetReturn(); in GetReturnType()
5429 return BuildSimpleOperator(opcode, sig->GetReturn(0), sig->GetParam(0)); in BuildSimpleOperator()
5432 ValueType ret = sig->return_count() == 0 ? kWasmVoid : sig->GetReturn(0); in BuildSimpleOperator()
H A Dc-api.cc138 results[i] = ValType::make(V8ValueTypeToWasm(sig->GetReturn(i))); in FunctionSigToFuncType()
1579 i::wasm::ValueType type = sig->GetReturn(i); in PopArgs()
H A Dwasm-objects.cc1674 if (sig->GetReturn(i) != serialized_sig.get(serialized_index)) { in MatchesSignature()
H A Dwasm-js.cc2627 if (sig->return_count() != 1 || sig->GetReturn(0) != i::wasm::kWasmAnyRef) { in WebAssemblySuspenderSuspendOnReturnedPromise()
/third_party/node/deps/v8/src/codegen/
H A Dsignature.h39 T GetReturn(size_t index = 0) const { in GetReturn() function in v8::internal::Signature
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc1161 ValueKind return_kind = sig->GetReturn(0).kind(); in MoveToReturnLocations()
1194 ValueKind return_kind = sig->GetReturn(i).kind(); in MoveToReturnLocations()
1214 ValueKind return_kind = sig->GetReturn(i).kind(); in MoveToReturnLocations()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DWasmTranslator.cpp1075 ? makeVariable(toIceType(Sig->GetReturn())) in CallDirect()
1113 ? makeVariable(toIceType(Sig->GetReturn())) in CallImport()
1146 HasReturn ? toIceType(Module->signatures[SigIndex]->GetReturn()) in CallIndirect()
/third_party/node/deps/v8/src/runtime/
H A Druntime-test-wasm.cc199 wasm::ValueType return_type = sig->GetReturn(0); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h2996 Move(*rets, LiftoffRegister(kReturnReg), sig->GetReturn(0)); in CallC()
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h3011 Move(*next_result_reg, LiftoffRegister(kReturnReg), sig->GetReturn(0)); in CallC()
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h2986 Move(*next_result_reg, LiftoffRegister(kReturnReg), sig->GetReturn(0)); in CallC()
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h3002 Move(*rets, LiftoffRegister(kReturnReg), sig->GetReturn(0)); in CallC()
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h3556 Move(*next_result_reg, LiftoffRegister(kReturnReg), sig->GetReturn(0)); in CallC()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h4568 Move(*next_result_reg, LiftoffRegister(kReturnReg), sig->GetReturn(0));
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h4198 Move(*rets, LiftoffRegister(kReturnReg), sig->GetReturn(0));

Completed in 102 milliseconds

12