Searched refs:heap (Results 451 - 475 of 511) sorted by relevance

<<11121314151617181920>>

/external/v8/src/crankshaft/
H A Dhydrogen.cc741 Heap::RelocationLock relocation_lock(isolate()->heap());
1596 int32_t seed_value = static_cast<uint32_t>(isolate()->heap()->HashSeed());
1845 // Check if the object is a heap number.
1851 // Compute hash for heap number similar to double_get_hash().
1867 // Check if the key is a heap number and compare it with the object.
2818 // assume an elements kind that supports heap object values.
5209 // Check that the map really is stable. The heap object could
5212 // heap object.
5396 elements->map() != isolate->heap()->fixed_cow_array_map()) {
5712 // Load the heap numbe
[all...]
H A Dhydrogen-instructions.h2578 bool in_new_space = isolate->heap()->InNewSpace(*func);
3029 // Default arguments to is_not_in_new_space depend on this heap number
3097 object_.IsKnownGlobal(isolate()->heap()->the_hole_value());
3273 // If object_ is a heap object, this points to the stable map of the object.
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp767 return LazyAllocate(heap);
/external/v8/src/builtins/
H A Dbuiltins-date.cc882 return isolate->heap()->null_value();
/external/v8/src/full-codegen/
H A Dfull-codegen.cc175 DCHECK(!isolate()->heap()->InNewSpace(*info));
/external/v8/src/arm/
H A Dcode-stubs-arm.cc190 // Smis. If it's not a heap number, then return equal.
244 // It is a heap number, so return non-equal if it's NaN and equal if it's
296 // Lhs is a Smi. Check whether the rhs is a heap number.
307 // Smi compared non-strictly with a non-Smi non-heap-number. Call
323 // Rhs is a smi. Check whether the non-smi lhs is a heap number.
334 // Smi compared non-strictly with a non-smi non-heap-number. Call
339 // Rhs is a smi, lhs is a heap number.
405 __ b(ne, slow); // First was a heap number, second wasn't. Go slow case.
407 // Both are heap numbers. Load them up then jump to the code we have
577 // Check for heap
[all...]
H A Dmacro-assembler-arm.cc29 Handle<Object>::New(isolate()->heap()->undefined_value(), isolate());
517 // register 'object' contains a heap object pointer.
587 // register 'object' contains a heap object pointer. The heap object
2039 // safe in new-space because the limit of the heap is aligned there.
2143 // safe in new-space because the limit of the heap is aligned there.
2201 // safe in new-space because the limit of the heap is aligned there.
2253 // safe in new-space because the limit of the heap is aligned there.
3049 // Allocates a heap number or jumps to the need_gc label if the young space
3057 // Allocate an object in the heap fo
[all...]
/external/v8/src/mips/
H A Dcode-stubs-mips.cc231 // Smis. If it's not a heap number, then return equal.
281 // It is a heap number, so return non-equal if it's NaN and equal if it's
332 // Check whether the non-smi is a heap number.
340 // Smi compared non-strictly with a non-Smi non-heap-number. Call
356 // Lhs is a Smi. Check whether the non-smi is a heap number.
364 // Smi compared non-strictly with a non-Smi non-heap-number. Call
426 // If first was a heap number & second wasn't, go to slow case.
429 // Both are heap numbers. Load them up then jump to the code we have
630 // Check for heap-number-heap
[all...]
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc229 // Smis. If it's not a heap number, then return equal.
278 // It is a heap number, so return non-equal if it's NaN and equal if it's
329 // Check whether the non-smi is a heap number.
337 // Smi compared non-strictly with a non-Smi non-heap-number. Call
352 // Lhs is a Smi. Check whether the non-smi is a heap number.
360 // Smi compared non-strictly with a non-Smi non-heap-number. Call
422 // If first was a heap number & second wasn't, go to slow case.
425 // Both are heap numbers. Load them up then jump to the code we have
627 // Check for heap-number-heap
[all...]
/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc200 // Smis. If it's not a heap number, then return equal.
254 // It is a heap number, so return non-equal if it's NaN and equal if it's
308 // Lhs is a Smi. Check whether the rhs is a heap number.
324 // Smi compared non-strictly with a non-Smi non-heap-number. Call
340 // Rhs is a smi. Check whether the non-smi lhs is a heap number.
356 // Smi compared non-strictly with a non-smi non-heap-number. Call
361 // Rhs is a smi, lhs is a heap number.
422 __ bne(slow); // First was a heap number, second wasn't. Go slow case.
424 // Both are heap numbers. Load them up then jump to the code we have
610 // Check for heap
[all...]
/external/v8/src/s390/
H A Dcode-stubs-s390.cc201 // Smis. If it's not a heap number, then return equal.
254 // It is a heap number, so return non-equal if it's NaN and equal if it's
305 // Lhs is a Smi. Check whether the rhs is a heap number.
319 // Smi compared non-strictly with a non-Smi non-heap-number. Call
335 // Rhs is a smi. Check whether the non-smi lhs is a heap number.
349 // Smi compared non-strictly with a non-smi non-heap-number. Call
354 // Rhs is a smi, lhs is a heap number.
413 __ bne(slow); // First was a heap number, second wasn't. Go slow case.
415 // Both are heap numbers. Load them up then jump to the code we have
593 // Check for heap
[all...]
/external/v8/src/wasm/
H A Dwasm-module.cc103 // We always allocate the largest possible offset into the heap, so the
471 // Create heap objects for script, module bytes and asm.js offset table to
2182 isolate->heap()->UnregisterArrayBuffer(*buffer);
2222 isolate->heap()->UnregisterArrayBuffer(*old_buffer);
/external/valgrind/memcheck/tests/amd64/
H A Dsh-mem-vec256-plo-no.stderr.exp936 total heap usage: 65 allocs, 65 frees, 84,096 bytes allocated
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc75 return !isolate->heap()->InNewSpace(*value);
H A Dcode-generator-ia32.cc2459 if (isolate()->heap()->InNewSpace(*src)) {
/external/v8/src/compiler/
H A Djs-builtin-reducer.cc1497 Handle<Map> map(isolate()->heap()->hash_table_map(), isolate());
H A Dpipeline.cc598 isolate()->heap()->one_closure_cell_map()) {
H A Dwasm-compiler.cc2873 handle(isolate->heap()->undefined_value(), isolate));
2900 handle(isolate->heap()->undefined_value(), isolate)); // receiver
H A Dinstruction-selector.cc436 // smi-check a string, we can get here with a heap object that
447 if (isolate->heap()->IsRootHandle(constant, &root_index) &&
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc79 return !isolate->heap()->InNewSpace(*value);
/external/v8/src/ic/
H A Daccessor-assembler.cc223 DCHECK(isolate()->heap()->array_protector()->IsPropertyCell());
505 // |handler| is a heap object. Must be code, call it.
686 Comment("store heap object field");
840 // Store the new mutable heap number into the object.
844 // Load the heap number.
1346 // risk of collision even if the heap is spread over an area larger than
/external/v8/src/x87/
H A Dassembler-x87.cc1362 // Relative to Code* heap object pointer.
2062 isolate()->heap()->MaxOldGenerationSize()) {
2199 // Don't record external references unless the heap will be serialized.
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc13 #include "src/heap/heap-inl.h"
31 Handle<Object>::New(isolate()->heap()->undefined_value(), isolate());
46 reinterpret_cast<Address>(isolate()->heap()->roots_array_start());
4653 // is safe in new-space because the limit of the heap is aligned there.
4861 // Allocate heap number in new space.
/external/v8/src/arm64/
H A Dsimulator-arm64.cc3551 Heap* current_heap = isolate_->heap();

Completed in 6795 milliseconds

<<11121314151617181920>>