Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-unboxed-doubles.cc1073 obj->FastPropertyAtPut(field_index, *boom_number); in TEST()
1412 obj->FastPropertyAtPut(field_index, *boom_number); in TEST()
1458 obj->FastPropertyAtPut(index, *obj_value); in TestWriteBarrier()
1542 obj->FastPropertyAtPut(index, *obj_value); in TestIncrementalWriteBarrier()
/external/v8/src/
Ddeoptimizer.cc3477 object->FastPropertyAtPut(index, *value); in MaterializeAt()
Dobjects-inl.h2230 void JSObject::FastPropertyAtPut(FieldIndex index, Object* value) { in FastPropertyAtPut() function
Dobjects.h2355 inline void FastPropertyAtPut(FieldIndex index, Object* value);
Dobjects.cc8101 copy->FastPropertyAtPut(index, *value); in StructureWalk()
8107 copy->FastPropertyAtPut(index, *value); in StructureWalk()