Searched refs:LoadDoubleWithHoleCheck (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/builtins/ |
D | array-reverse.tq | 25 return LoadDoubleWithHoleCheck(elems, index) otherwise Hole;
|
D | base.tq | 690 extern macro LoadDoubleWithHoleCheck(FixedDoubleArray, Smi): float64 730 let e: float64 = LoadDoubleWithHoleCheck(elements, index) otherwise IfHole;
|
D | builtins-array-gen.cc | 759 LoadDoubleWithHoleCheck(elements, offset, &hole_element); in VisitAllFastElementsOneKind()
|
/external/v8/src/ic/ |
D | keyed-store-generic.cc | 416 LoadDoubleWithHoleCheck(elements, offset, &found_hole, in StoreElementWithCapacity()
|
/external/v8/src/ |
D | code-stub-assembler.h | 1075 TNode<Float64T> LoadDoubleWithHoleCheck(TNode<FixedDoubleArray> array, 1082 TNode<Float64T> LoadDoubleWithHoleCheck(
|
D | code-stub-assembler.cc | 987 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/ |
D | array-sort.tq | 160 LoadDoubleWithHoleCheck(elems, index) otherwise Bailout;
|