Home
last modified time | relevance | path

Searched refs:bytecode_flags (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc468 TNode<Uint32T> bytecode_flags = BytecodeOperandFlag(1); in IGNITION_HANDLER() local
477 Branch(IsSetWord32<StoreLookupSlotFlags::LanguageModeBit>(bytecode_flags), in IGNITION_HANDLER()
483 bytecode_flags)); in IGNITION_HANDLER()
493 bytecode_flags), in IGNITION_HANDLER()
2282 TNode<Uint32T> bytecode_flags = BytecodeOperandFlag(2); in IGNITION_HANDLER() local
2289 bytecode_flags), in IGNITION_HANDLER()
2306 bytecode_flags); in IGNITION_HANDLER()
2370 TNode<Uint32T> bytecode_flags = BytecodeOperandFlag(2); in IGNITION_HANDLER() local
2378 bytecode_flags), in IGNITION_HANDLER()
2400 bytecode_flags); in IGNITION_HANDLER()
[all …]
/third_party/node/deps/v8/src/compiler/
Dbytecode-graph-builder.cc1935 int bytecode_flags = bytecode_iterator().GetFlagOperand(1); in VisitStaLookupSlot() local
1938 bytecode_flags)); in VisitStaLookupSlot()
1941 bytecode_flags)); in VisitStaLookupSlot()
2273 int bytecode_flags = bytecode_iterator().GetFlagOperand(2); in VisitCreateArrayLiteral() local
2275 interpreter::CreateArrayLiteralFlags::FlagsBits::decode(bytecode_flags); in VisitCreateArrayLiteral()
2311 int bytecode_flags = bytecode_iterator().GetFlagOperand(2); in VisitCreateObjectLiteral() local
2313 interpreter::CreateObjectLiteralFlags::FlagsBits::decode(bytecode_flags); in VisitCreateObjectLiteral()