Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-array-gen.cc305 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()
Dbuiltins-collections-gen.cc577 LoadFixedDoubleArrayElement(CAST(elements), index, &if_hole); in LoadAndNormalizeFixedDoubleArrayElement()
/third_party/node/deps/v8/src/objects/
Dfixed-array.tq86 extern operator '.floats[]' macro LoadFixedDoubleArrayElement(
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc2376 LoadFixedDoubleArrayElement(CAST(elements), intptr_index); in EmitElementLoad()
2385 LoadFixedDoubleArrayElement(CAST(elements), intptr_index, if_hole); in EmitElementLoad()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1190 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()
Dcode-stub-assembler.h1570 TNode<Float64T> LoadFixedDoubleArrayElement(