Home
last modified time | relevance | path

Searched refs:must_deconstruct_frame_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dinstruction.h1253 bool must_deconstruct_frame() const { return must_deconstruct_frame_; } in must_deconstruct_frame()
1254 void mark_must_deconstruct_frame() { must_deconstruct_frame_ = true; } in mark_must_deconstruct_frame()
1273 bool must_deconstruct_frame_; variable
Dinstruction.cc581 must_deconstruct_frame_(false), in InstructionBlock()