Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dframe-elider.cc47 block->mark_must_construct_frame(); in MarkDeConstruction()
72 InstructionBlockAt(succ)->mark_must_construct_frame(); in MarkDeConstruction()
Dinstruction.h1251 void mark_must_construct_frame() { must_construct_frame_ = true; } in mark_must_construct_frame() function