Home
last modified time | relevance | path

Searched refs:reps_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dmachine-type.h111 reps_(reps) {} in Signature()
118 return reps_[return_count_ + index]; in GetParam()
123 return reps_[index];
165 T* reps_; variable
/external/v8/test/cctest/compiler/
Dc-signature.h88 reps_[return_count_ + index] = type; in Set()