Home
last modified time | relevance | path

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

/external/v8/src/compiler/backend/
Dinstruction.h1482 bool must_construct_frame() const { return must_construct_frame_; } in NON_EXPORTED_BASE()
1483 void mark_must_construct_frame() { must_construct_frame_ = true; } in NON_EXPORTED_BASE()
1505 bool must_construct_frame_ = false; in NON_EXPORTED_BASE() local