HomeSort by relevance Sort by last modified time
    Searched refs:FixedArrayBase (Results 1 - 25 of 49) sorted by null

1 2

  /external/v8/src/
elements.h 56 FixedArrayBase* backing_store = NULL) = 0;
66 FixedArrayBase* backing_store = NULL) = 0;
106 FixedArrayBase* destination,
110 FixedArrayBase* source = NULL) = 0;
113 FixedArrayBase* to,
115 FixedArrayBase* from = NULL) {
123 FixedArrayBase* from = NULL) = 0;
131 static ElementsAccessor* ForArray(FixedArrayBase* array);
138 virtual uint32_t GetCapacity(FixedArrayBase* backing_store) = 0;
148 virtual uint32_t GetKeyForIndex(FixedArrayBase* backing_store
    [all...]
elements.cc 96 typedef FixedArrayBase BackingStore;
419 FixedArrayBase* backing_store) {
430 FixedArrayBase* backing_store) {
477 static MaybeObject* CopyElementsImpl(FixedArrayBase* from,
479 FixedArrayBase* to,
489 FixedArrayBase* to,
493 FixedArrayBase* from) {
507 FixedArrayBase* from) {
590 virtual uint32_t GetCapacity(FixedArrayBase* backing_store) {
600 virtual uint32_t GetKeyForIndex(FixedArrayBase* backing_store
    [all...]
factory.h 271 Handle<FixedArrayBase> elements,
279 void SetContent(Handle<JSArray> array, Handle<FixedArrayBase> elements);
283 Handle<FixedArrayBase> elements,
objects.h 71 // - FixedArrayBase
    [all...]
objects-inl.h     [all...]
factory.cc 962 Handle<JSArray> Factory::NewJSArrayWithElements(Handle<FixedArrayBase> elements,
    [all...]
objects.cc     [all...]
builtins.cc 259 FixedArrayBase* elms;
260 if (!maybe_elms->To<FixedArrayBase>(&elms)) return maybe_elms;
    [all...]
heap.cc     [all...]
parser.cc     [all...]
heap.h 552 FixedArrayBase* array_base,
    [all...]
  /external/chromium_org/v8/src/
elements.h 61 FixedArrayBase* backing_store = NULL) = 0;
72 FixedArrayBase* backing_store = NULL) = 0;
83 FixedArrayBase* backing_store = NULL) = 0;
94 FixedArrayBase* backing_store = NULL) = 0;
105 FixedArrayBase* backing_store = NULL) = 0;
147 FixedArrayBase* destination,
150 FixedArrayBase* source = NULL) = 0;
153 FixedArrayBase* to,
155 FixedArrayBase* from = NULL) {
164 FixedArrayBase* from = NULL) = 0
    [all...]
elements.cc 112 typedef FixedArrayBase BackingStore;
150 static void CopyObjectToObjectElements(FixedArrayBase* from_base,
153 FixedArrayBase* to_base,
201 static void CopyDictionaryToObjectElements(FixedArrayBase* from_base,
203 FixedArrayBase* to_base,
255 FixedArrayBase* from_base,
257 FixedArrayBase* to_base,
314 static void CopyDoubleToDoubleElements(FixedArrayBase* from_base,
316 FixedArrayBase* to_base,
347 static void CopySmiToDoubleElements(FixedArrayBase* from_base
    [all...]
builtins.cc 223 static FixedArrayBase* LeftTrimFixedArray(Heap* heap,
224 FixedArrayBase* elms,
239 STATIC_ASSERT(FixedArrayBase::kMapOffset == 0);
240 STATIC_ASSERT(FixedArrayBase::kLengthOffset == kPointerSize);
241 STATIC_ASSERT(FixedArrayBase::kHeaderSize == 2 * kPointerSize);
247 if (to_trim * entry_size > FixedArrayBase::kHeaderSize &&
276 FixedArrayBase* new_elms = FixedArrayBase::cast(HeapObject::FromAddress(
398 FixedArrayBase* elms_obj;
513 FixedArrayBase* elms_obj
    [all...]
factory.h 340 Handle<FixedArrayBase> elements,
348 void SetContent(Handle<JSArray> array, Handle<FixedArrayBase> elements);
objects.h 83 // - FixedArrayBase
    [all...]
objects-inl.h     [all...]
hydrogen.h     [all...]
objects.cc     [all...]
factory.cc     [all...]
heap.cc     [all...]
ast.cc 373 Handle<FixedArrayBase> element_values(array->elements());
    [all...]
deoptimizer.cc     [all...]
mark-compact.cc     [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc     [all...]

Completed in 266 milliseconds

1 2