Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h1598 bool must_construct_frame() const { return must_construct_frame_; } in NON_EXPORTED_BASE()
1599 void mark_must_construct_frame() { must_construct_frame_ = true; } in NON_EXPORTED_BASE()
1624 bool must_construct_frame_ : 1; in NON_EXPORTED_BASE() local
Dinstruction.cc633 must_construct_frame_(false), in InstructionBlock()