Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.h735 InstructionOperandVector continuation_temps_; member in v8::internal::compiler::final
H A Dinstruction-selector.cc62 continuation_temps_(sequence->zone()), in InstructionSelector()
848 continuation_temps_.resize(0); in EmitWithContinuation()
850 continuation_temps_.push_back(temps[i]); in EmitWithContinuation()
886 size_t const emit_temps_size = continuation_temps_.size(); in EmitWithContinuation()
887 auto* emit_temps = emit_temps_size ? &continuation_temps_.front() : nullptr; in EmitWithContinuation()

Completed in 8 milliseconds