Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dglobal-context.h60 static void SetAnnotateIR() { Get().annotate_ir_ = true; } in SetAnnotateIR()
61 static bool annotate_ir() { return Get().annotate_ir_; } in annotate_ir()
125 bool annotate_ir_; variable
Dglobal-context.cc18 annotate_ir_(false), in DEFINE_CONTEXTUAL_VARIABLE()