HomeSort by relevance Sort by last modified time
    Searched refs:GcRoot (Results 76 - 99 of 99) sorted by null

1 2 34

  /art/runtime/
debugger.h 93 GcRoot<mirror::Object> receiver; // not used for ClassType.InvokeMethod.
94 GcRoot<mirror::Class> klass;
    [all...]
art_field-inl.h 47 declaring_class_ = GcRoot<mirror::Class>(new_declaring_class);
runtime.cc     [all...]
class_linker.cc 390 std::fill_n(find_array_class_cache_, kFindArrayCacheSize, GcRoot<mirror::Class>(nullptr));
514 class_roots_ = GcRoot<mirror::ObjectArray<mirror::Class>>(
540 array_iftable_ = GcRoot<mirror::IfTable>(AllocIfTable(self, 2));
    [all...]
art_method.cc 733 declaring_class_ = GcRoot<mirror::Class>(const_cast<ArtMethod*>(src)->GetDeclaringClass());
    [all...]
art_method.h 753 GcRoot<mirror::Class> declaring_class_;
    [all...]
java_vm_ext.cc     [all...]
  /art/runtime/mirror/
class.cc 56 GcRoot<Class> Class::java_lang_Class_;
64 java_lang_Class_ = GcRoot<Class>(java_lang_Class);
69 java_lang_Class_ = GcRoot<Class>(nullptr);
    [all...]
array-inl.h 468 array_class_ = GcRoot<Class>(array_class);
class.h     [all...]
  /art/patchoat/
patchoat.cc     [all...]
  /art/dex2oat/linker/
oat_writer.cc     [all...]
image_writer.cc     [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]
  /art/runtime/verifier/
reg_type.h 340 mutable GcRoot<mirror::Class> klass_; // Non-const only due to moving classes.
    [all...]
reg_type_cache.cc 710 GcRoot<mirror::Class>& root = pair.first;
  /art/compiler/optimizing/
code_generator_arm64.cc 56 class GcRoot;
    [all...]
code_generator_x86.cc 42 class GcRoot;
    [all...]
code_generator_x86_64.cc 42 class GcRoot;
    [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips64.cc 474 // is for the GcRoot read barrier.
    [all...]
code_generator_mips.cc 517 // is for the GcRoot read barrier.
    [all...]
  /art/oatdump/
oatdump.cc 554 sizeof(GcRoot<mirror::Class>),
561 sizeof(GcRoot<mirror::Class>),
    [all...]
  /art/runtime/arch/
stub_test.cc     [all...]

Completed in 1854 milliseconds

1 2 34