Home
last modified time | relevance | path

Searched refs:GetInputLocation (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dlinkage.cc106 LinkageLocation operand = GetInputLocation(i); in GetOffsetToFirstUnusedStackSlot()
145 LinkageLocation operand = GetInputLocation(i); in GetTaggedParameterSlots()
602 return incoming_->GetInputLocation(context_index); in GetOsrValueLocation()
612 return incoming_->GetInputLocation(parameter_index); in GetOsrValueLocation()
H A Dlinkage.h389 LinkageLocation GetInputLocation(size_t index) const { in GetInputLocation() function in v8::internal::compiler::final
548 return incoming_->GetInputLocation(index + 1); // + 1 to skip target. in GetParameterLocation()
H A Dwasm-compiler.cc8735 (call_descriptor->GetInputLocation(call_descriptor->InputCount() - 1) ==
8747 call_descriptor->GetInputLocation(0), // target location
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.cc961 call_descriptor->GetInputLocation(call_desc_input_idx); in PrepareStackTransfers()
1032 call_descriptor->GetInputLocation(kInputShift); in PrepareCall()
H A Dliftoff-compiler.cc672 LoadToReg(descriptor_->GetInputLocation(input_idx), {}); in ProcessParameter()
675 descriptor_->GetInputLocation(input_idx + 1), LiftoffRegList{reg}); in ProcessParameter()
826 descriptor_->GetInputLocation(kInstanceParameterIndex) in StartFunctionBody()
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc1057 g.UseLocation(callee, buffer->descriptor->GetInputLocation(0))); in InitializeCallBuffer()
1118 LinkageLocation location = buffer->descriptor->GetInputLocation(index); in InitializeCallBuffer()

Completed in 30 milliseconds