HomeSort by relevance Sort by last modified time
    Searched refs:InNewSpace (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/v8/src/
heap-inl.h 292 bool Heap::InNewSpace(Object* object) {
301 bool Heap::InNewSpace(Address addr) {
336 if (!InNewSpace(address)) store_buffer_.Mark(address + offset);
341 if (!InNewSpace(address)) {
572 if (heap_->InNewSpace(string)) {
597 ASSERT(heap_->InNewSpace(new_space_strings_[i]));
601 ASSERT(!heap_->InNewSpace(old_space_strings_[i]));
610 ASSERT(!heap_->InNewSpace(string));
store-buffer.cc 160 if (heap_->InNewSpace(*reinterpret_cast<Object**>(current))) {
405 // When we are not in GC the Heap::InNewSpace() predicate
408 heap_->InNewSpace(*slot);
442 if (heap_->InNewSpace(*slot)) {
446 if (heap_->InNewSpace(*slot)) {
477 ASSERT(!heap_->InNewSpace(Memory::Object_at(map_address)));
596 if (heap_->InNewSpace(*slot)) {
serialize.cc 819 emit_write_barrier = isolate->heap()->InNewSpace(new_object); \
824 emit_write_barrier = isolate->heap()->InNewSpace(new_object); \
    [all...]
liveobjectlist.h 238 if (!HEAP->InNewSpace(object)) return;
objects-inl.h 877 if (heap->InNewSpace(value)) { \
885 if (heap->InNewSpace(value)) { \
    [all...]
global-handles.cc 417 if (isolate_->heap()->InNewSpace(value) &&
574 if (node->IsRetainer() && isolate_->heap()->InNewSpace(node->object())) {
runtime-profiler.cc 405 if (function != NULL && isolate_->heap()->InNewSpace(function)) {
heap.cc 975 if (!heap_->InNewSpace(object)) return;
    [all...]
  /external/chromium_org/v8/src/
store-buffer.cc 136 if (heap_->InNewSpace(*reinterpret_cast<Object**>(current))) {
382 // When we are not in GC the Heap::InNewSpace() predicate
385 heap_->InNewSpace(*slot);
424 if (heap_->InNewSpace(*slot)) {
431 if (heap_->InNewSpace(*slot)) {
463 ASSERT(!heap_->InNewSpace(Memory::Object_at(map_address)));
592 if (heap_->InNewSpace(*slot)) {
heap-inl.h 328 bool Heap::InNewSpace(Object* object) {
337 bool Heap::InNewSpace(Address address) {
392 if (!InNewSpace(address)) store_buffer_.Mark(address + offset);
397 if (!InNewSpace(address)) {
695 if (heap_->InNewSpace(string)) {
722 ASSERT(heap_->InNewSpace(obj));
728 ASSERT(!heap_->InNewSpace(obj));
737 ASSERT(!heap_->InNewSpace(string));
transitions-inl.h 48 if (heap->InNewSpace(value)) { \
serialize.cc     [all...]
global-handles.cc 202 if (GetGlobalHandles()->isolate()->heap()->InNewSpace(object_)) {
476 if (isolate_->heap()->InNewSpace(value) &&
689 if (isolate_->heap()->InNewSpace(node->object())) {
1057 if (heap->InNewSpace(*GetLocation(index))) {
    [all...]
heap.cc 737 if (!InNewSpace(array)) {
740 if (InNewSpace(dst_objects[i])) {
    [all...]
runtime-profiler.cc 415 if (function != NULL && isolate_->heap()->InNewSpace(function)) {
objects-inl.h 961 if (heap->InNewSpace(value)) { \
969 if (heap->InNewSpace(value)) { \
    [all...]
  /external/chromium_org/v8/test/cctest/
test-weakmaps.cc 198 CHECK(!heap->InNewSpace(object->address()));
234 CHECK(!heap->InNewSpace(keys[i]->address()));
test-weaksets.cc 198 CHECK(!heap->InNewSpace(object->address()));
234 CHECK(!heap->InNewSpace(keys[i]->address()));
  /external/v8/src/ia32/
macro-assembler-ia32.h 99 InNewSpace(object, scratch, zero, branch, distance);
108 InNewSpace(object, scratch, not_zero, branch, distance);
    [all...]
assembler-ia32-inl.h 297 ASSERT(!HEAP->InNewSpace(obj));
330 ASSERT(!isolate()->heap()->InNewSpace(obj));
  /external/chromium_org/v8/src/ia32/
assembler-ia32-inl.h 338 ASSERT(!isolate->heap()->InNewSpace(obj));
372 ASSERT(!isolate()->heap()->InNewSpace(obj));
macro-assembler-ia32.h 113 InNewSpace(object, scratch, zero, branch, distance);
122 InNewSpace(object, scratch, not_zero, branch, distance);
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.h 187 InNewSpace(object, scratch, not_equal, branch, distance);
196 InNewSpace(object, scratch, equal, branch, distance);
    [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.h 211 InNewSpace(object, scratch, ne, branch);
219 InNewSpace(object, scratch, eq, branch);
    [all...]
  /external/chromium_org/v8/src/mips/
macro-assembler-mips.h 331 InNewSpace(object, scratch, ne, branch);
339 InNewSpace(object, scratch, eq, branch);
    [all...]

Completed in 368 milliseconds

1 2 3 4