Searched refs:InObjectPropertyAtPut (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ |
D | bootstrapper.cc | 1013 proto->InObjectPropertyAtPut(JSRegExp::kSourceFieldIndex, in InitializeGlobal() 1015 proto->InObjectPropertyAtPut(JSRegExp::kGlobalFieldIndex, in InitializeGlobal() 1017 proto->InObjectPropertyAtPut(JSRegExp::kIgnoreCaseFieldIndex, in InitializeGlobal() 1019 proto->InObjectPropertyAtPut(JSRegExp::kMultilineFieldIndex, in InitializeGlobal() 1021 proto->InObjectPropertyAtPut(JSRegExp::kLastIndexFieldIndex, in InitializeGlobal()
|
D | runtime.cc | 172 copy->InObjectPropertyAtPut(i, result); in DeepCopyBoilerplate() 1779 array->InObjectPropertyAtPut(JSRegExpResult::kIndexIndex, args[1]); in RUNTIME_FUNCTION() 1780 array->InObjectPropertyAtPut(JSRegExpResult::kInputIndex, args[2]); in RUNTIME_FUNCTION() 1805 regexp->InObjectPropertyAtPut(JSRegExp::kSourceFieldIndex, source); in RUNTIME_FUNCTION() 1808 regexp->InObjectPropertyAtPut( in RUNTIME_FUNCTION() 1810 regexp->InObjectPropertyAtPut( in RUNTIME_FUNCTION() 1812 regexp->InObjectPropertyAtPut( in RUNTIME_FUNCTION() 1814 regexp->InObjectPropertyAtPut(JSRegExp::kLastIndexFieldIndex, in RUNTIME_FUNCTION()
|
D | heap.cc | 3634 JSObject::cast(result)->InObjectPropertyAtPut(kArgumentsLengthIndex, in AllocateArgumentsObject() 3639 JSObject::cast(result)->InObjectPropertyAtPut(kArgumentsCalleeIndex, in AllocateArgumentsObject()
|
D | objects-inl.h | 1563 Object* JSObject::InObjectPropertyAtPut(int index, in InObjectPropertyAtPut() function
|
D | objects.h | 1996 inline Object* InObjectPropertyAtPut(int index,
|
D | objects.cc | 12436 obj->InObjectPropertyAtPut(current_offset, in TransformPropertiesToFastFor()
|
/external/chromium_org/v8/src/ |
D | bootstrapper.cc | 1022 proto->InObjectPropertyAtPut(JSRegExp::kSourceFieldIndex, in InitializeGlobal() 1024 proto->InObjectPropertyAtPut(JSRegExp::kGlobalFieldIndex, in InitializeGlobal() 1026 proto->InObjectPropertyAtPut(JSRegExp::kIgnoreCaseFieldIndex, in InitializeGlobal() 1028 proto->InObjectPropertyAtPut(JSRegExp::kMultilineFieldIndex, in InitializeGlobal() 1030 proto->InObjectPropertyAtPut(JSRegExp::kLastIndexFieldIndex, in InitializeGlobal()
|
D | runtime.cc | 2559 array->InObjectPropertyAtPut(JSRegExpResult::kIndexIndex, args[1]); in RUNTIME_FUNCTION() 2560 array->InObjectPropertyAtPut(JSRegExpResult::kInputIndex, args[2]); in RUNTIME_FUNCTION() 2589 regexp->InObjectPropertyAtPut(JSRegExp::kSourceFieldIndex, *source); in RUNTIME_FUNCTION() 2592 regexp->InObjectPropertyAtPut( in RUNTIME_FUNCTION() 2594 regexp->InObjectPropertyAtPut( in RUNTIME_FUNCTION() 2596 regexp->InObjectPropertyAtPut( in RUNTIME_FUNCTION() 2598 regexp->InObjectPropertyAtPut( in RUNTIME_FUNCTION()
|
D | heap.cc | 4508 JSObject::cast(result)->InObjectPropertyAtPut(kArgumentsLengthIndex, in AllocateArgumentsObject() 4513 JSObject::cast(result)->InObjectPropertyAtPut(kArgumentsCalleeIndex, in AllocateArgumentsObject()
|
D | objects-inl.h | 1829 Object* JSObject::InObjectPropertyAtPut(int index, in InObjectPropertyAtPut() function
|
D | objects.h | 2506 inline Object* InObjectPropertyAtPut(int index,
|
D | objects.cc | 15900 obj->InObjectPropertyAtPut(current_offset, in TransformPropertiesToFastFor()
|