Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-accessor.h35 uint32_t GetFlagOperand(int operand_index) const;
Dbytecode-array-accessor.cc94 uint32_t BytecodeArrayAccessor::GetFlagOperand(int operand_index) const { in GetFlagOperand() function in v8::internal::interpreter::BytecodeArrayAccessor
/external/v8/src/compiler/
Dbytecode-graph-builder.cc796 int flags = bytecode_iterator().GetFlagOperand(2); in VisitStaDataPropertyInLiteral()
1168 bytecode_iterator().GetFlagOperand(2)) in VisitCreateClosure()
1247 int literal_flags = bytecode_iterator().GetFlagOperand(2); in VisitCreateRegExpLiteral()
1259 int bytecode_flags = bytecode_iterator().GetFlagOperand(2); in VisitCreateArrayLiteral()
1282 int bytecode_flags = bytecode_iterator().GetFlagOperand(2); in VisitCreateObjectLiteral()