Home
last modified time | relevance | path

Searched refs:InObjectPropertyAtPut (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/
Dbootstrapper.cc1013 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()
Druntime.cc172 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()
Dheap.cc3634 JSObject::cast(result)->InObjectPropertyAtPut(kArgumentsLengthIndex, in AllocateArgumentsObject()
3639 JSObject::cast(result)->InObjectPropertyAtPut(kArgumentsCalleeIndex, in AllocateArgumentsObject()
Dobjects-inl.h1563 Object* JSObject::InObjectPropertyAtPut(int index, in InObjectPropertyAtPut() function
Dobjects.h1996 inline Object* InObjectPropertyAtPut(int index,
Dobjects.cc12436 obj->InObjectPropertyAtPut(current_offset, in TransformPropertiesToFastFor()
/external/chromium_org/v8/src/
Dbootstrapper.cc1022 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()
Druntime.cc2559 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()
Dheap.cc4508 JSObject::cast(result)->InObjectPropertyAtPut(kArgumentsLengthIndex, in AllocateArgumentsObject()
4513 JSObject::cast(result)->InObjectPropertyAtPut(kArgumentsCalleeIndex, in AllocateArgumentsObject()
Dobjects-inl.h1829 Object* JSObject::InObjectPropertyAtPut(int index, in InObjectPropertyAtPut() function
Dobjects.h2506 inline Object* InObjectPropertyAtPut(int index,
Dobjects.cc15900 obj->InObjectPropertyAtPut(current_offset, in TransformPropertiesToFastFor()