Searched refs:LoadFixedDoubleArrayElement (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-math-gen.cc | 428 Node* random = LoadFixedDoubleArrayElement( in TF_BUILTIN()
|
D | builtins-array-gen.cc | 990 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()
|
D | base.tq | 653 extern macro LoadFixedDoubleArrayElement(FixedDoubleArray, Smi): float64;
|
D | builtins-collections-gen.cc | 503 LoadFixedDoubleArrayElement(CAST(elements), index, MachineType::Float64(), in LoadAndNormalizeFixedDoubleArrayElement()
|
/external/v8/src/ |
D | code-stub-assembler.h | 1047 TNode<Float64T> LoadFixedDoubleArrayElement( 1053 Node* LoadFixedDoubleArrayElement(TNode<FixedDoubleArray> object, in LoadFixedDoubleArrayElement() function 1055 return LoadFixedDoubleArrayElement(object, index, MachineType::Float64(), 0, in LoadFixedDoubleArrayElement()
|
D | code-stub-assembler.cc | 989 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/ |
D | accessor-assembler.cc | 1813 var_double_value->Bind(LoadFixedDoubleArrayElement(elements, intptr_index, in EmitElementLoad() 1821 Node* value = LoadFixedDoubleArrayElement(elements, intptr_index, in EmitElementLoad()
|