| /external/chromium_org/v8/src/ |
| string-stream.h | 157 void PrintFixedArray(FixedArray* array, unsigned int limit);
|
| liveedit.cc | 464 Handle<FixedArray> ends_array_; [all...] |
| objects-visiting-inl.h | 59 FixedArray::BodyDescriptor, 338 HeapObject::RawField(object, FixedArray::OffsetOfElementAt(idx)); 428 FixedArray* code_map = FixedArray::cast(shared->optimized_code_map()); 642 FixedArray* literals = data->LiteralArray(); [all...] |
| parser.h | 680 Handle<FixedArray> constants, 896 static Handle<FixedArray> GetValue(Expression* expression); 899 static LiteralType GetLiteralType(Handle<FixedArray> value); 902 static Handle<FixedArray> GetElements(Handle<FixedArray> value);
|
| jsregexp.cc | 103 Handle<FixedArray> elements = factory->NewFixedArray(2); 176 Handle<FixedArray> cached = compilation_cache->LookupRegExp(pattern, flags); 225 Handle<FixedArray> data(FixedArray::cast(re->data())); 268 static void SetAtomLastCapture(FixedArray* array, 356 FixedArray* array = FixedArray::cast(last_match_info->elements()); 396 Handle<FixedArray> elements = factory->NewFixedArray(2); 471 Handle<FixedArray> data = Handle<FixedArray>(FixedArray::cast(re->data())) [all...] |
| mark-compact.cc | 279 FixedArray* array = FixedArray::cast(object); 285 FIXED_ARRAY_TYPE, FixedArray::SizeFor(length), this); [all...] |
| heap.h | 76 V(FixedArray, empty_fixed_array, EmptyFixedArray) \ 84 V(FixedArray, number_string_cache, NumberStringCache) \ 88 V(FixedArray, single_character_string_cache, SingleCharacterStringCache) \ 89 V(FixedArray, string_split_cache, StringSplitCache) \ 90 V(FixedArray, regexp_multiple_cache, RegExpMultipleCache) \ 177 V(FixedArray, natives_source_cache, NativesSourceCache) \ [all...] |
| /external/v8/src/ |
| accessors.cc | 324 Handle<FixedArray> line_ends(FixedArray::cast(script->line_ends())); 576 Handle<FixedArray> array = factory->NewFixedArray(args_count); 637 Handle<FixedArray> array = isolate->factory()->NewFixedArray(length);
|
| messages.cc | 65 Handle<FixedArray> arguments_elements =
|
| objects-visiting-inl.h | 54 FixedArray::BodyDescriptor,
|
| string-stream.h | 151 void PrintFixedArray(FixedArray* array, unsigned int limit);
|
| contexts.h | 92 // Contexts are implemented as FixedArray objects; the Context 93 // class is a convenience interface casted on a FixedArray object. 146 V(JSFUNCTION_RESULT_CACHES_INDEX, FixedArray, jsfunction_result_caches) \ 206 class Context: public FixedArray { 214 // The default context slot layout; indices are FixedArray slot indices.
|
| heap.cc | 699 FixedArray* caches = FixedArray::cast(caches_or_undefined); [all...] |
| liveobjectlist.cc | 115 v(FixedArray, "meta: FixedArray") \ 547 FixedArray* fixed = FixedArray::cast(obj); 565 static bool AddObjDetail(Handle<FixedArray> arr, 630 virtual bool Write(Handle<FixedArray> elements_arr, 660 bool Write(Handle<FixedArray> elements_arr, 734 Handle<FixedArray> retainers_arr; 750 bool Write(Handle<FixedArray> elements_arr, 897 Handle<FixedArray> retainers_arr [all...] |
| /external/v8/src/mips/ |
| codegen-mips.cc | 120 __ lw(t1, FieldMemOperand(t0, FixedArray::kLengthOffset)); 121 // t0: source FixedArray 158 __ Addu(a3, t0, Operand(FixedArray::kHeaderSize - kHeapObjectTag)); 261 __ lw(t1, FieldMemOperand(t0, FixedArray::kLengthOffset)); 262 // t0: source FixedArray 265 // Allocate new FixedArray. 269 // t2: destination FixedArray, not tagged as heap object 277 __ Addu(a3, t2, Operand(FixedArray::kHeaderSize)); 284 // a3: begin of destination FixedArray element fields, not tagged 286 // t1: end of destination FixedArray, not tagge [all...] |
| builtins-mips.cc | 127 size += FixedArray::SizeFor(initial_capacity); 162 // Initialize the FixedArray and fill it with holes. FixedArray length is 168 STATIC_ASSERT(0 * kPointerSize == FixedArray::kMapOffset); 172 STATIC_ASSERT(1 * kPointerSize == FixedArray::kLengthOffset); 176 // Fill the FixedArray with the hole value. Inline the code if short. 177 STATIC_ASSERT(2 * kPointerSize == FixedArray::kHeaderSize); 200 // into the result register and beginning and end of the FixedArray elements 224 // Allocate the JSArray object together with space for a FixedArray with the 228 (JSArray::kSize + FixedArray::kHeaderSize) / kPointerSize) [all...] |
| /external/chromium_org/v8/src/ia32/ |
| ic-ia32.cc | 281 __ cmp(key, FieldOperand(scratch, FixedArray::kLengthOffset)); 285 __ mov(scratch, FieldOperand(scratch, key, times_2, FixedArray::kHeaderSize)); 360 __ mov(scratch2, FieldOperand(scratch1, FixedArray::kLengthOffset)); 366 const int kHeaderSize = FixedArray::kHeaderSize + 2 * kPointerSize; 377 const int kContextOffset = FixedArray::kHeaderSize; 393 const int kBackingStoreOffset = FixedArray::kHeaderSize + kPointerSize; 398 __ mov(scratch, FieldOperand(backing_store, FixedArray::kLengthOffset)); 404 FixedArray::kHeaderSize); 563 FixedArray::kHeaderSize)); 727 // ebx: FixedArray receiver->element [all...] |
| stub-cache-ia32.cc | 382 offset = offset + FixedArray::kHeaderSize; [all...] |
| /external/v8/src/x64/ |
| builtins-x64.cc | 203 // Allocate and initialize a FixedArray if it is. 222 // rdi: start of next object (will be start of FixedArray) 224 __ AllocateInNewSpace(FixedArray::kHeaderSize, 233 // Initialize the FixedArray. 235 // rdi: FixedArray 241 __ movq(Operand(rdi, FixedArray::kLengthOffset), rdx); // and length 245 // rdi: FixedArray 250 __ lea(rcx, Operand(rdi, FixedArray::kHeaderSize)); 260 // Store the initialized FixedArray into the properties field of 263 // rdi: FixedArray [all...] |
| stub-cache-x64.cc | 362 int offset = index * kPointerSize + FixedArray::kHeaderSize; 787 int offset = index * kPointerSize + FixedArray::kHeaderSize; [all...] |
| /external/v8/src/arm/ |
| builtins-arm.cc | 123 size += FixedArray::SizeFor(initial_capacity); 159 // Initialize the FixedArray and fill it with holes. FixedArray length is 165 STATIC_ASSERT(0 * kPointerSize == FixedArray::kMapOffset); 168 STATIC_ASSERT(1 * kPointerSize == FixedArray::kLengthOffset); 171 // Fill the FixedArray with the hole value. Inline the code if short. 172 STATIC_ASSERT(2 * kPointerSize == FixedArray::kHeaderSize); 194 // into the result register and beginning and end of the FixedArray elements 218 // Allocate the JSArray object together with space for a FixedArray with the 222 Operand((JSArray::kSize + FixedArray::kHeaderSize) / kPointerSize)) [all...] |
| /external/chromium_org/v8/src/x64/ |
| stub-cache-x64.cc | 356 offset = offset + FixedArray::kHeaderSize; [all...] |
| /external/v8/src/ia32/ |
| stub-cache-ia32.cc | 388 int offset = index * kPointerSize + FixedArray::kHeaderSize; 807 int offset = index * kPointerSize + FixedArray::kHeaderSize; [all...] |
| /external/chromium_org/v8/src/arm/ |
| stub-cache-arm.cc | 328 offset = offset + FixedArray::kHeaderSize; 587 int offset = index * kPointerSize + FixedArray::kHeaderSize; 661 int offset = index * kPointerSize + FixedArray::kHeaderSize; 712 int offset = index * kPointerSize + FixedArray::kHeaderSize; [all...] |
| /external/chromium_org/v8/src/mips/ |
| stub-cache-mips.cc | 320 offset = offset + FixedArray::kHeaderSize; 577 int offset = index * kPointerSize + FixedArray::kHeaderSize; 652 int offset = index * kPointerSize + FixedArray::kHeaderSize; 704 int offset = index * kPointerSize + FixedArray::kHeaderSize; [all...] |