Home
last modified time | relevance | path

Searched refs:no_gc (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/
Dbuiltins.cc242 AssertNoAllocation no_gc; in BUILTIN() local
244 WriteBarrierMode mode = elms->GetWriteBarrierMode(no_gc); in BUILTIN()
282 AssertNoAllocation* no_gc, in CopyElements() argument
294 WriteBarrierMode mode = dst->GetWriteBarrierMode(*no_gc); in CopyElements()
302 AssertNoAllocation* no_gc, in MoveElements() argument
312 WriteBarrierMode mode = dst->GetWriteBarrierMode(*no_gc); in MoveElements()
471 AssertNoAllocation no_gc; in BUILTIN() local
473 CopyElements(heap, &no_gc, new_elms, 0, elms, 0, len); in BUILTIN()
482 AssertNoAllocation no_gc; in BUILTIN() local
483 WriteBarrierMode mode = elms->GetWriteBarrierMode(no_gc); in BUILTIN()
[all …]
Dobjects.cc4137 AssertNoAllocation no_gc; in UnionOfKeys() local
4139 WriteBarrierMode mode = result->GetWriteBarrierMode(no_gc); in UnionOfKeys()
4170 AssertNoAllocation no_gc; in CopySize() local
4174 WriteBarrierMode mode = result->GetWriteBarrierMode(no_gc); in CopySize()
4183 AssertNoAllocation no_gc; in CopyTo() local
4184 WriteBarrierMode mode = dest->GetWriteBarrierMode(no_gc); in CopyTo()
6698 AssertNoAllocation no_gc; in SetFastElementsCapacityAndLength() local
6699 WriteBarrierMode mode = elems->GetWriteBarrierMode(no_gc); in SetFastElementsCapacityAndLength()
8012 AssertNoAllocation no_gc; in CopyValuesTo() local
8013 WriteBarrierMode mode = elements->GetWriteBarrierMode(no_gc); in CopyValuesTo()
[all …]
Dtop.cc453 AssertNoAllocation no_gc; in MayNamedAccess() local
Ddeoptimizer.cc1217 AssertNoAllocation no_gc; in ComputeSlotMappingForArguments() local
Dheap.cc2551 AssertNoAllocation no_gc; in AllocateConsString() local
2553 WriteBarrierMode mode = cons_string->GetWriteBarrierMode(no_gc); in AllocateConsString()
3652 AssertNoAllocation no_gc; in CopyFixedArrayWithMap() local
3653 WriteBarrierMode mode = result->GetWriteBarrierMode(no_gc); in CopyFixedArrayWithMap()
Dgdb-jit.cc1458 AssertNoAllocation no_gc; in AddCode() local
Druntime.cc1658 AssertNoAllocation no_gc; in RUNTIME_FUNCTION() local
3161 AssertNoAllocation no_gc; in SetLastMatchInfoNoCaptures() local
3228 AssertNoAllocation no_gc; in SearchStringMultiple() local
3449 AssertNoAllocation no_gc; in SearchRegExpMultiple() local
7038 AssertNoAllocation no_gc; in RUNTIME_FUNCTION() local
7043 WriteBarrierMode mode = array->GetWriteBarrierMode(no_gc); in RUNTIME_FUNCTION()
10520 AssertNoAllocation no_gc; in GetArgumentsObject() local
10521 WriteBarrierMode mode = array->GetWriteBarrierMode(no_gc); in GetArgumentsObject()
Dliveedit.cc948 AssertNoAllocation no_gc; in IsInlined() local
Dobjects-inl.h3970 AssertNoAllocation no_gc; in SetEntry() local
3971 WriteBarrierMode mode = FixedArray::GetWriteBarrierMode(no_gc); in SetEntry()
Dic.cc394 AssertNoAllocation no_gc; // pointers must stay valid in LookupForRead() local
Djsregexp.cc420 AssertNoAllocation no_gc; in IrregexpPrepare() local
550 AssertNoAllocation no_gc; in IrregexpExec() local