Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/compiler/
Dtyper.cc44 Type* int32_array = Type::Array(int32, zone); in Typer() local
56 int32_array_fun_ = Type::Function(int32_array, arg1, arg2, arg3, zone); in Typer()