Home
last modified time | relevance | path

Searched refs:LoadFixedDoubleArrayElement (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-math-gen.cc428 Node* random = LoadFixedDoubleArrayElement( in TF_BUILTIN()
Dbuiltins-array-gen.cc990 Node* value = LoadFixedDoubleArrayElement( in TF_BUILTIN()
1578 result.Bind(AllocateHeapNumberWithValue(LoadFixedDoubleArrayElement( in TF_BUILTIN()
3278 Node* element_k = LoadFixedDoubleArrayElement(elements, index_var.value(), in GeneratePackedDoubles()
3293 Node* element_k = LoadFixedDoubleArrayElement(elements, index_var.value(), in GeneratePackedDoubles()
3354 Node* element_k = LoadFixedDoubleArrayElement(elements, index_var.value(), in GenerateHoleyDoubles()
3372 Node* element_k = LoadFixedDoubleArrayElement( in GenerateHoleyDoubles()
3389 LoadFixedDoubleArrayElement(elements, index_var.value(), in GenerateHoleyDoubles()
Dbase.tq653 extern macro LoadFixedDoubleArrayElement(FixedDoubleArray, Smi): float64;
Dbuiltins-collections-gen.cc503 LoadFixedDoubleArrayElement(CAST(elements), index, MachineType::Float64(), in LoadAndNormalizeFixedDoubleArrayElement()
/external/v8/src/
Dcode-stub-assembler.h1047 TNode<Float64T> LoadFixedDoubleArrayElement(
1053 Node* LoadFixedDoubleArrayElement(TNode<FixedDoubleArray> object, in LoadFixedDoubleArrayElement() function
1055 return LoadFixedDoubleArrayElement(object, index, MachineType::Float64(), 0, in LoadFixedDoubleArrayElement()
Dcode-stub-assembler.cc989 return LoadFixedDoubleArrayElement(array, index, MachineType::Float64(), 0, in LoadDoubleWithHoleCheck()
2373 TNode<Float64T> CodeStubAssembler::LoadFixedDoubleArrayElement( in LoadFixedDoubleArrayElement() function in v8::internal::CodeStubAssembler
2429 var_result = AllocateHeapNumberWithValue(LoadFixedDoubleArrayElement( in LoadFixedArrayBaseElementAsTagged()
2436 var_result = AllocateHeapNumberWithValue(LoadFixedDoubleArrayElement( in LoadFixedArrayBaseElementAsTagged()
8706 LoadFixedDoubleArrayElement(CAST(elements), intptr_index, in TryLookupElement()
/external/v8/src/ic/
Daccessor-assembler.cc1813 var_double_value->Bind(LoadFixedDoubleArrayElement(elements, intptr_index, in EmitElementLoad()
1821 Node* value = LoadFixedDoubleArrayElement(elements, intptr_index, in EmitElementLoad()