Searched refs:mirror (Results 351 - 373 of 373) sorted by relevance

<<1112131415

/art/runtime/
H A Doat_file.cc44 #include "mirror/class.h"
45 #include "mirror/object-inl.h"
1191 mirror::Class::Status status =
1192 static_cast<mirror::Class::Status>(*reinterpret_cast<const int16_t*>(status_pointer));
1193 CHECK_LT(status, mirror::Class::kStatusMax);
1227 mirror::Class::Status status,
H A Doat_file_assistant_test.cc1226 Handle<mirror::Class> dexfile(
1231 ArtField* no_dexopt_needed = mirror::Class::FindStaticField(
1237 ArtField* dex2oat_needed = mirror::Class::FindStaticField(
1243 ArtField* patchoat_needed = mirror::Class::FindStaticField(
1249 ArtField* self_patchoat_needed = mirror::Class::FindStaticField(
H A Dutils.cc34 #include "mirror/class-inl.h"
35 #include "mirror/class_loader.h"
36 #include "mirror/object-inl.h"
37 #include "mirror/object_array-inl.h"
38 #include "mirror/string.h"
210 std::string PrettyDescriptor(mirror::String* java_descriptor) {
217 std::string PrettyDescriptor(mirror::Class* klass) {
396 std::string PrettyTypeOf(mirror::Object* obj) {
411 std::string PrettyClass(mirror::Class* c) {
422 std::string PrettyClassAndClassLoader(mirror
[all...]
H A Druntime_linux.cc362 heap->DumpObject(LOG(INTERNAL_FATAL), reinterpret_cast<mirror::Object*>(info->si_addr));
H A Dprofiler.cc33 #include "mirror/class-inl.h"
34 #include "mirror/dex_cache.h"
35 #include "mirror/object_array-inl.h"
36 #include "mirror/object-inl.h"
414 mirror::Class* cls = method->GetDeclaringClass();
/art/runtime/interpreter/
H A Dinterpreter.cc23 #include "mirror/string-inl.h"
460 Handle<mirror::Class> h_class(hs.NewHandle(method->GetDeclaringClass()));
576 mirror::Class* klass = class_linker->ResolveType(
632 mirror::Class* declaring_class = method->GetDeclaringClass();
H A Dinterpreter_goto_table_impl.cc548 mirror::SetStringCountVisitor visitor(0);
H A Dinterpreter_switch_impl.cc491 mirror::SetStringCountVisitor visitor(0);
/art/compiler/optimizing/
H A Dintrinsics_mips64.cc24 #include "mirror/array-inl.h"
25 #include "mirror/string.h"
1303 const int32_t value_offset = mirror::String::ValueOffset().Int32Value();
1305 const int32_t count_offset = mirror::String::CountOffset().Int32Value();
1400 const int32_t count_offset = mirror::String::CountOffset().Int32Value();
1401 const int32_t value_offset = mirror::String::ValueOffset().Int32Value();
1402 const int32_t class_offset = mirror::Object::ClassOffset().Int32Value();
H A Dintrinsics_x86.cc28 #include "mirror/array-inl.h"
29 #include "mirror/string.h"
1047 const int32_t value_offset = mirror::String::ValueOffset().Int32Value();
1049 const int32_t count_offset = mirror::String::CountOffset().Int32Value();
1133 const uint32_t length_offset = mirror::Array::LengthOffset().Uint32Value();
1228 const uint32_t data_offset = mirror::Array::DataOffset(char_size).Uint32Value();
1308 const uint32_t count_offset = mirror::String::CountOffset().Uint32Value();
1309 const uint32_t value_offset = mirror::String::ValueOffset().Uint32Value();
1310 const uint32_t class_offset = mirror::Object::ClassOffset().Uint32Value();
1443 int32_t value_offset = mirror
[all...]
H A Dregister_allocator_test.cc462 ScopedNullHandle<mirror::DexCache> dex_cache;
614 ScopedNullHandle<mirror::DexCache> dex_cache;
H A Dnodes.h35 #include "mirror/class.h"
64 namespace mirror { namespace in namespace:art
66 } // namespace mirror
159 typedef Handle<mirror::Class> TypeHandle;
230 Handle<mirror::Class> GetTypeHandle() const { return type_handle_; }
4963 Handle<mirror::DexCache> dex_cache)
4978 Handle<mirror::DexCache> GetDexCache() const { return dex_cache_; }
4987 const Handle<mirror::DexCache> dex_cache_;
4999 Handle<mirror::DexCache> dex_cache,
5052 Handle<mirror
[all...]
H A Dintrinsics_mips.cc24 #include "mirror/array-inl.h"
25 #include "mirror/string.h"
1892 const int32_t value_offset = mirror::String::ValueOffset().Int32Value();
1894 const int32_t count_offset = mirror::String::CountOffset().Int32Value();
1990 const uint32_t count_offset = mirror::String::CountOffset().Uint32Value();
1991 const uint32_t value_offset = mirror::String::ValueOffset().Uint32Value();
1992 const uint32_t class_offset = mirror::Object::ClassOffset().Uint32Value();
H A Dload_store_elimination.cc984 if (ref == new_instance && offset >= mirror::kObjectHeaderSize) {
H A Dcode_generator.cc50 #include "mirror/array-inl.h"
51 #include "mirror/object_array-inl.h"
52 #include "mirror/object_reference.h"
134 return sizeof(GcRoot<mirror::Object>) * index;
/art/compiler/jni/
H A Djni_compiler_test.cc29 #include "mirror/class-inl.h"
30 #include "mirror/class_loader.h"
31 #include "mirror/object_array-inl.h"
32 #include "mirror/object-inl.h"
33 #include "mirror/stack_trace_element.h"
70 Handle<mirror::ClassLoader> loader(
71 hs.NewHandle(soa.Decode<mirror::ClassLoader*>(class_loader)));
73 mirror::Class* c = class_linker_->FindClass(soa.Self(), "LMyClassNatives;", loader);
771 mirror::ObjectArray<mirror
[all...]
/art/runtime/gc/collector/
H A Dimmune_spaces_test.cc25 namespace mirror { namespace in namespace:art
27 } // namespace mirror
/art/build/
H A DAndroid.gtest.mk246 runtime/mirror/dex_cache_test.cc \
247 runtime/mirror/object_test.cc \
/art/runtime/gc/allocator/
H A Drosalloc.cc23 #include "mirror/class-inl.h"
24 #include "mirror/object.h"
25 #include "mirror/object-inl.h"
1801 mirror::Object* obj = reinterpret_cast<mirror::Object*>(start);
1975 mirror::Object* obj = reinterpret_cast<mirror::Object*>(slot_addr);
/art/runtime/jit/
H A Dprofile_saver.cc202 virtual bool operator()(mirror::Class* klass) SHARED_REQUIRES(Locks::mutator_lock_) {
/art/dex2oat/
H A Ddex2oat.cc68 #include "mirror/class-inl.h"
69 #include "mirror/class_loader.h"
70 #include "mirror/object-inl.h"
71 #include "mirror/object_array-inl.h"
1502 soa.Decode<mirror::ClassLoader*>(class_loader_))));
1729 // We need to mirror the layout of the ELF file in the compressed debug-info.
2218 mirror::Object::SetHashCodeSeed(987654321U);
/art/compiler/utils/mips/
H A Dassembler_mips.cc2910 CheckEntrypointTypes<kQuickDeliverException, void, mirror::Object*>();
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc2462 CheckEntrypointTypes<kQuickDeliverException, void, mirror::Object*>();

Completed in 432 milliseconds

<<1112131415