Home
last modified time | relevance | path

Searched refs:must_construct_frame (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Djump-threading.cc108 block->must_construct_frame())) { in ComputeForwarding()
115 CHECK_IMPLIES(block->must_construct_frame(), in ComputeForwarding()
H A Dcode-generator.cc272 if (block->must_construct_frame()) buffer << " (construct frame)"; in AssembleCode()
289 if (block->must_construct_frame()) { in AssembleCode()
H A Dinstruction.cc691 if (block->must_construct_frame()) os << " (construct frame)";
H A Dinstruction.h1598 bool must_construct_frame() const { return must_construct_frame_; } in must_construct_frame() function in v8::internal::compiler::final
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc3526 data_->sequence()->instruction_blocks().front()->must_construct_frame(); in SelectInstructions()

Completed in 25 milliseconds