Home
last modified time | relevance | path

Searched refs:DiscardReservedEntry (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dconstant-array-builder.cc137 DiscardReservedEntry(operand_size); in CommitReservedEntry()
159 void ConstantArrayBuilder::DiscardReservedEntry(OperandSize operand_size) { in DiscardReservedEntry() function in v8::internal::interpreter::ConstantArrayBuilder
Dconstant-array-builder.h58 void DiscardReservedEntry(OperandSize operand_size);
Dbytecode-array-builder.cc832 constant_array_builder()->DiscardReservedEntry(OperandSize::kByte); in PatchIndirectJumpWith8BitOperand()
/external/v8/test/unittests/interpreter/
Dconstant-array-builder-unittest.cc132 builder.DiscardReservedEntry(OperandSize::kShort); in TEST_F()
210 builder.DiscardReservedEntry(OperandSize::kByte); in TEST_F()