Searched refs:current_bytecode (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-array-iterator.cc | 59 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(current_bytecode())); in GetUnsignedOperand() 61 Bytecodes::GetOperandType(current_bytecode(), operand_index)); in GetUnsignedOperand() 65 Bytecodes::GetOperandOffset(current_bytecode(), operand_index, in GetUnsignedOperand() 74 DCHECK_LT(operand_index, Bytecodes::NumberOfOperands(current_bytecode())); in GetSignedOperand() 76 Bytecodes::GetOperandType(current_bytecode(), operand_index)); in GetSignedOperand() 80 Bytecodes::GetOperandOffset(current_bytecode(), operand_index, in GetSignedOperand() 87 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetFlagOperand() 94 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetUnsignedImmediateOperand() 100 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_index), in GetImmediateOperand() 107 DCHECK_EQ(Bytecodes::GetOperandType(current_bytecode(), operand_inde in GetRegisterCountOperand() [all...] |
H A D | bytecode-array-iterator.h | 88 inline Bytecode current_bytecode() const { in current_bytecode() function in v8::internal::interpreter::BytecodeArrayIterator 91 Bytecode current_bytecode = Bytecodes::FromByte(current_byte); in current_bytecode() local 92 DCHECK(!Bytecodes::IsPrefixScalingBytecode(current_bytecode)); in current_bytecode() 93 return current_bytecode; in current_bytecode() 99 return Bytecodes::Size(current_bytecode(), current_operand_scale()); in current_bytecode_size_without_prefix() 166 Bytecode current_bytecode = Bytecodes::FromByte(current_byte); in UpdateOperandScale() local 167 if (Bytecodes::IsPrefixScalingBytecode(current_bytecode)) { in UpdateOperandScale() 169 Bytecodes::PrefixBytecodeToOperandScale(current_bytecode); in UpdateOperandScale()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-analysis.cc | 479 Bytecode bytecode = iterator.current_bytecode(); in Analyze() 632 DCHECK_EQ(iterator.current_bytecode(), Bytecode::kJumpLoop); in Analyze() 651 Bytecode bytecode = iterator.current_bytecode(); in Analyze() 659 UpdateOutLiveness(iterator.current_bytecode(), header_liveness, in Analyze() 670 DCHECK_EQ(iterator.current_bytecode(), Bytecode::kSwitchOnGeneratorState); in Analyze() 693 Bytecode bytecode = iterator.current_bytecode(); in Analyze() 821 if (iterator.current_bytecode() == Bytecode::kSwitchOnGeneratorState) { in ResumeJumpTargetsAreValid() 924 if (iterator.current_bytecode() != Bytecode::kResumeGenerator) { in ResumeJumpTargetLeavesResolveSuspendIds() 929 Bytecodes::ToString(iterator.current_bytecode())); in ResumeJumpTargetLeavesResolveSuspendIds() 977 Bytecode bytecode = iterator.current_bytecode(); in LivenessIsValid() [all...] |
H A D | bytecode-graph-builder.cc | 1383 if (bytecode_iterator().current_bytecode() == in AdvanceToOsrEntryAndPeelLoops() 1432 switch (bytecode_iterator().current_bytecode()) { in VisitSingleBytecode() 2388 bytecode_iterator().current_bytecode()), in BuildCall() 2442 bytecode_iterator().current_bytecode()), in BuildCallVarArgs()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-builder.h | 134 interpreter::Bytecode bytecode = iterator_.current_bytecode(); in EmitUnconditionalDeopt() 181 switch (iterator_.current_bytecode()) { in VisitSingleBytecode() 478 interpreter::Bytecode bytecode = iterator.current_bytecode(); in CalculatePredecessorCounts()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-trace.cc | 68 interpreter::Bytecode bytecode = bytecode_iterator.current_bytecode(); in PrintRegisters()
|
H A D | runtime-test.cc | 542 if (it.current_bytecode() != interpreter::Bytecode::kJumpLoop) { in OffsetOfNextJumpLoop() 556 if (it.current_bytecode() == interpreter::Bytecode::kJumpLoop) { in OffsetOfNextJumpLoop()
|
/third_party/node/deps/v8/src/objects/ |
H A D | code.cc | 638 if (interpreter::Bytecodes::IsJump(iterator.current_bytecode())) { in Disassemble() 643 if (interpreter::Bytecodes::IsSwitch(iterator.current_bytecode())) { in Disassemble()
|
H A D | code-inl.h | 597 interpreter::Bytecode bytecode = bytecode_iterator.current_bytecode(); in GetBaselinePCForNextExecutedBytecode()
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-evaluate.cc | 1022 interpreter::Bytecode bytecode = it.current_bytecode(); in FunctionGetSideEffectState() 1244 interpreter::Bytecode bytecode = it.current_bytecode(); in ApplySideEffectChecks()
|
H A D | debug.cc | 354 DCHECK_EQ(iterator.current_bytecode(), in GetBreakLocation() 2853 Bytecode bytecode = bytecode_iterator.current_bytecode(); in PerformSideEffectCheckAtBytecode()
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.cc | 437 switch (iterator().current_bytecode()) { in PreVisitSingleBytecode() 502 interpreter::Bytecode bytecode = iterator().current_bytecode(); in VisitSingleBytecode()
|
Completed in 32 milliseconds