Home
last modified time | relevance | path

Searched refs:FromResult (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/cctest/heap/
Dtest-lab.cc75 LocalAllocationBuffer::FromResult(heap, lab_backing_store, kLabSize); in TEST()
96 LocalAllocationBuffer::FromResult(heap, lab_backing_store, kLabSize); in TEST()
125 LocalAllocationBuffer::FromResult(heap, lab_backing_store, kLabSize); in TEST()
152 LocalAllocationBuffer::FromResult(heap, lab_backing_store, kLabSize); in TEST()
193 LocalAllocationBuffer::FromResult(heap, lab_backing_store1, kLabSize); in TEST()
206 LocalAllocationBuffer::FromResult(heap, lab_backing_store2, kLabSize); in TEST()
235 LocalAllocationBuffer::FromResult(heap, lab_backing_store1, kLabSize); in TEST()
240 LocalAllocationBuffer::FromResult(heap, lab_backing_store2, kLabSize); in TEST()
245 LocalAllocationBuffer::FromResult(heap, lab_backing_store3, kLabSize); in TEST()
271 LocalAllocationBuffer::FromResult(heap, lab_backing_store, kLabSize); in TEST()
/external/clang/lib/AST/
DASTDiagnostic.cpp1392 Expr::EvalResult FromResult, ToResult; in IsEqualExpr() local
1393 if (!FromExpr->EvaluateAsRValue(FromResult, Context) || in IsEqualExpr()
1401 APValue &FromVal = FromResult.Val; in IsEqualExpr()
/external/v8/src/heap/
Dspaces-inl.h528 LocalAllocationBuffer LocalAllocationBuffer::FromResult(Heap* heap, in FromResult() function
Dspaces.h1912 static inline LocalAllocationBuffer FromResult(Heap* heap,
Dmark-compact.cc1654 buffer_ = LocalAllocationBuffer::FromResult(heap_, result, kLabSize); in NewLocalAllocationBuffer()