Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc1263 RegisterList args = register_allocator()->NewRegisterList(2); in VisitFunctionDeclaration()
1316 RegisterList args = register_allocator()->NewRegisterList(3); in VisitDeclarations()
1587 RegisterList args = register_allocator()->NewRegisterList(4); in VisitForInAssignment()
1601 RegisterList args = register_allocator()->NewRegisterList(4); in VisitForInAssignment()
1633 RegisterList triple = register_allocator()->NewRegisterList(3); in VisitForInStatement()
1938 RegisterList args = register_allocator()->NewRegisterList(1); in BuildClassLiteral()
1972 RegisterList args = register_allocator()->NewRegisterList(3); in VisitInitializeClassFieldsStatement()
2009 RegisterList args = register_allocator()->NewRegisterList(1); in BuildInstanceFieldInitialization()
2111 RegisterList args = register_allocator()->NewRegisterList(2); in BuildCreateObjectLiteral()
2223 RegisterList args = register_allocator()->NewRegisterList(4); in VisitObjectLiteral()
[all …]
Dbytecode-register-allocator.h45 RegisterList NewRegisterList(int count) { in NewRegisterList() function