/art/runtime/ |
runtime.h | 45 namespace mirror { namespace in namespace:art 52 } // namespace mirror 293 mirror::Throwable* GetPreAllocatedOutOfMemoryError() const 327 mirror::ArtMethod* GetResolutionMethod() const { 336 void SetResolutionMethod(mirror::ArtMethod* method) { 340 mirror::ArtMethod* CreateResolutionMethod() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); 354 mirror::ArtMethod* GetCalleeSaveMethod(CalleeSaveType type) const { 359 void SetCalleeSaveMethod(mirror::ArtMethod* method, CalleeSaveType type); 361 mirror::ArtMethod* CreateCalleeSaveMethod(InstructionSet instruction_set, 365 mirror::ArtMethod* CreateRefOnlyCalleeSaveMethod(InstructionSet instruction_set [all...] |
invoke_arg_array_builder.h | 20 #include "mirror/art_method.h" 21 #include "mirror/object.h" 35 num_bytes += sizeof(mirror::Object*); 93 void BuildArgArray(const ScopedObjectAccess& soa, mirror::Object* receiver, va_list ap) 115 Append(reinterpret_cast<int32_t>(soa.Decode<mirror::Object*>(va_arg(ap, jobject)))); 131 void BuildArgArray(const ScopedObjectAccess& soa, mirror::Object* receiver, jvalue* args) 156 Append(reinterpret_cast<int32_t>(soa.Decode<mirror::Object*>(args[args_offset].l)));
|
jni_internal.h | 40 namespace mirror { namespace in namespace:art 44 } // namespace mirror 58 void InvokeWithArgArray(const ScopedObjectAccess& soa, mirror::ArtMethod* method, 75 bool LoadNativeLibrary(const std::string& path, mirror::ClassLoader* class_loader, 83 void* FindCodeForNativeMethod(mirror::ArtMethod* m) 97 jweak AddWeakGlobalReference(Thread* self, mirror::Object* obj) 102 mirror::Object* DecodeWeakGlobal(Thread* self, IndirectRef ref);
|
primitive.h | 26 namespace mirror { namespace in namespace:art 28 } // namespace mirror 81 case kPrimNot: return sizeof(mirror::Object*);
|
well_known_classes.h | 24 namespace mirror { namespace in namespace:art 26 } // namespace mirror 39 static mirror::Class* ToClass(jclass global_jclass)
|
indirect_reference_table.h | 30 namespace mirror { namespace in namespace:art 32 } // namespace mirror 103 static mirror::Object* const kInvalidIndirectRefObject = reinterpret_cast<mirror::Object*>(0xdead4321); 104 static mirror::Object* const kClearedJniWeakGlobal = reinterpret_cast<mirror::Object*>(0xdead1234); 133 const mirror::Object* previous[kIRTPrevCount]; 209 explicit IrtIterator(const mirror::Object** table, size_t i, size_t capacity) 220 const mirror::Object** operator*() { 236 const mirror::Object** table_ [all...] |
reference_table_test.cc | 28 mirror::Object* o1 = mirror::String::AllocFromModifiedUtf8(soa.Self(), "hello"); 59 mirror::Object* o2 = mirror::ShortArray::Alloc(soa.Self(), 0);
|
/art/runtime/gc/accounting/ |
heap_bitmap.h | 37 bool Test(const mirror::Object* obj) SHARED_LOCKS_REQUIRED(Locks::heap_bitmap_lock_) { 46 void Clear(const mirror::Object* obj) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_) { 57 void Set(const mirror::Object* obj) EXCLUSIVE_LOCKS_REQUIRED(Locks::heap_bitmap_lock_) { 68 SpaceBitmap* GetContinuousSpaceBitmap(const mirror::Object* obj) { 77 SpaceSetMap* GetDiscontinuousSpaceObjectSet(const mirror::Object* obj) {
|
/art/runtime/gc/space/ |
space_test.cc | 98 mirror::Object* ptr1 = space->Alloc(self, 1 * MB, &dummy); 102 mirror::Object* ptr2 = space->Alloc(self, 8 * MB, &dummy); 107 mirror::Object* ptr3 = space->AllocWithGrowth(self, 8 * MB, &ptr3_bytes_allocated); 112 mirror::Object* ptr4 = space->Alloc(self, 8 * MB, &dummy); 116 mirror::Object* ptr5 = space->AllocWithGrowth(self, 8 * MB, &dummy); 170 mirror::Object* ptr1 = space->Alloc(self, 1 * MB, &dummy); 174 mirror::Object* ptr2 = space->Alloc(self, 8 * MB, &dummy); 179 mirror::Object* ptr3 = space->AllocWithGrowth(self, 8 * MB, &ptr3_bytes_allocated); 184 mirror::Object* ptr4 = space->Alloc(self, 8 * MB, &dummy); 188 mirror::Object* ptr5 = space->AllocWithGrowth(self, 8 * MB, &dummy) [all...] |
image_space.cc | 25 #include "mirror/art_method.h" 26 #include "mirror/class-inl.h" 27 #include "mirror/object-inl.h" 156 const mirror::Object* obj = reinterpret_cast<const mirror::Object*>(current); 214 mirror::Object* resolution_method = image_header.GetImageRoot(ImageHeader::kResolutionMethod); 215 runtime->SetResolutionMethod(down_cast<mirror::ArtMethod*>(resolution_method)); 217 mirror::Object* callee_save_method = image_header.GetImageRoot(ImageHeader::kCalleeSaveMethod); 218 runtime->SetCalleeSaveMethod(down_cast<mirror::ArtMethod*>(callee_save_method), Runtime::kSaveAll); 220 runtime->SetCalleeSaveMethod(down_cast<mirror::ArtMethod*>(callee_save_method), Runtime::kRefsOnly) [all...] |
space.h | 31 namespace mirror { namespace in namespace:art 33 } // namespace mirror 93 virtual bool Contains(const mirror::Object* obj) const = 0; 160 virtual mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated) = 0; 163 virtual size_t AllocationSize(const mirror::Object* obj) = 0; 166 virtual size_t Free(Thread* self, mirror::Object* ptr) = 0; 169 virtual size_t FreeList(Thread* self, size_t num_ptrs, mirror::Object** ptrs) = 0; 203 bool HasAddress(const mirror::Object* obj) const { 208 bool Contains(const mirror::Object* obj) const {
|
/art/runtime/native/ |
java_lang_VMClassLoader.cc | 19 #include "mirror/class_loader.h" 20 #include "mirror/object-inl.h" 29 mirror::ClassLoader* loader = soa.Decode<mirror::ClassLoader*>(javaLoader); 36 mirror::Class* c = Runtime::Current()->GetClassLinker()->LookupClass(descriptor.c_str(), loader);
|
dalvik_system_VMRuntime.cc | 27 #include "mirror/class-inl.h" 28 #include "mirror/object.h" 29 #include "mirror/object-inl.h" 61 mirror::Class* element_class = soa.Decode<mirror::Class*>(javaElementClass); 75 mirror::Class* array_class = class_linker->FindClass(descriptor.c_str(), NULL); 76 mirror::Array* result = mirror::Array::Alloc(soa.Self(), array_class, length); 85 mirror::Array* array = soa.Decode<mirror::Array*>(javaArray) [all...] |
java_lang_Runtime.cc | 23 #include "mirror/class_loader.h" 65 mirror::ClassLoader* classLoader = soa.Decode<mirror::ClassLoader*>(javaLoader);
|
/external/chromium_org/media/base/ |
yuv_convert.h | 31 // Mirror means flip the image horizontally, as in looking in a mirror. 38 MIRROR_ROTATE_0, // Mirror horizontally. 39 MIRROR_ROTATE_90, // Mirror then Rotate clockwise. 40 MIRROR_ROTATE_180, // Mirror vertically.
|
/external/chromium_org/v8/test/mjsunit/ |
debug-mirror-cache.js | 53 // Check that mirror cache is cleared when entering debugger. 54 assertEquals(0, debug.next_handle_, "Mirror cache not cleared"); 55 assertEquals(0, debug.mirror_cache_.length, "Mirror cache not cleared"); 66 assertFalse(debug.next_handle_ == 0, "Mirror cache not used"); 67 assertFalse(debug.mirror_cache_.length == 0, "Mirror cache not used");
|
/external/v8/test/mjsunit/ |
debug-mirror-cache.js | 53 // Check that mirror cache is cleared when entering debugger. 54 assertEquals(0, debug.next_handle_, "Mirror cache not cleared"); 55 assertEquals(0, debug.mirror_cache_.length, "Mirror cache not cleared"); 66 assertFalse(debug.next_handle_ == 0, "Mirror cache not used"); 67 assertFalse(debug.mirror_cache_.length == 0, "Mirror cache not used");
|
/frameworks/base/core/java/android/text/ |
AndroidCharacter.java | 77 * @param text array of characters to apply mirror operation 78 * @param start first character in array to mirror 79 * @param count maximum number of characters to mirror 82 public native static boolean mirror(char[] text, int start, int count); method in class:AndroidCharacter 85 * Return the right-to-left mirror (or the original char if none)
|
/art/runtime/gc/ |
heap.cc | 44 #include "mirror/art_field-inl.h" 45 #include "mirror/class-inl.h" 46 #include "mirror/object.h" 47 #include "mirror/object-inl.h" 48 #include "mirror/object_array-inl.h" 505 space::ContinuousSpace* Heap::FindContinuousSpaceFromObject(const mirror::Object* obj, 518 space::DiscontinuousSpace* Heap::FindDiscontinuousSpaceFromObject(const mirror::Object* obj, 531 space::Space* Heap::FindSpaceFromObject(const mirror::Object* obj, bool fail_ok) const { 557 mirror::Object* Heap::AllocObject(Thread* self, mirror::Class* c, size_t byte_count) [all...] |
/art/runtime/entrypoints/portable/ |
portable_trampoline_entrypoints.cc | 23 #include "mirror/art_method-inl.h" 24 #include "mirror/object-inl.h" 57 PortableArgumentVisitor(MethodHelper& caller_mh, mirror::ArtMethod** sp) 145 BuildPortableShadowFrameVisitor(MethodHelper& caller_mh, mirror::ArtMethod** sp, 157 sf_.SetVRegReference(cur_reg_, *reinterpret_cast<mirror::Object**>(GetParamAddress())); 181 extern "C" uint64_t artPortableToInterpreterBridge(mirror::ArtMethod* method, Thread* self, 182 mirror::ArtMethod** sp) 230 BuildPortableArgumentVisitor(MethodHelper& caller_mh, mirror::ArtMethod** sp, 239 mirror::Object* obj = *reinterpret_cast<mirror::Object**>(GetParamAddress()) [all...] |
/art/runtime/verifier/ |
reg_type.cc | 22 #include "mirror/class.h" 23 #include "mirror/class-inl.h" 24 #include "mirror/object-inl.h" 25 #include "mirror/object_array-inl.h" 67 PrimitiveType::PrimitiveType(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id) 74 Cat1Type::Cat1Type(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id) 79 Cat2Type::Cat2Type(mirror::Class* klass, const std::string& descriptor, uint16_t cache_id) 145 DoubleHiType* DoubleHiType::CreateInstance(mirror::Class* klass, const std::string& descriptor, 165 DoubleLoType* DoubleLoType::CreateInstance(mirror::Class* klass, const std::string& descriptor, 185 LongLoType* LongLoType::CreateInstance(mirror::Class* klass, const std::string& descriptor [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
ImageOrientation.h | 41 OriginTopRight = 2, // mirror along y-axis 43 OriginBottomLeft = 4, // mirror along the x-axis 44 OriginLeftTop = 5, // mirror along x-axis + 270 degree CW rotation 46 OriginRightBottom = 7, // mirror along x-axis + 90 degree CW rotation
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
AdvancedBlendActivity.java | 69 mScaledShader = new BitmapShader(texture, Shader.TileMode.MIRROR, 70 Shader.TileMode.MIRROR); 75 mScaled2Shader = new BitmapShader(texture, Shader.TileMode.MIRROR, 76 Shader.TileMode.MIRROR);
|
/art/compiler/driver/ |
dex_compilation_unit.h | 26 namespace mirror { namespace in namespace:art 29 } // namespace mirror
|
/art/compiler/ |
elf_writer.cc | 27 #include "mirror/art_method-inl.h" 28 #include "mirror/object-inl.h"
|