Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.cc1319 Label counter_ok(this), counter_saturated(this, Label::kDeferred); in TraceBytecodeDispatch() local
1323 Branch(counter_reached_max, &counter_saturated, &counter_ok); in TraceBytecodeDispatch()
1330 Goto(&counter_saturated); in TraceBytecodeDispatch()
1333 Bind(&counter_saturated); in TraceBytecodeDispatch()