Searched refs:no_gc (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ |
D | builtins.cc | 272 AssertNoAllocation no_gc; in ArrayCodeGenericCommon() local 273 WriteBarrierMode mode = elms->GetWriteBarrierMode(no_gc); in ArrayCodeGenericCommon() 315 AssertNoAllocation* no_gc, in MoveElements() argument 326 WriteBarrierMode mode = dst->GetWriteBarrierMode(*no_gc); in MoveElements() 527 AssertNoAllocation no_gc; in BUILTIN() local 528 WriteBarrierMode mode = elms->GetWriteBarrierMode(no_gc); in BUILTIN() 606 AssertNoAllocation no_gc; in BUILTIN() local 607 MoveElements(heap, &no_gc, elms, 0, elms, 1, len - 1); in BUILTIN() 661 AssertNoAllocation no_gc; in BUILTIN() local 662 MoveElements(heap, &no_gc, elms, to_add, elms, 0, len); in BUILTIN() [all …]
|
D | elements.cc | 555 AssertNoAllocation no_gc; in AddElementsToFixedArray() local 556 WriteBarrierMode mode = result->GetWriteBarrierMode(no_gc); in AddElementsToFixedArray()
|
D | runtime.cc | 1769 AssertNoAllocation no_gc; in RUNTIME_FUNCTION() local 2841 AssertNoAllocation no_gc; in FindStringIndicesDispatch() local 3652 AssertNoAllocation no_gc; in SetLastMatchInfoNoCaptures() local 3719 AssertNoAllocation no_gc; in SearchStringMultiple() local 3963 AssertNoAllocation no_gc; in SearchRegExpMultiple() local 5837 AssertNoAllocation no_gc; in QuoteJsonStringArray() local 6359 AssertNoAllocation no_gc; in CopyCachedAsciiCharsToArray() local 6363 WriteBarrierMode mode = elements->GetWriteBarrierMode(no_gc); in CopyCachedAsciiCharsToArray() 7706 AssertNoAllocation no_gc; in RUNTIME_FUNCTION() local 7711 WriteBarrierMode mode = array->GetWriteBarrierMode(no_gc); in RUNTIME_FUNCTION() [all …]
|
D | heap.cc | 3107 AssertNoAllocation no_gc; in AllocateConsString() local 3109 WriteBarrierMode mode = cons_string->GetWriteBarrierMode(no_gc); in AllocateConsString() 3188 AssertNoAllocation no_gc; in AllocateSubString() local 4482 AssertNoAllocation no_gc; in CopyFixedArrayWithMap() local 4483 WriteBarrierMode mode = result->GetWriteBarrierMode(no_gc); in CopyFixedArrayWithMap()
|
D | deoptimizer.cc | 1567 AssertNoAllocation no_gc; in ComputeSlotMappingForArguments() local
|
D | objects.cc | 5596 AssertNoAllocation no_gc; in CopySize() local 5602 WriteBarrierMode mode = result->GetWriteBarrierMode(no_gc); in CopySize() 5611 AssertNoAllocation no_gc; in CopyTo() local 5612 WriteBarrierMode mode = dest->GetWriteBarrierMode(no_gc); in CopyTo() 9975 AssertNoAllocation no_gc; in CopyValuesTo() local 9976 WriteBarrierMode mode = elements->GetWriteBarrierMode(no_gc); in CopyValuesTo() 10956 AssertNoAllocation no_gc; in Rehash() local 10957 WriteBarrierMode mode = new_table->GetWriteBarrierMode(no_gc); in Rehash()
|
D | liveedit.cc | 1020 AssertNoAllocation no_gc; in IsInlined() local
|
D | isolate.cc | 806 AssertNoAllocation no_gc; in MayNamedAccess() local
|
D | gdb-jit.cc | 2050 AssertNoAllocation no_gc; in AddCode() local
|
D | objects-inl.h | 4636 AssertNoAllocation no_gc; in SetEntry() local 4637 WriteBarrierMode mode = FixedArray::GetWriteBarrierMode(no_gc); in SetEntry()
|
D | jsregexp.cc | 560 AssertNoAllocation no_gc; in IrregexpExec() local
|