Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/compiler/
Dtyper.cc42 Type* int8_array = Type::Array(int8, zone); in Typer() local
54 int8_array_fun_ = Type::Function(int8_array, arg1, arg2, arg3, zone); in Typer()