Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction.h1403 bool must_construct_frame() const { return must_construct_frame_; } in NON_EXPORTED_BASE()
1404 void mark_must_construct_frame() { must_construct_frame_ = true; } in NON_EXPORTED_BASE()
1422 bool must_construct_frame_; in NON_EXPORTED_BASE() local
Dinstruction.cc635 must_construct_frame_(false), in InstructionBlock()