Home | History | Annotate | Download | only in src

Lines Matching defs:heap

454     // into the heap to determine the state. This is safe as long
473 return HEAP->raw_unchecked_js_entry_code();
496 return HEAP->raw_unchecked_js_construct_entry_code();
709 isolate()->heap()->gc_state() == Heap::NOT_IN_GC);
764 v8::internal::Isolate::Current()->heap()->FindCodeObject(pc));
1128 // Print heap-allocated local variables.
1130 accumulator->Add(" // heap-allocated locals\n");
1303 Heap* heap = isolate_->heap();
1305 LargePage* large_page = heap->lo_space()->FindPage(inner_pointer);
1316 Address top = heap->code_space()->top();
1317 Address limit = heap->code_space()->limit();