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.cc 20 VectorSlotPair::VectorSlotPair() {}
23 int VectorSlotPair::index() const {
28 bool operator==(VectorSlotPair const& lhs, VectorSlotPair const& rhs) {
34 bool operator!=(VectorSlotPair const& lhs, VectorSlotPair const& rhs) {
39 size_t hash_value(VectorSlotPair const& p) {
725 const VectorSlotPair& feedback) {
755 VectorSlotPair const& feedback
    [all...]
js-operator.h 31 class V8_EXPORT_PRIVATE VectorSlotPair {
33 VectorSlotPair();
34 VectorSlotPair(Handle<FeedbackVector> vector, FeedbackSlot slot)
49 bool operator==(VectorSlotPair const&, VectorSlotPair const&);
50 bool operator!=(VectorSlotPair const&, VectorSlotPair const&);
52 size_t hash_value(VectorSlotPair const&);
68 VectorSlotPair const& feedback)
73 VectorSlotPair const& feedback() const { return feedback_;
    [all...]

Completed in 195 milliseconds