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

/external/v8/src/compiler/
H A Djump-threading.cc102 block->must_construct_frame())) {
H A Dcode-generator.cc141 block->must_construct_frame() ? " (construct frame)" : "",
163 if (block->must_construct_frame()) {
H A Dinstruction.cc689 if (block->must_construct_frame()) os << " (construct frame)";
H A Dinstruction.h1403 bool must_construct_frame() const { return must_construct_frame_; } function in class:v8::internal::compiler::final
H A Dpipeline.cc1875 data_->sequence()->instruction_blocks().front()->must_construct_frame();

Completed in 124 milliseconds