Home
last modified time | relevance | path

Searched refs:AccumulatorPreservingScope (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc590 class V8_NODISCARD BytecodeGenerator::AccumulatorPreservingScope final {
592 explicit AccumulatorPreservingScope(BytecodeGenerator* generator, in AccumulatorPreservingScope() function in v8::internal::interpreter::final
603 ~AccumulatorPreservingScope() { in ~AccumulatorPreservingScope()
610 AccumulatorPreservingScope(const AccumulatorPreservingScope&) = delete;
611 AccumulatorPreservingScope& operator=(const AccumulatorPreservingScope&) =
3936 AccumulatorPreservingScope scope(this, accumulator_preserving_mode); in PrepareAssignmentLhs()
3943 AccumulatorPreservingScope scope(this, accumulator_preserving_mode); in PrepareAssignmentLhs()
3953 AccumulatorPreservingScope scop in PrepareAssignmentLhs()
[all...]
H A Dbytecode-generator.h62 class AccumulatorPreservingScope;

Completed in 11 milliseconds