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

1 23 4

  /art/runtime/verifier/
reg_type_cache-inl.h 165 klass_entries_.push_back(std::make_pair(GcRoot<mirror::Class>(klass), new_entry));
reg_type_cache.h 195 ScopedArenaVector<std::pair<GcRoot<mirror::Class>, const RegType*>> klass_entries_;
  /art/runtime/jit/
jit_code_cache.cc 291 return sizeof(uint32_t) + number_of_roots * sizeof(GcRoot<mirror::Object>);
312 GcRoot<mirror::Object>* gc_roots = reinterpret_cast<GcRoot<mirror::Object>*>(roots_data);
325 gc_roots[i] = GcRoot<mirror::Object>(object);
346 static inline void ProcessWeakClass(GcRoot<mirror::Class>* root_ptr,
363 *root_ptr = GcRoot<mirror::Class>(new_cls);
367 *root_ptr = GcRoot<mirror::Class>(update);
377 GcRoot<mirror::Object>* roots = reinterpret_cast<GcRoot<mirror::Object>*>(roots_data);
393 roots[i] = GcRoot<mirror::Object>(new_object)
    [all...]
  /art/runtime/
art_field.h 217 GcRoot<mirror::Class>& DeclaringClassRoot() {
245 GcRoot<mirror::Class> declaring_class_;
transaction.h 229 mutable GcRoot<mirror::String> str_;
245 GcRoot<mirror::DexCache> dex_cache_;
runtime.h 721 GcRoot<mirror::Throwable> pre_allocated_OutOfMemoryError_;
722 GcRoot<mirror::Throwable> pre_allocated_NoClassDefFoundError_;
731 GcRoot<mirror::Object> sentinel_;
class_table.cc 232 for (GcRoot<mirror::Object>& root : strong_roots_) {
237 strong_roots_.push_back(GcRoot<mirror::Object>(obj));
class_table.h 93 // Data contains the class pointer GcRoot as well as the low bits of the descriptor hash.
285 std::vector<GcRoot<mirror::Object>> strong_roots_ GUARDED_BY(lock_);
oat_file.cc 342 DCHECK_GE(static_cast<size_t>(pointer_size), alignof(GcRoot<mirror::Object>));
346 !IsAligned<alignof(GcRoot<mirror::Object>)>(bss_end_)) {
    [all...]
class_linker.h     [all...]
monitor.cc 90 obj_(GcRoot<mirror::Object>(obj)),
113 obj_(GcRoot<mirror::Object>(obj)),
223 obj_ = GcRoot<mirror::Object>(object);
    [all...]
monitor.h 294 GcRoot<mirror::Object> obj_;
class_linker-inl.h 55 find_array_class_cache_[victim_index] = GcRoot<mirror::Class>(array_class);
intern_table_test.cc 78 GcRoot<mirror::String> str(mirror::String::AllocFromModifiedUtf8(soa.Self(), "00000000"));
debugger.h 74 GcRoot<mirror::Object> receiver; // not used for ClassType.InvokeMethod.
75 GcRoot<mirror::Class> klass;
    [all...]
art_field-inl.h 47 declaring_class_ = GcRoot<mirror::Class>(new_declaring_class);
art_method.h 711 GcRoot<mirror::Class> declaring_class_;
  /art/runtime/mirror/
string.cc 38 GcRoot<Class> String::java_lang_String_;
58 java_lang_String_ = GcRoot<Class>(java_lang_String);
63 java_lang_String_ = GcRoot<Class>(nullptr);
string.h 269 static GcRoot<Class> java_lang_String_;
class.cc 48 GcRoot<Class> Class::java_lang_Class_;
56 java_lang_Class_ = GcRoot<Class>(java_lang_Class);
61 java_lang_Class_ = GcRoot<Class>(nullptr);
    [all...]
array-inl.h 469 array_class_ = GcRoot<Class>(array_class);
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 56 extern "C" mirror::Object* art_quick_read_barrier_for_root_slow(GcRoot<mirror::Object>*);
  /art/runtime/entrypoints/quick/
quick_entrypoints_list.h 197 V(ReadBarrierForRootSlow, mirror::Object*, GcRoot<mirror::Object>*) \
quick_field_entrypoints.cc 317 extern "C" mirror::Object* artReadBarrierForRootSlow(GcRoot<mirror::Object>* root) {
  /art/patchoat/
patchoat.cc 577 GcRoot<mirror::CallSite>* orig_call_sites = orig_dex_cache->GetResolvedCallSites();
578 GcRoot<mirror::CallSite>* relocated_call_sites = RelocatedAddressOfPointer(orig_call_sites);
    [all...]

Completed in 871 milliseconds

1 23 4