Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dsimulator-arm64.cc3115 int64_t number_of_instructions_to_execute = 1; in Debug() local
3116 GetValue(arg1, &number_of_instructions_to_execute); in Debug()
3119 while (number_of_instructions_to_execute-- > 0) { in Debug()