Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-literals.cc126 if (copying) copy->FastPropertyAtPut(index, *value); in StructureWalk()
132 copy->FastPropertyAtPut(index, *value); in StructureWalk()
/external/v8/src/
Dobjects-inl.h1446 void JSObject::FastPropertyAtPut(FieldIndex index, Object* value) { in FastPropertyAtPut() function
Dobjects.h2575 inline void FastPropertyAtPut(FieldIndex index, Object* value);
/external/v8/src/heap/
Dfactory.cc3001 module_namespace->FastPropertyAtPut(index, in NewJSModuleNamespace()