HomeSort by relevance Sort by last modified time
    Searched full:allocationsite (Results 1 - 25 of 44) sorted by null

1 2

  /libcore/dalvik/src/main/java/dalvik/system/
CloseGuard.java 179 // ...but avoid allocating an allocationSite if disabled
184 allocationSite = new Throwable(message);
187 private Throwable allocationSite;
194 allocationSite = null;
204 if (allocationSite == null || !ENABLED) {
212 REPORTER.report(message, allocationSite);
219 public void report (String message, Throwable allocationSite);
226 @Override public void report (String message, Throwable allocationSite) {
227 System.logW(message, allocationSite);
  /external/chromium_org/v8/test/mjsunit/
allocation-site-info.js 355 // that state "Array" implies an AllocationSite is present, and code is
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 451 HValue* size = Add<HConstant>(AllocationSite::kSize);
586 // Walk through the property cell to the AllocationSite
heap.h 630 Handle<AllocationSite> allocation_site);
649 Handle<AllocationSite> allocation_site);
    [all...]
heap.cc     [all...]
heap-snapshot-generator.h 453 void ExtractAllocationSiteReferences(int entry, AllocationSite* site);
objects-visiting.h 58 V(AllocationSite) \
ast.cc 685 AllocationSite* site = AllocationSite::cast(value);
    [all...]
factory.cc 520 Handle<AllocationSite> Factory::NewAllocationSite() {
524 AllocationSite);
    [all...]
objects-printer.cc 1095 void AllocationSite::AllocationSitePrint(FILE* out) {
1096 HeapObject::PrintHeader(out, "AllocationSite");
    [all...]
objects-inl.h     [all...]
factory.h 246 Handle<AllocationSite> NewAllocationSite();
heap-inl.h 535 Handle<AllocationSite> allocation_site) {
objects-debug.cc 931 void AllocationSite::AllocationSiteVerify() {
    [all...]
objects-visiting-inl.h 192 AllocationSite::BodyDescriptor,
    [all...]
serialize.h 352 void RelinkAllocationSite(AllocationSite* site);
builtins.cc 216 AllocationSite* site = memento->GetAllocationSite();
222 PrintF("AllocationSite: pre-transitioning array %p(%s->%s)\n",
    [all...]
hydrogen.cc     [all...]
serialize.cc 894 void Deserializer::RelinkAllocationSite(AllocationSite* site) {
926 RelinkAllocationSite(AllocationSite::cast(obj));
    [all...]
  /external/chromium_org/v8/src/arm/
ic-arm.cc     [all...]
  /external/chromium_org/v8/src/ia32/
ic-ia32.cc 802 AllocationSiteMode mode = AllocationSite::GetMode(FAST_SMI_ELEMENTS,
815 mode = AllocationSite::GetMode(FAST_SMI_ELEMENTS, FAST_ELEMENTS);
831 mode = AllocationSite::GetMode(FAST_DOUBLE_ELEMENTS, FAST_ELEMENTS);
    [all...]
  /external/chromium_org/v8/src/mips/
ic-mips.cc     [all...]
  /external/chromium_org/v8/src/x64/
ic-x64.cc 676 AllocationSiteMode mode = AllocationSite::GetMode(FAST_SMI_ELEMENTS,
689 mode = AllocationSite::GetMode(FAST_SMI_ELEMENTS, FAST_ELEMENTS);
705 mode = AllocationSite::GetMode(FAST_DOUBLE_ELEMENTS, FAST_ELEMENTS);
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc     [all...]
  /frameworks/base/core/java/android/os/
StrictMode.java     [all...]

Completed in 790 milliseconds

1 2