HomeSort by relevance Sort by last modified time
    Searched refs:VectorSlotPair (Results 1 - 11 of 11) 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&);
94 CallConstructParameters(size_t arity, VectorSlotPair const& feedback)
98 VectorSlotPair const& feedback() const { return feedback_;
    [all...]
ast-graph-builder.h 245 // Named and keyed loads require a VectorSlotPair for successful lowering.
246 VectorSlotPair CreateVectorSlotPair(FeedbackVectorSlot slot) const;
278 Token::Value op, const VectorSlotPair& slot,
287 const VectorSlotPair& feedback,
293 const VectorSlotPair& feedback);
295 const VectorSlotPair& feedback);
297 const VectorSlotPair& feedback);
299 const VectorSlotPair& feedback);
307 Handle<Name> name, const VectorSlotPair& feedback);
309 const VectorSlotPair& 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) {
737 size_t arity, LanguageMode language_mode, VectorSlotPair const& feedback,
763 size_t arity, VectorSlotPair const& feedback)
    [all...]
ast-graph-builder.cc     [all...]
js-call-reducer.cc 18 VectorSlotPair CallCountFeedback(VectorSlotPair p) {
20 if (!p.IsValid()) return VectorSlotPair();
23 if (call_count <= 0) return VectorSlotPair();
34 return VectorSlotPair(vector, slot);
bytecode-graph-builder.cc 469 VectorSlotPair BytecodeGraphBuilder::CreateVectorSlotPair(int slot_id) {
475 return VectorSlotPair(feedback_vector, slot);
653 VectorSlotPair feedback = CreateVectorSlotPair(iterator.GetIndexOperand(1));
722 VectorSlotPair feedback = CreateVectorSlotPair(iterator.GetIndexOperand(1));
880 VectorSlotPair feedback = CreateVectorSlotPair(iterator.GetIndexOperand(2));
921 VectorSlotPair feedback = CreateVectorSlotPair(iterator.GetIndexOperand(1));
    [all...]
bytecode-graph-builder.h 60 VectorSlotPair CreateVectorSlotPair(int slot_id);
js-intrinsic-lowering.cc 593 node, javascript()->CallFunction(arity, STRICT, VectorSlotPair(),
603 node, javascript()->CallFunction(arity, STRICT, VectorSlotPair(),
  /external/v8/test/unittests/compiler/
js-context-relaxation-unittest.cc 87 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
105 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
123 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
141 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
162 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
184 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
207 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
232 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
254 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1,
276 javascript()->CallFunction(2, STRICT, VectorSlotPair()), input0, input1
    [all...]
js-typed-lowering-unittest.cc 628 VectorSlotPair feedback;
670 VectorSlotPair feedback;
726 VectorSlotPair feedback;
770 VectorSlotPair feedback;
820 VectorSlotPair feedback;
843 VectorSlotPair feedback;
    [all...]
js-type-feedback-unittest.cc 83 VectorSlotPair feedback;

Completed in 154 milliseconds