Searched refs:LowerInt64 (Results 1 – 3 of 3) sorted by relevance
444 V8_EXPORT_PRIVATE void LowerInt64(Signature<MachineRepresentation>* sig);445 V8_EXPORT_PRIVATE void LowerInt64(CallOrigin origin);
214 builder.LowerInt64(WasmGraphBuilder::kCalledFromWasm); in Finalize()
4417 void WasmGraphBuilder::LowerInt64(Signature<MachineRepresentation>* sig) { in LowerInt64() function in v8::internal::compiler::WasmGraphBuilder4425 void WasmGraphBuilder::LowerInt64(CallOrigin origin) { in LowerInt64() function in v8::internal::compiler::WasmGraphBuilder4426 LowerInt64(CreateMachineSignature(mcgraph()->zone(), sig_, origin)); in LowerInt64()7024 if (ContainsInt64(sig_)) LowerInt64(kCalledFromJS); in BuildJSToWasmWrapper()7251 if (ContainsInt64(sig_)) LowerInt64(kCalledFromWasm); in BuildWasmToJSWrapper()7356 if (ContainsInt64(sig_)) LowerInt64(kCalledFromWasm); in BuildCapiCallWrapper()8397 builder.LowerInt64(sig); in BuildGraphForWasmFunction()