Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-generator.cc437 Node* bytecode_flags = BytecodeOperandFlag(1); in IGNITION_HANDLER() local
446 Branch(IsSetWord32<StoreLookupSlotFlags::LanguageModeBit>(bytecode_flags), in IGNITION_HANDLER()
452 bytecode_flags)); in IGNITION_HANDLER()
462 bytecode_flags), in IGNITION_HANDLER()
2339 Node* bytecode_flags = BytecodeOperandFlag(2); in IGNITION_HANDLER() local
2343 bytecode_flags), in IGNITION_HANDLER()
2359 bytecode_flags); in IGNITION_HANDLER()
2391 Node* bytecode_flags = BytecodeOperandFlag(2); in IGNITION_HANDLER() local
2396 bytecode_flags), in IGNITION_HANDLER()
2417 bytecode_flags); in IGNITION_HANDLER()
[all …]
/external/v8/src/compiler/
Dbytecode-graph-builder.cc1297 int bytecode_flags = bytecode_iterator().GetFlagOperand(1); in VisitStaLookupSlot() local
1300 bytecode_flags)); in VisitStaLookupSlot()
1303 bytecode_flags)); in VisitStaLookupSlot()
1580 int bytecode_flags = bytecode_iterator().GetFlagOperand(2); in VisitCreateArrayLiteral() local
1582 interpreter::CreateArrayLiteralFlags::FlagsBits::decode(bytecode_flags); in VisitCreateArrayLiteral()
1611 int bytecode_flags = bytecode_iterator().GetFlagOperand(2); in VisitCreateObjectLiteral() local
1613 interpreter::CreateObjectLiteralFlags::FlagsBits::decode(bytecode_flags); in VisitCreateObjectLiteral()