Home
last modified time | relevance | path

Searched refs:SetFastElement (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dobjects.h1315 Object* SetFastElement(uint32_t index, Object* value);
Dobjects.cc5605 Object* JSObject::SetFastElement(uint32_t index, Object* value) { in SetFastElement() function in v8::internal::JSObject
5686 return SetFastElement(index, value); in SetElementWithoutInterceptor()
Dparser.cc4024 array->SetFastElement(i, *element); in NewThrowError()
Druntime.cc5713 Object* obj = array->SetFastElement(length, element); in Runtime_PushIfAbsent()