Searched refs:LoadFixedDoubleArrayElement (Results 1 – 6 of 6) sorted by relevance
| /third_party/node/deps/v8/src/builtins/ |
| D | builtins-array-gen.cc | 305 TNode<Float64T> value = LoadFixedDoubleArrayElement( in TF_BUILTIN() 964 LoadFixedDoubleArrayElement(elements, index_var.value()); in GeneratePackedDoubles() 979 LoadFixedDoubleArrayElement(elements, index_var.value()); in GeneratePackedDoubles() 1038 LoadFixedDoubleArrayElement(elements, index_var.value()); in GenerateHoleyDoubles() 1055 TNode<Float64T> element_k = LoadFixedDoubleArrayElement( in GenerateHoleyDoubles() 1071 LoadFixedDoubleArrayElement(elements, index_var.value(), &return_found, in GenerateHoleyDoubles()
|
| D | builtins-collections-gen.cc | 577 LoadFixedDoubleArrayElement(CAST(elements), index, &if_hole); in LoadAndNormalizeFixedDoubleArrayElement()
|
| /third_party/node/deps/v8/src/objects/ |
| D | fixed-array.tq | 86 extern operator '.floats[]' macro LoadFixedDoubleArrayElement(
|
| /third_party/node/deps/v8/src/ic/ |
| D | accessor-assembler.cc | 2376 LoadFixedDoubleArrayElement(CAST(elements), intptr_index); in EmitElementLoad() 2385 LoadFixedDoubleArrayElement(CAST(elements), intptr_index, if_hole); in EmitElementLoad()
|
| /third_party/node/deps/v8/src/codegen/ |
| D | code-stub-assembler.cc | 1190 return LoadFixedDoubleArrayElement(array, index, if_hole); in LoadDoubleWithHoleCheck() 2683 TNode<Float64T> CodeStubAssembler::LoadFixedDoubleArrayElement( in LoadFixedDoubleArrayElement() function in v8::internal::CodeStubAssembler 2738 LoadFixedDoubleArrayElement(CAST(elements), index)); in LoadFixedArrayBaseElementAsTagged() 2745 LoadFixedDoubleArrayElement(CAST(elements), index, if_hole)); in LoadFixedArrayBaseElementAsTagged() 10031 LoadFixedDoubleArrayElement(CAST(elements), intptr_index, if_not_found, in TryLookupElement()
|
| D | code-stub-assembler.h | 1570 TNode<Float64T> LoadFixedDoubleArrayElement(
|