HomeSort by relevance Sort by last modified time
    Searched defs:fast_elements (Results 1 - 9 of 9) sorted by null

  /external/v8/src/
json-parser.h 342 Handle<FixedArray> fast_elements = local
345 fast_elements->set(i, *elements[i]);
347 return isolate()->factory()->NewJSArrayWithElements(fast_elements);
hydrogen-instructions.h 4505 bool fast_elements() const { return fast_elements_; } function in class:v8::HObjectLiteral
    [all...]
ast.h 1354 bool fast_elements() const { return fast_elements_; } function in class:v8::internal::ObjectLiteral
    [all...]
parser.cc 4222 bool fast_elements = true; local
    [all...]
hydrogen.cc 4665 bool fast_elements = map->has_fast_elements(); local
    [all...]
objects.cc 11295 FixedArray* fast_elements = FixedArray::cast(new_array); local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 7319 Label fast_elements; local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 7642 Label fast_elements; local
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 6291 Label fast_elements; local
    [all...]

Completed in 341 milliseconds