Home
last modified time | relevance | path

Searched refs:GetFromImmutableFixedDoubleArray (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dheap-refs.h790 Float64 GetFromImmutableFixedDoubleArray(int i) const;
Dheap-refs.cc1352 Float64 FixedDoubleArrayRef::GetFromImmutableFixedDoubleArray(int i) const { in GetFromImmutableFixedDoubleArray() function in v8::internal::compiler::FixedDoubleArrayRef
Djs-create-lowering.cc1876 Float64 value = elements.GetFromImmutableFixedDoubleArray(i); in TryAllocateFastLiteralElements()