Home
last modified time | relevance | path

Searched defs:from_start (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Delements.cc116 ElementsKind from_kind, uint32_t from_start, in CopyObjectToObjectElements()
158 FixedArrayBase* from_base, uint32_t from_start, FixedArrayBase* to_base, in CopyDictionaryToObjectElements()
206 uint32_t from_start, in CopyDoubleToObjectElements()
257 uint32_t from_start, in CopyDoubleToDoubleElements()
290 uint32_t from_start, in CopySmiToDoubleElements()
324 uint32_t from_start, in CopyPackedSmiToDoubleElements()
363 uint32_t from_start, in CopyObjectToDoubleElements()
397 uint32_t from_start, in CopyDictionaryToDoubleElements()
970 static void CopyElementsImpl(FixedArrayBase* from, uint32_t from_start, in CopyElementsImpl()
977 void CopyElements(JSObject* from_holder, uint32_t from_start, in CopyElements()
[all …]
/external/python/cpython3/Objects/
Dunicodeobject.c1387 PyObject *from, Py_ssize_t from_start, in _copy_characters()
1530 PyObject *from, Py_ssize_t from_start, Py_ssize_t how_many) in _PyUnicode_FastCopyCharacters()
1537 PyObject *from, Py_ssize_t from_start, in PyUnicode_CopyCharacters()
/external/python/cpython3/Modules/
D_testcapimodule.c1898 Py_ssize_t from_start, to_start, how_many, copied; in unicode_copycharacters() local