Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/
H A Dinstruction.h1485 bool must_deconstruct_frame() const { return must_deconstruct_frame_; } in NON_EXPORTED_BASE()
1486 void mark_must_deconstruct_frame() { must_deconstruct_frame_ = true; } in NON_EXPORTED_BASE()
1487 void clear_must_deconstruct_frame() { must_deconstruct_frame_ = false; } in NON_EXPORTED_BASE()
1506 bool must_deconstruct_frame_ = false; in NON_EXPORTED_BASE() local
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/
H A Dinstruction.h1592 bool must_deconstruct_frame() const { return must_deconstruct_frame_; } in NON_EXPORTED_BASE()
1593 void mark_must_deconstruct_frame() { must_deconstruct_frame_ = true; } in NON_EXPORTED_BASE()
1594 void clear_must_deconstruct_frame() { must_deconstruct_frame_ = false; } in NON_EXPORTED_BASE()
1616 bool must_deconstruct_frame_ : 1; in NON_EXPORTED_BASE() local
H A Dinstruction.cc624 must_deconstruct_frame_(false) {} in InstructionBlock()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/
H A Dinstruction.h1407 bool must_deconstruct_frame() const { return must_deconstruct_frame_; } in NON_EXPORTED_BASE()
1408 void mark_must_deconstruct_frame() { must_deconstruct_frame_ = true; } in NON_EXPORTED_BASE()
1426 bool must_deconstruct_frame_ = false; in NON_EXPORTED_BASE() local
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dinstruction.h1434 bool must_deconstruct_frame() const { return must_deconstruct_frame_; } in NON_EXPORTED_BASE()
1435 void mark_must_deconstruct_frame() { must_deconstruct_frame_ = true; } in NON_EXPORTED_BASE()
1451 bool must_deconstruct_frame_; in NON_EXPORTED_BASE() local
H A Dinstruction.cc650 must_deconstruct_frame_(false) {} in InstructionBlock()