Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Darray-reverse.tq25 return LoadDoubleWithHoleCheck(elems, index) otherwise Hole;
Dbase.tq690 extern macro LoadDoubleWithHoleCheck(FixedDoubleArray, Smi): float64
730 let e: float64 = LoadDoubleWithHoleCheck(elements, index) otherwise IfHole;
Dbuiltins-array-gen.cc759 LoadDoubleWithHoleCheck(elements, offset, &hole_element); in VisitAllFastElementsOneKind()
/external/v8/src/ic/
Dkeyed-store-generic.cc416 LoadDoubleWithHoleCheck(elements, offset, &found_hole, in StoreElementWithCapacity()
/external/v8/src/
Dcode-stub-assembler.h1075 TNode<Float64T> LoadDoubleWithHoleCheck(TNode<FixedDoubleArray> array,
1082 TNode<Float64T> LoadDoubleWithHoleCheck(
Dcode-stub-assembler.cc987 TNode<Float64T> CodeStubAssembler::LoadDoubleWithHoleCheck( in LoadDoubleWithHoleCheck() function in v8::internal::CodeStubAssembler
2387 return LoadDoubleWithHoleCheck(object, offset, if_hole, machine_type); in LoadFixedDoubleArrayElement()
2454 TNode<Float64T> CodeStubAssembler::LoadDoubleWithHoleCheck( in LoadDoubleWithHoleCheck() function in v8::internal::CodeStubAssembler
4534 LoadDoubleWithHoleCheck(array, offset, if_hole, MachineType::Float64()); in LoadElementAndPrepareForStore()
/external/v8/third_party/v8/builtins/
Darray-sort.tq160 LoadDoubleWithHoleCheck(elems, index) otherwise Bailout;