Home
last modified time | relevance | path

Searched refs:ToParameterIndex (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register.cc47 int Register::ToParameterIndex() const { in ToParameterIndex() function in v8::internal::interpreter::Register
130 int parameter_index = ToParameterIndex(); in ToString()
H A Dbytecode-register.h30 int ToParameterIndex() const;
H A Dbytecode-array-builder.cc1579 int parameter_index = reg.ToParameterIndex(); in RegisterIsValid()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-interpreter-frame-state.h57 reg.ToParameterIndex() >= 0); in set()
65 reg.ToParameterIndex() >= 0); in get()
237 if (!assignments.ContainsParameter(reg.ToParameterIndex())) return; in CheckIsLoopPhiIfNeeded()
270 if (assignments.ContainsParameter(reg.ToParameterIndex())) { in MergePointInterpreterFrameState()
H A Dmaglev-code-generator.cc433 deopt_info->result_location.ToParameterIndex(); in EmitLazyDeopt()
490 DCHECK_EQ(reg.ToParameterIndex(), i); in EmitDeoptFrameValues()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-analysis.cc34 bit_vector_->Add(r.ToParameterIndex()); in Add()
44 bit_vector_->Add(r.ToParameterIndex() + i); in AddList()
H A Dbytecode-graph-builder.cc712 return the_register.ToParameterIndex(); in RegisterToValuesIndex()

Completed in 17 milliseconds