HomeSort by relevance Sort by last modified time
    Searched refs:FixedArrayBase (Results 1 - 25 of 48) 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,
200 static void CopyDictionaryToObjectElements(FixedArrayBase* from_base,
202 FixedArrayBase* to_base,
254 FixedArrayBase* from_base,
256 FixedArrayBase* to_base,
313 static void CopyDoubleToDoubleElements(FixedArrayBase* from_base,
315 FixedArrayBase* to_base,
346 static void CopySmiToDoubleElements(FixedArrayBase* from_base
    [all...]
builtins.cc 297 static FixedArrayBase* LeftTrimFixedArray(Heap* heap,
298 FixedArrayBase* elms,
313 STATIC_ASSERT(FixedArrayBase::kMapOffset == 0);
314 STATIC_ASSERT(FixedArrayBase::kLengthOffset == kPointerSize);
315 STATIC_ASSERT(FixedArrayBase::kHeaderSize == 2 * kPointerSize);
321 if (to_trim * entry_size > FixedArrayBase::kHeaderSize &&
352 return FixedArrayBase::cast(HeapObject::FromAddress(
464 FixedArrayBase* elms_obj;
579 FixedArrayBase* elms_obj;
610 FixedArrayBase* elms_obj
    [all...]
factory.h 321 Handle<FixedArrayBase> elements,
329 void SetContent(Handle<JSArray> array, Handle<FixedArrayBase> elements);
333 Handle<FixedArrayBase> elements,
objects.h 83 // - FixedArrayBase
    [all...]
hydrogen.h     [all...]
factory.cc     [all...]
objects-inl.h     [all...]
heap.cc     [all...]
objects.cc     [all...]
hydrogen.cc     [all...]
mark-compact.cc     [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.cc     [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc     [all...]

Completed in 466 milliseconds

1 2