Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-iterator.h108 uint32_t GetFlagOperand(int operand_index) const;
H A Dbytecode-array-iterator.cc86 uint32_t BytecodeArrayIterator::GetFlagOperand(int operand_index) const { in GetFlagOperand() function in v8::internal::interpreter::BytecodeArrayIterator
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc1611 int flags = bytecode_iterator().GetFlagOperand(2); in VisitDefineKeyedOwnPropertyInLiteral()
1935 int bytecode_flags = bytecode_iterator().GetFlagOperand(1); in VisitStaLookupSlot()
2180 bytecode_iterator().GetFlagOperand(2)) in VisitCreateClosure()
2259 int literal_flags = bytecode_iterator().GetFlagOperand(2); in VisitCreateRegExpLiteral()
2273 int bytecode_flags = bytecode_iterator().GetFlagOperand(2); in VisitCreateArrayLiteral()
2311 int bytecode_flags = bytecode_iterator().GetFlagOperand(2); in VisitCreateObjectLiteral()
2332 int flags = bytecode_iterator().GetFlagOperand(1); in VisitCloneObject()
3308 bytecode_iterator().GetFlagOperand(0)); in VisitTestTypeOf()
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc385 return iterator().GetFlagOperand(operand_index); in Flag()

Completed in 13 milliseconds