HomeSort by relevance Sort by last modified time
    Searched refs:GetHeap (Results 76 - 100 of 127) sorted by null

1 2 34 5 6

  /art/runtime/
runtime.h 229 gc::Heap* GetHeap() const {
runtime_linux.cc 312 gc::Heap* heap = runtime->GetHeap();
debugger.cc     [all...]
thread.cc 84 tlsPtr_.card_table = Runtime::Current()->GetHeap()->GetCardTable()->GetBiasedBegin();
    [all...]
jni_internal.cc     [all...]
transaction_test.cc 93 Runtime::Current()->GetHeap()->GetCurrentAllocator())));
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 353 code->GetHeap()->incremental_marking()->ActivateGeneratedStub(code);
  /external/chromium_org/v8/src/mips/
code-stubs-mips.h 291 code->GetHeap()->incremental_marking()->ActivateGeneratedStub(code);
  /external/chromium_org/v8/src/mips64/
code-stubs-mips64.h 293 code->GetHeap()->incremental_marking()->ActivateGeneratedStub(code);
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 327 code->GetHeap()->incremental_marking()->ActivateGeneratedStub(code);
  /external/chromium_org/v8/src/x87/
code-stubs-x87.h 342 code->GetHeap()->incremental_marking()->ActivateGeneratedStub(code);
  /art/runtime/gc/space/
space_test.h 42 Heap* heap = Runtime::Current()->GetHeap();
235 gc::Heap* heap = Runtime::Current()->GetHeap();
large_object_space.cc 145 Runtime::Current()->GetHeap()->DumpSpaces(LOG(ERROR));
  /art/runtime/hprof/
hprof.cc 436 Runtime::Current()->GetHeap()->VisitObjects(VisitObjectCallback, this);
857 Runtime::Current()->GetHeap()->FindContinuousSpaceFromObject(obj, true);
    [all...]
  /external/chromium_org/v8/src/heap/
heap-inl.h 538 Heap* heap = object->GetHeap();
575 DCHECK(object->map() != object->GetHeap()->allocation_memento_map());
mark-compact.cc     [all...]
heap.cc     [all...]
incremental-marking.cc 179 Heap* heap = map->GetHeap();
    [all...]
  /external/chromium_org/v8/src/
json-parser.h 33 isolate_(source->map()->GetHeap()->isolate()),
serialize.cc     [all...]
deoptimizer.cc 270 function->set_next_function_link(context->GetHeap()->undefined_value());
319 CodeTracer::Scope scope(code->GetHeap()->isolate()->GetCodeTracer());
332 Isolate* isolate = context->GetHeap()->isolate();
472 CodeTracer::Scope scope(object->GetHeap()->isolate()->GetCodeTracer());
    [all...]
  /art/patchoat/
patchoat.cc 177 gc::space::ImageSpace* ispc = Runtime::Current()->GetHeap()->GetImageSpace();
272 gc::space::ImageSpace* ispc = Runtime::Current()->GetHeap()->GetImageSpace();
    [all...]
  /art/runtime/arch/
stub_test.cc     [all...]
  /art/runtime/interpreter/
interpreter.cc 38 gc::AllocatorType allocator = runtime->GetHeap()->GetCurrentAllocator();
  /art/runtime/mirror/
class.cc 870 gc::Heap* heap = Runtime::Current()->GetHeap();

Completed in 1175 milliseconds

1 2 34 5 6