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

1 2 34

  /art/runtime/
class_linker.cc 379 std::fill_n(find_array_class_cache_, kFindArrayCacheSize, GcRoot<mirror::Class>(nullptr));
492 class_roots_ = GcRoot<mirror::ObjectArray<mirror::Class>>(
518 array_iftable_ = GcRoot<mirror::IfTable>(AllocIfTable(self, 2));
    [all...]
runtime.cc     [all...]
art_method.cc 730 declaring_class_ = GcRoot<mirror::Class>(const_cast<ArtMethod*>(src)->GetDeclaringClass());
    [all...]
java_vm_ext.cc     [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]
  /art/runtime/verifier/
reg_type.h 336 mutable GcRoot<mirror::Class> klass_; // Non-const only due to moving classes.
    [all...]
reg_type_cache.cc 676 GcRoot<mirror::Class>& root = pair.first;
  /art/compiler/optimizing/
code_generator.cc 145 return sizeof(GcRoot<mirror::Object>) * index;
    [all...]
code_generator_arm64.cc 53 class GcRoot;
    [all...]
code_generator_mips64.cc 550 // is for the GcRoot read barrier.
    [all...]
code_generator_x86.cc 39 class GcRoot;
    [all...]
code_generator_x86_64.cc 39 class GcRoot;
    [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc 600 // is for the GcRoot read barrier.
    [all...]
  /art/runtime/mirror/
class.h     [all...]
  /art/compiler/
image_writer.cc     [all...]
oat_writer.cc     [all...]
  /art/runtime/arch/
stub_test.cc     [all...]

Completed in 540 milliseconds

1 2 34