HomeSort by relevance Sort by last modified time
    Searched refs:GetConstantForIndexOperand (Results 1 - 6 of 6) sorted by null

  /external/v8/src/interpreter/
bytecode-array-iterator.h 33 Handle<Object> GetConstantForIndexOperand(int operand_index) const;
bytecode-array-iterator.cc 99 Handle<Object> BytecodeArrayIterator::GetConstantForIndexOperand(
113 Smi* smi = Smi::cast(*GetConstantForIndexOperand(0));
bytecode-array-builder.cc 54 Handle<Object> GetConstantForIndexOperand(int operand_index) const {
710 Handle<Object> object = previous_bytecode.GetConstantForIndexOperand(0);
    [all...]
  /external/v8/test/unittests/interpreter/
bytecode-array-iterator-unittest.cc 57 CHECK(iterator.GetConstantForIndexOperand(0).is_identical_to(heap_num_0));
62 CHECK(iterator.GetConstantForIndexOperand(0).is_identical_to(heap_num_1));
76 CHECK_EQ(*iterator.GetConstantForIndexOperand(0), smi_1);
bytecode-array-builder-unittest.cc 492 CHECK_EQ(*iterator.GetConstantForIndexOperand(0),
500 CHECK_EQ(*iterator.GetConstantForIndexOperand(0),
508 CHECK_EQ(*iterator.GetConstantForIndexOperand(0),
516 CHECK_EQ(*iterator.GetConstantForIndexOperand(0),
525 CHECK_EQ(*iterator.GetConstantForIndexOperand(0),
601 CHECK_EQ(Smi::cast(*iterator.GetConstantForIndexOperand(0))->value(), -132);
606 CHECK_EQ(Smi::cast(*iterator.GetConstantForIndexOperand(0))->value(), -140);
611 CHECK_EQ(Smi::cast(*iterator.GetConstantForIndexOperand(0))->value(), -148);
616 CHECK_EQ(Smi::cast(*iterator.GetConstantForIndexOperand(0))->value(), -156);
619 CHECK_EQ(Smi::cast(*iterator.GetConstantForIndexOperand(0))->value(), -160)
    [all...]
  /external/v8/src/compiler/
bytecode-graph-builder.cc 565 Node* node = jsgraph()->Constant(iterator.GetConstantForIndexOperand(0));
572 Node* node = jsgraph()->Constant(iterator.GetConstantForIndexOperand(0));
652 Handle<Name>::cast(iterator.GetConstantForIndexOperand(0));
721 Handle<Name>::cast(iterator.GetConstantForIndexOperand(0));
805 Handle<String>::cast(iterator.GetConstantForIndexOperand(0));
830 Node* name = jsgraph()->Constant(iterator.GetConstantForIndexOperand(0));
879 Handle<Name>::cast(iterator.GetConstantForIndexOperand(1));
963 Handle<Name>::cast(iterator.GetConstantForIndexOperand(1))
    [all...]

Completed in 167 milliseconds