Searched refs:ObjectIsInBootImageSpace (Results 1 - 17 of 17) sorted by relevance

/art/compiler/optimizing/
H A Dintrinsics.cc277 if (!heap->ObjectIsInBootImageSpace(info.integer_cache) || !info.integer_cache->IsInitialized()) {
286 if (!heap->ObjectIsInBootImageSpace(info.integer) || !info.integer->IsInitialized()) {
301 if (!heap->ObjectIsInBootImageSpace(info.cache)) {
H A Dsharpening.cc192 runtime->GetHeap()->ObjectIsInBootImageSpace(klass.Get());
278 if (runtime->GetHeap()->ObjectIsInBootImageSpace(string)) {
289 if (string != nullptr && runtime->GetHeap()->ObjectIsInBootImageSpace(string)) {
H A Dintrinsics_arm64.cc2979 DCHECK(boxed != nullptr && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boxed));
H A Dintrinsics_arm_vixl.cc3295 DCHECK(boxed != nullptr && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boxed));
H A Dintrinsics_mips.cc3164 DCHECK(boxed != nullptr && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boxed));
H A Dintrinsics_mips64.cc2552 DCHECK(boxed != nullptr && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boxed));
H A Dintrinsics_x86.cc3306 DCHECK(boxed != nullptr && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boxed));
H A Dintrinsics_x86_64.cc2973 DCHECK(boxed != nullptr && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(boxed));
/art/patchoat/
H A Dpatchoat.cc1026 Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(referent)) << referent;
/art/runtime/gc/
H A Dheap.h637 bool ObjectIsInBootImageSpace(ObjPtr<mirror::Object> obj) const
H A Dheap.cc3949 bool Heap::ObjectIsInBootImageSpace(ObjPtr<mirror::Object> obj) const { function in class:art::gc::Heap
/art/dex2oat/linker/
H A Dimage_writer.cc928 if (compile_app_image_ && Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(klass)) {
1245 if (found != nullptr && runtime->GetHeap()->ObjectIsInBootImageSpace(found.Ptr())) {
1773 if (!Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(obj)) {
H A Doat_writer.cc1985 Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(string));
/art/openjdkjvmti/
H A Dti_heap.cc1409 } else if (space->IsImageSpace() && heap->ObjectIsInBootImageSpace(obj)) {
/art/runtime/hprof/
H A Dhprof.cc1123 } else if (space->IsImageSpace() && heap->ObjectIsInBootImageSpace(obj)) {
/art/compiler/driver/
H A Dcompiler_driver.cc2617 if (Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(klass)) {
/art/runtime/
H A Dclass_linker.cc1311 if (super_class != nullptr && !heap->ObjectIsInBootImageSpace(super_class)) {
1594 if (klass != nullptr && !Runtime::Current()->GetHeap()->ObjectIsInBootImageSpace(klass)) {

Completed in 853 milliseconds