HomeSort by relevance Sort by last modified time
    Searched defs:gc_type (Results 1 - 9 of 9) sorted by null

  /art/runtime/gc/collector/
garbage_collector.cc 108 const GcType gc_type = GetGcType(); local
112 (gc_type == kGcTypeFull &&
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
v8_utilities.py 282 def gc_type(definition): function
v8_interface.py 49 from v8_utilities import (capitalize, conditional_string, cpp_name, gc_type, namespace
159 this_gc_type = gc_type(interface)
166 'gc_type': this_gc_type,
    [all...]
v8_types.py 154 vector_type = cpp_ptr_type('Vector', 'HeapVector', native_array_element_type.gc_type)
186 ptr_type = cpp_ptr_type(('PassRefPtr' if used_as_rvalue_type else 'RefPtr'), new_type, idl_type.gc_type)
248 def cpp_ptr_type(old_type, new_type, gc_type):
249 if gc_type == 'GarbageCollectedObject':
251 if gc_type == 'WillBeGarbageCollectedObject':
309 def gc_type(idl_type): function
316 IdlTypeBase.gc_type = property(gc_type)
552 ref_ptr_type = cpp_ptr_type('RefPtr', 'Member', native_array_element_type.gc_type)
    [all...]
  /external/lldb/source/Expression/
IRForTarget.cpp 1864 Type *gc_type = gc->getType(); local
    [all...]
  /art/runtime/gc/
heap.cc 2934 collector::GcType gc_type = collector_ran->GetGcType(); local
3186 collector::GcType gc_type = have_zygote_space_ ? collector::kGcTypePartial : local
    [all...]
  /external/chromium_org/v8/src/heap/
heap.h 1576 GCType gc_type; member in struct:v8::internal::Heap::GCPrologueCallbackPair
1590 GCType gc_type; member in struct:v8::internal::Heap::GCEpilogueCallbackPair
    [all...]
heap.cc 1049 GCType gc_type = local
    [all...]
  /external/chromium_org/v8/src/
api.cc 6468 gc_type, local
6484 gc_type, local
    [all...]

Completed in 555 milliseconds