Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-iterator.h32 uint32_t GetFlagOperand(int operand_index) const;
Dbytecode-array-iterator.cc93 uint32_t BytecodeArrayIterator::GetFlagOperand(int operand_index) const { in GetFlagOperand() function in v8::internal::interpreter::BytecodeArrayIterator
/external/v8/test/cctest/interpreter/
Dbytecode-expectations-printer.cc150 stream << bytecode_iterator.GetFlagOperand(op_index); in PrintBytecodeOperand()
/external/v8/src/compiler/
Dbytecode-graph-builder.cc866 bytecode_iterator().GetFlagOperand(1) ? TENURED : NOT_TENURED; in VisitCreateClosure()
901 int literal_flags = bytecode_iterator().GetFlagOperand(2); in VisitCreateRegExpLiteral()
911 int literal_flags = bytecode_iterator().GetFlagOperand(2); in VisitCreateArrayLiteral()
922 int bytecode_flags = bytecode_iterator().GetFlagOperand(2); in VisitCreateObjectLiteral()