Home
last modified time | relevance | path

Searched refs:fixed_array (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/heap/
Dobject-stats.cc139 FixedArrayBase* fixed_array, FixedArraySubInstanceType fast_type, in CountFixedArray() argument
141 Heap* heap = fixed_array->map()->GetHeap(); in CountFixedArray()
142 if (fixed_array->map() != heap->fixed_cow_array_map() && in CountFixedArray()
143 fixed_array->map() != heap->fixed_double_array_map() && in CountFixedArray()
144 fixed_array != heap->empty_fixed_array()) { in CountFixedArray()
145 if (fixed_array->IsDictionary()) { in CountFixedArray()
147 fixed_array->Size()); in CountFixedArray()
150 fixed_array->Size()); in CountFixedArray()
233 FixedArray* fixed_array = FixedArray::cast(obj); in Visit() local
234 if (fixed_array == heap->string_table()) { in Visit()
[all …]
Dobject-stats.h91 static void CountFixedArray(FixedArrayBase* fixed_array,
Dheap.cc2200 ALLOCATE_PARTIAL_MAP(FIXED_ARRAY_TYPE, kVariableSizeSentinel, fixed_array); in CreateInitialMaps()
/external/v8/src/interpreter/
Dconstant-array-builder.cc90 Handle<FixedArray> fixed_array = in ToFixedArray() local
92 for (int i = 0; i < fixed_array->length(); i++) { in ToFixedArray()
93 fixed_array->set(i, *At(static_cast<size_t>(i))); in ToFixedArray()
95 return fixed_array; in ToFixedArray()
/external/v8/src/
Dstring-builder.h30 FixedArray* fixed_array, in StringBuilderConcatHelper() argument
35 Object* element = fixed_array->get(i); in StringBuilderConcatHelper()
47 Object* obj = fixed_array->get(++i); in StringBuilderConcatHelper()
67 FixedArray* fixed_array, in StringBuilderConcatLength() argument
73 Object* elt = fixed_array->get(i); in StringBuilderConcatLength()
89 Object* next_smi = fixed_array->get(i); in StringBuilderConcatLength()
Dobjects-inl.h6649 FixedArrayBase* fixed_array = in GetElementsKind() local
6655 Map* map = fixed_array->map(); in GetElementsKind()
6660 (fixed_array->IsFixedDoubleArray() || in GetElementsKind()
6661 fixed_array == GetHeap()->empty_fixed_array())) || in GetElementsKind()
6663 fixed_array->IsFixedArray() && in GetElementsKind()
6664 fixed_array->IsDictionary()) || in GetElementsKind()
Dapi.cc6651 i::Handle<i::FixedTypedArrayBase> fixed_array( in CopyContents() local
6653 source = reinterpret_cast<char*>(fixed_array->DataPtr()); in CopyContents()
/external/v8/test/mjsunit/
Dkeyed-call-generic.js76 var fixed_array = [zero, one, two]; variable
93 testMany(fixed_array, first3num, first3num);
/external/v8/src/runtime/
Druntime-strings.cc461 FixedArray* fixed_array = FixedArray::cast(array->elements()); in RUNTIME_FUNCTION() local
462 if (fixed_array->length() < array_length) { in RUNTIME_FUNCTION()
463 array_length = fixed_array->length(); in RUNTIME_FUNCTION()
469 Object* first = fixed_array->get(0); in RUNTIME_FUNCTION()
472 length = StringBuilderConcatLength(special_length, fixed_array, in RUNTIME_FUNCTION()
512 Handle<FixedArray> fixed_array(FixedArray::cast(array->elements())); in RUNTIME_FUNCTION() local
513 if (fixed_array->length() < array_length) { in RUNTIME_FUNCTION()
514 array_length = fixed_array->length(); in RUNTIME_FUNCTION()
520 Object* first = fixed_array->get(0); in RUNTIME_FUNCTION()
534 Object* element_obj = fixed_array->get(i); in RUNTIME_FUNCTION()
[all …]
Druntime-internal.cc61 Handle<FixedArray> fixed_array(FixedArray::cast(array->elements())); in RUNTIME_FUNCTION() local
64 RUNTIME_ASSERT(fixed_array->get(i)->IsString()); in RUNTIME_FUNCTION()
65 Handle<String> name(String::cast(fixed_array->get(i))); in RUNTIME_FUNCTION()
66 RUNTIME_ASSERT(fixed_array->get(i + 1)->IsJSObject()); in RUNTIME_FUNCTION()
67 Handle<JSObject> object(JSObject::cast(fixed_array->get(i + 1))); in RUNTIME_FUNCTION()
/external/v8/test/unittests/compiler/
Dinterpreter-assembler-unittest.cc520 Node* fixed_array = m.IntPtrConstant(0xdeadbeef); in TARGET_TEST_F() local
521 Node* load_element = m.LoadFixedArrayElement(fixed_array, index); in TARGET_TEST_F()
524 m.IsLoad(MachineType::AnyTagged(), fixed_array, in TARGET_TEST_F()
/external/v8/src/compiler/
Dinterpreter-assembler.h97 Node* LoadFixedArrayElement(Node* fixed_array, int index);
Dinterpreter-assembler.cc390 Node* InterpreterAssembler::LoadFixedArrayElement(Node* fixed_array, in LoadFixedArrayElement() argument
395 return raw_assembler_->Load(MachineType::AnyTagged(), fixed_array, in LoadFixedArrayElement()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc1004 Label call_runtime, use_cache, fixed_array; in VisitForInStatement() local
1024 __ j(not_equal, &fixed_array); in VisitForInStatement()
1051 __ bind(&fixed_array); in VisitForInStatement()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1096 Label fixed_array; in VisitForInStatement() local
1100 __ b(ne, &fixed_array); in VisitForInStatement()
1126 __ bind(&fixed_array); in VisitForInStatement()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1095 Label fixed_array, no_descriptors; in VisitForInStatement() local
1097 __ JumpIfNotRoot(x2, Heap::kMetaMapRootIndex, &fixed_array); in VisitForInStatement()
1121 __ Bind(&fixed_array); in VisitForInStatement()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1044 Label fixed_array; in VisitForInStatement() local
1047 __ j(not_equal, &fixed_array); in VisitForInStatement()
1074 __ bind(&fixed_array); in VisitForInStatement()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1090 Label fixed_array; in VisitForInStatement() local
1093 __ Branch(&fixed_array, ne, a2, Operand(at)); in VisitForInStatement()
1117 __ bind(&fixed_array); in VisitForInStatement()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc996 Label call_runtime, use_cache, fixed_array; in VisitForInStatement() local
1016 __ j(not_equal, &fixed_array); in VisitForInStatement()
1043 __ bind(&fixed_array); in VisitForInStatement()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1091 Label fixed_array; in VisitForInStatement() local
1094 __ Branch(&fixed_array, ne, a2, Operand(at)); in VisitForInStatement()
1118 __ bind(&fixed_array); in VisitForInStatement()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc1053 Label fixed_array; in VisitForInStatement() local
1057 __ bne(&fixed_array); in VisitForInStatement()
1084 __ bind(&fixed_array); in VisitForInStatement()
/external/ceres-solver/docs/source/
Dversion_history.rst191 #. Remove DCHECK_GE checks from fixed_array.h.
/external/v8/test/cctest/
Dtest-api.cc15726 i::Handle<FixedTypedArrayClass> fixed_array( in FixedTypedArrayTestHelper() local
15729 fixed_array->map()->instance_type()); in FixedTypedArrayTestHelper()
15730 CHECK_EQ(kElementCount, fixed_array->length()); in FixedTypedArrayTestHelper()
15733 fixed_array->set(i, static_cast<ElementType>(i)); in FixedTypedArrayTestHelper()
15739 static_cast<int64_t>(fixed_array->get_scalar(i))); in FixedTypedArrayTestHelper()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.217191 (cid_parser_to_{int,fixed,coord_array,fixed_array,token,token_array}):