HomeSort by relevance Sort by last modified time
    Searched refs:GetHeap (Results 101 - 125 of 179) sorted by null

1 2 3 45 6 7 8

  /art/runtime/entrypoints/
entrypoint_utils-inl.h 196 Runtime::Current()->GetHeap()->GetCurrentAllocator()).Ptr();
215 gc::Heap* heap = Runtime::Current()->GetHeap();
288 gc::Heap* heap = Runtime::Current()->GetHeap();
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc     [all...]
interpreter_common.h 239 << Runtime::Current()->GetHeap()->ConcurrentCopyingCollector()->
  /art/runtime/interpreter/mterp/
mterp.cc 394 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
399 Runtime::Current()->GetHeap()->GetCurrentAllocator());
481 Runtime::Current()->GetHeap()->GetCurrentAllocator());
    [all...]
  /art/runtime/mirror/
class-inl.h 735 gc::Heap* heap = Runtime::Current()->GetHeap();
758 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentAllocator());
762 return Alloc<true>(self, Runtime::Current()->GetHeap()->GetCurrentNonMovingAllocator());
    [all...]
object-inl.h 784 Runtime::Current()->GetHeap()->WriteBarrierField(this, field_offset, new_value);
    [all...]
string-inl.h 236 gc::Heap* heap = Runtime::Current()->GetHeap();
  /external/v8/src/arm64/
assembler-arm64-inl.h 718 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
720 host()->GetHeap()->RecordWriteIntoCode(host(), this, target);
823 host()->GetHeap()->incremental_marking()->RecordWriteIntoCode(
    [all...]
  /art/runtime/gc/space/
dlmalloc_space.cc 325 Heap* heap = runtime->GetHeap();
rosalloc_space.cc 417 Heap* heap = Runtime::Current()->GetHeap();
space_test.h 43 Heap* heap = Runtime::Current()->GetHeap();
  /art/runtime/hprof/
hprof.cc 450 if (Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()) {
535 runtime->GetHeap()->VisitObjectsPaused(dump_object);
844 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords();
    [all...]
  /art/runtime/openjdkjvmti/
ti_heap.cc 730 art::Runtime::Current()->GetHeap()->VisitObjects(visitor);
    [all...]
ti_class.cc 400 art::gc::Heap* heap = art::Runtime::Current()->GetHeap();
556 art::Runtime::Current()->GetHeap()->VisitObjectsPaused(object_visitor);
    [all...]
  /external/v8/src/s390/
code-stubs-s390.h 248 code->GetHeap()->incremental_marking()->ActivateGeneratedStub(code);
  /art/runtime/
check_jni.cc 282 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(o.Ptr())) {
283 Runtime::Current()->GetHeap()->DumpSpaces(LOG_STREAM(ERROR));
796 if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(obj.Ptr())) {
797 Runtime::Current()->GetHeap()->DumpSpaces(LOG_STREAM(ERROR));
955 } else if (!Runtime::Current()->GetHeap()->IsValidObjectAddress(c.Ptr())) {
    [all...]
debugger.cc 891 gc::Heap* heap = Runtime::Current()->GetHeap();
911 gc::Heap* heap = Runtime::Current()->GetHeap();
921 Runtime::Current()->GetHeap()->GetInstances(hs, hs.NewHandle(c), max_count, raw_instances);
    [all...]
class_linker.cc 406 gc::Heap* const heap = runtime->GetHeap();
    [all...]
jni_internal.cc 691 gc::AllocatorType allocator_type = Runtime::Current()->GetHeap()->GetCurrentAllocator();
    [all...]
runtime.h 256 gc::Heap* GetHeap() const {
  /art/patchoat/
patchoat.cc 155 std::vector<gc::space::ImageSpace*> spaces = Runtime::Current()->GetHeap()->GetBootImageSpaces();
640 Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(referent)) << referent;
    [all...]
  /external/v8/src/snapshot/
serializer.cc 451 WeakCell::cast(object)->clear_next(object->GetHeap()->the_hole_value());
456 object->GetHeap()->undefined_value());
  /art/runtime/gc/collector/
concurrent_copying.cc 506 CHECK(Runtime::Current()->GetHeap()->GetLargeObjectsSpace()->IsZygoteLargeObject(
619 &thread_flip_visitor, &flip_callback, this, GetHeap()->GetGcPauseListener());
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
dex2oat_test.cc 151 runtime->GetHeap()->GetBootImageSpaces();
    [all...]

Completed in 495 milliseconds

1 2 3 45 6 7 8