Home
last modified time | relevance | path

Searched refs:must_deconstruct_frame (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dcode-generator.cc125 block->must_deconstruct_frame() ? " (deconstruct frame)" : ""); in GenerateCode()
Dinstruction.cc913 if (block->must_deconstruct_frame()) os << " (deconstruct frame)"; in operator <<()
Dinstruction.h1138 bool must_deconstruct_frame() const { return must_deconstruct_frame_; } in must_deconstruct_frame() function