HomeSort by relevance Sort by last modified time
    Searched defs:VectorSlotPair (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
js-operator.h 22 class VectorSlotPair {
24 VectorSlotPair();
25 VectorSlotPair(Handle<TypeFeedbackVector> vector, FeedbackVectorSlot slot)
40 bool operator==(VectorSlotPair const&, VectorSlotPair const&);
41 bool operator!=(VectorSlotPair const&, VectorSlotPair const&);
43 size_t hash_value(VectorSlotPair const&);
58 CallConstructParameters(size_t arity, VectorSlotPair const& feedback)
62 VectorSlotPair const& feedback() const { return feedback_;
    [all...]
js-operator.cc 19 VectorSlotPair::VectorSlotPair() {}
22 int VectorSlotPair::index() const {
27 bool operator==(VectorSlotPair const& lhs, VectorSlotPair const& rhs) {
33 bool operator!=(VectorSlotPair const& lhs, VectorSlotPair const& rhs) {
38 size_t hash_value(VectorSlotPair const& p) {
644 size_t arity, VectorSlotPair const& feedback,
682 size_t arity, VectorSlotPair const& feedback)
    [all...]

Completed in 48 milliseconds