Home
last modified time | relevance | path

Searched refs:AssertNoAllocation (Results 1 – 25 of 32) sorted by relevance

12

/external/v8/src/
Dheap-inl.h761 AssertNoAllocation::AssertNoAllocation() { in AssertNoAllocation() function
766 AssertNoAllocation::~AssertNoAllocation() { in ~AssertNoAllocation()
782 AssertNoAllocation::AssertNoAllocation() { } in AssertNoAllocation() function
783 AssertNoAllocation::~AssertNoAllocation() { } in ~AssertNoAllocation()
Dlog-utils.cc240 AssertNoAllocation no_heap_allocation; // Ensure string stay valid. in Append()
255 AssertNoAllocation no_heap_allocation; // Ensure string stay valid. in AppendDetailed()
Dbuiltins.cc272 AssertNoAllocation no_gc; in ArrayCodeGenericCommon()
315 AssertNoAllocation* no_gc, in MoveElements()
527 AssertNoAllocation no_gc; in BUILTIN()
606 AssertNoAllocation no_gc; in BUILTIN()
661 AssertNoAllocation no_gc; in BUILTIN()
666 AssertNoAllocation no_gc; in BUILTIN()
858 AssertNoAllocation no_gc; in BUILTIN()
866 AssertNoAllocation no_gc; in BUILTIN()
905 AssertNoAllocation no_gc; in BUILTIN()
913 AssertNoAllocation no_gc; in BUILTIN()
Ddeoptimizer.cc250 AssertNoAllocation no_allocation; in DeoptimizeAll()
262 AssertNoAllocation no_allocation; in DeoptimizeGlobalObject()
271 AssertNoAllocation no_allocation; in VisitAllOptimizedFunctionsForContext()
291 AssertNoAllocation no_allocation; in VisitAllOptimizedFunctionsForGlobalObject()
307 AssertNoAllocation no_allocation; in VisitAllOptimizedFunctions()
1567 AssertNoAllocation no_gc; in ComputeSlotMappingForArguments()
Dsafepoint-table.h154 AssertNoAllocation no_allocation_;
Dserialize.h409 no_allocation_(new AssertNoAllocation()) { } in SerializationAddressMapper()
451 AssertNoAllocation* no_allocation_;
Dhandles.cc453 AssertNoAllocation no_heap_allocation; // ensure vectors stay valid. in CalculateLineEnds()
481 AssertNoAllocation no_allocation; in GetScriptLineNumber()
508 AssertNoAllocation no_allocation; in GetScriptColumnNumber()
518 AssertNoAllocation no_allocation; in GetScriptLineNumberSafe()
Daccessors.cc682 FrameFunctionIterator(Isolate* isolate, const AssertNoAllocation& promise) in FrameFunctionIterator()
729 AssertNoAllocation no_alloc; in FunctionGetCaller()
Dv8globals.h115 class AssertNoAllocation; variable
Dliveedit.cc987 AssertNoAllocation no_allocations_please; in ReplaceCodeObject()
1020 AssertNoAllocation no_gc; in IsInlined()
1066 AssertNoAllocation no_allocation; in DeoptimizeDependentFunctions()
1267 AssertNoAllocation no_allocations_please; in PatchPositionsInCode()
Ddisassembler.cc119 AssertNoAllocation no_alloc; in DecodeIt()
Dtype-info.cc566 AssertNoAllocation no_allocation; in CollectKeyedReceiverTypes()
593 AssertNoAllocation no_allocation; in BuildDictionary()
Druntime.cc1769 AssertNoAllocation no_gc; in RUNTIME_FUNCTION()
1786 AssertNoAllocation no_alloc; in RUNTIME_FUNCTION()
2462 AssertNoAllocation no_alloc; in ToString()
2472 AssertNoAllocation no_alloc; in ToString()
2716 AssertNoAllocation no_alloc; in Compile()
2841 AssertNoAllocation no_gc; in FindStringIndicesDispatch()
3035 AssertNoAllocation match_info_array_is_not_in_a_handle; in StringReplaceRegExpWithString()
3120 AssertNoAllocation match_info_array_is_not_in_a_handle; in StringReplaceRegExpWithEmptyString()
3189 AssertNoAllocation match_info_array_is_not_in_a_handle; in StringReplaceRegExpWithEmptyString()
3368 AssertNoAllocation no_heap_allocation; // ensure vectors stay valid in StringMatch()
[all …]
Dheap.h2368 class AssertNoAllocation {
2370 inline AssertNoAllocation();
2371 inline ~AssertNoAllocation();
2706 AssertNoAllocation no_alloc; // i.e. no gc allowed.
Dlog.cc1363 AssertNoAllocation no_alloc; in EnumerateCompiledFunctions()
1530 AssertNoAllocation no_alloc; in LogCodeObjects()
1606 AssertNoAllocation no_alloc; in LogAccessorCallbacks()
Dinterpreter-irregexp.cc636 AssertNoAllocation a; in Match()
Disolate.cc722 AssertNoAllocation nogc; in PrintStack()
806 AssertNoAllocation no_gc; in MayNamedAccess()
Ddebug.cc124 AssertNoAllocation nogc; in Next()
1946 AssertNoAllocation no_allocation; in PrepareForBreakPoints()
2278 AssertNoAllocation no_allocation; in CreateScriptCache()
Dprofile-generator.cc1476 AssertNoAllocation no_allocation; in FindHeapObjectById()
2624 AssertNoAllocation no_allocation; in TagGlobalObjects()
3078 AssertNoAllocation no_alloc; in GenerateSnapshot()
Dheap.cc1414 AssertNoAllocation no_allocation; in VisitExternalResources()
3107 AssertNoAllocation no_gc; in AllocateConsString()
3188 AssertNoAllocation no_gc; in AllocateSubString()
4482 AssertNoAllocation no_gc; in CopyFixedArrayWithMap()
6321 AssertNoAllocation no_alloc;
Dobjects.cc4025 AssertNoAllocation no_alloc; in ReferencesObject()
5596 AssertNoAllocation no_gc; in CopySize()
5611 AssertNoAllocation no_gc; in CopyTo()
7758 AssertNoAllocation no_allocation; in EnableDeoptimizationSupport()
8131 AssertNoAllocation no_allocation; in FindFirstMap()
9975 AssertNoAllocation no_gc; in CopyValuesTo()
10956 AssertNoAllocation no_gc; in Rehash()
11193 AssertNoAllocation no_alloc; in PrepareSlowElementsForSort()
11364 AssertNoAllocation no_alloc; in PrepareElementsForSort()
/external/v8/src/x64/
Ddeoptimizer-x64.cc51 AssertNoAllocation no_allocation; in DeoptimizeFunction()
/external/v8/src/mips/
Ddeoptimizer-mips.cc47 AssertNoAllocation no_allocation; in DeoptimizeFunction()
/external/v8/src/arm/
Ddeoptimizer-arm.cc49 AssertNoAllocation no_allocation; in DeoptimizeFunction()
/external/v8/src/ia32/
Ddeoptimizer-ia32.cc122 AssertNoAllocation no_allocation; in DeoptimizeFunction()

12