HomeSort by relevance Sort by last modified time
    Searched refs:fast_elements (Results 1 - 20 of 20) 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);
ast.h 1354 bool fast_elements() const { return fast_elements_; } function in class:v8::internal::ObjectLiteral
    [all...]
parser.h 651 bool* fast_elements,
parser.cc 4222 bool fast_elements = true; local
    [all...]
hydrogen-instructions.h 4505 bool fast_elements() const { return fast_elements_; } function in class:v8::HObjectLiteral
    [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...]
runtime.cc 212 case FAST_ELEMENTS: {
226 (copy->GetElementsKind() == FAST_ELEMENTS));
489 constant_elements_kind == FAST_ELEMENTS);
525 // Ensure that the boilerplate object has FAST_ELEMENTS, unless the flag is
529 if (object->GetElementsKind() != FAST_ELEMENTS) {
530 CHECK(!TransitionElements(object, FAST_ELEMENTS, isolate)->IsFailure());
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 6291 Label fast_elements; local
    [all...]
full-codegen-x64.cc     [all...]
lithium-codegen-x64.cc     [all...]
  /external/v8/src/arm/
code-stubs-arm.cc     [all...]
full-codegen-arm.cc     [all...]
lithium-codegen-arm.cc     [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 7319 Label fast_elements; local
    [all...]
full-codegen-ia32.cc     [all...]
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 7642 Label fast_elements; local
    [all...]
full-codegen-mips.cc     [all...]
lithium-codegen-mips.cc     [all...]

Completed in 892 milliseconds