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

  /external/v8/src/builtins/
builtins-arguments.cc 84 Node* empty_fixed_array = LoadRoot(Heap::kEmptyFixedArrayRootIndex); local
85 StoreObjectField(result, JSArray::kPropertiesOffset, empty_fixed_array);
113 empty_fixed_array);
builtins-function.cc 437 Node* empty_fixed_array = assembler.EmptyFixedArrayConstant(); local
439 bound_function, JSObject::kPropertiesOffset, empty_fixed_array);
441 bound_function, JSObject::kElementsOffset, empty_fixed_array);
builtins-constructor.cc 124 Node* empty_fixed_array = HeapConstant(factory->empty_fixed_array()); local
126 empty_fixed_array);
128 empty_fixed_array);
  /external/v8/src/
contexts.cc 566 FixedArray* empty_fixed_array = GetHeap()->empty_fixed_array(); local
567 set_osr_code_table(empty_fixed_array);
objects.cc 11985 FixedArray* empty_fixed_array = GetHeap()->empty_fixed_array(); local
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 2148 Register empty_fixed_array = x4; local
2735 Register empty_fixed_array = x4; local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 1776 HValue* empty_fixed_array = Add<HLoadRoot>(Heap::kEmptyFixedArrayRootIndex); local
2024 HValue* empty_fixed_array = Add<HLoadRoot>(Heap::kEmptyFixedArrayRootIndex); local
2648 HValue* empty_fixed_array = Add<HLoadRoot>(Heap::kEmptyFixedArrayRootIndex); local
8538 Handle<Object> empty_fixed_array = local
9805 HValue* empty_fixed_array = Add<HConstant>(factory->empty_fixed_array()); local
9891 HConstant* empty_fixed_array = local
11612 HConstant* empty_fixed_array = Add<HConstant>( local
    [all...]

Completed in 242 milliseconds