Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h1601 bool must_deconstruct_frame() const { return must_deconstruct_frame_; } in NON_EXPORTED_BASE()
1602 void mark_must_deconstruct_frame() { must_deconstruct_frame_ = true; } in NON_EXPORTED_BASE()
1603 void clear_must_deconstruct_frame() { must_deconstruct_frame_ = false; } in NON_EXPORTED_BASE()
1625 bool must_deconstruct_frame_ : 1; in NON_EXPORTED_BASE() local
Dinstruction.cc634 must_deconstruct_frame_(false) {} in InstructionBlock()