Searched defs:AllocateRegister (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/regexp/
H A Djsregexp.cc970 int AllocateRegister() { function in class:v8::internal::RegExpCompiler
982 unicode_lookaround_stack_register_ = AllocateRegister();
989 unicode_lookaround_position_register_ = AllocateRegister();
5519 body_start_reg = compiler->AllocateRegister();
5571 ? compiler->AllocateRegister()
5643 int stack_pointer_register = compiler->AllocateRegister();
5644 int position_register = compiler->AllocateRegister();
5735 int stack_pointer_register = compiler->AllocateRegister();
5736 int position_register = compiler->AllocateRegister();

Completed in 284 milliseconds