Searched refs:LoadPropertyArrayLength (Results 1 – 3 of 3) sorted by relevance
4867 TNode<IntPtrT> length = LoadPropertyArrayLength(source_property_array); in GenerateCloneObjectIC()
1548 TNode<IntPtrT> LoadPropertyArrayLength(TNode<PropertyArray> object);
2217 return LoadPropertyArrayLength(array); in LoadArrayLength()2328 TNode<IntPtrT> CodeStubAssembler::LoadPropertyArrayLength( in LoadPropertyArrayLength() function in v8::internal::CodeStubAssembler