HomeSort by relevance Sort by last modified time
    Searched full:mirror (Results 201 - 225 of 1036) sorted by null

1 2 3 4 5 6 7 891011>>

  /art/runtime/mirror/
iftable.h 23 namespace mirror { namespace in namespace:art
76 } // namespace mirror
object_array.h 23 namespace mirror { namespace in namespace:art
61 } // namespace mirror
  /external/chromium_org/ash/display/
mirror_window_controller.h 38 // mirror window. This also draws a mouse cursor as the mouse cursor
53 // Close the mirror window.
  /external/chromium_org/native_client_sdk/src/build_tools/json/
naclsdk_manifest2.json 11 "url": "https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/trunk.228691/sdk_tools.tgz"
25 "url": "https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/sdk/${revision}/vs_addin.tgz"
  /prebuilts/tools/common/freemarker/
README.txt 5 http://freemarker.org/ (mirror: http://freemarker.sourceforge.net/)
55 Mirror:
  /art/compiler/driver/
compiler_driver.cc 36 #include "mirror/art_field-inl.h"
37 #include "mirror/art_method-inl.h"
38 #include "mirror/class_loader.h"
39 #include "mirror/class-inl.h"
40 #include "mirror/dex_cache-inl.h"
41 #include "mirror/object-inl.h"
42 #include "mirror/object_array-inl.h"
43 #include "mirror/throwable.h"
500 static DexToDexCompilationLevel GetDexToDexCompilationlevel(mirror::ClassLoader* class_loader,
506 mirror::Class* klass = class_linker->FindClass(descriptor, class_loader)
    [all...]
  /art/compiler/
oat_test.cc 18 #include "mirror/art_method-inl.h"
19 #include "mirror/class-inl.h"
20 #include "mirror/object_array-inl.h"
21 #include "mirror/object-inl.h"
31 void CheckMethod(mirror::ArtMethod* method,
129 mirror::Class* klass = class_linker->FindClass(descriptor, NULL);
  /art/runtime/gc/accounting/
mod_union_table.h 28 namespace mirror { namespace in namespace:art
30 } // namespace mirror
111 virtual bool AddReference(const mirror::Object* obj, const mirror::Object* ref) = 0;
120 SafeMap<const byte*, std::vector<const mirror::Object*>, std::less<const byte*>,
121 GCAllocator<std::pair<const byte*, std::vector<const mirror::Object*> > > > references_;
  /art/runtime/native/
java_lang_Thread.cc 21 #include "mirror/object.h"
93 mirror::Object* object = soa.Decode<mirror::Object*>(java_object);
116 if (soa.Decode<mirror::Object*>(peer) == soa.Self()->GetPeer()) {
154 mirror::Object* lock = soa.Decode<mirror::Object*>(java_lock);
  /art/runtime/verifier/
method_verifier.h 31 #include "mirror/object.h"
148 static FailureKind VerifyClass(const mirror::Class* klass, bool allow_soft_failures,
151 static FailureKind VerifyClass(const DexFile* dex_file, mirror::DexCache* dex_cache,
152 mirror::ClassLoader* class_loader,
158 mirror::DexCache* dex_cache, mirror::ClassLoader* class_loader,
161 mirror::ArtMethod* method, uint32_t method_access_flags)
202 static void FindLocksAtDexPc(mirror::ArtMethod* m, uint32_t dex_pc,
208 static mirror::ArtField* FindAccessedFieldAtDexPc(mirror::ArtMethod* m, uint32_t dex_pc
    [all...]
reg_type_cache.cc 21 #include "mirror/class-inl.h"
22 #include "mirror/object-inl.h"
63 const RegType& RegTypeCache::FromDescriptor(mirror::ClassLoader* loader, const char* descriptor,
134 mirror::Class* RegTypeCache::ResolveClass(const char* descriptor, mirror::ClassLoader* loader) {
138 mirror::Class* klass = NULL;
160 const RegType& RegTypeCache::From(mirror::ClassLoader* loader, const char* descriptor,
170 mirror::Class* klass = ResolveClass(descriptor, loader);
207 const RegType& RegTypeCache::FromClass(const char* descriptor, mirror::Class* klass, bool precise) {
349 mirror::Class* klass = type.GetClass()
    [all...]
  /art/runtime/
Android.mk 79 mirror/art_field.cc \
80 mirror/art_method.cc \
81 mirror/array.cc \
82 mirror/class.cc \
83 mirror/dex_cache.cc \
84 mirror/object.cc \
85 mirror/stack_trace_element.cc \
86 mirror/string.cc \
87 mirror/throwable.cc \
247 mirror/class.h
    [all...]
debugger.h 35 namespace mirror { namespace in namespace:art
40 } // namespace mirror
65 mirror::Object* receiver_; /* not used for ClassType.InvokeMethod */
66 mirror::Object* thread_;
67 mirror::Class* class_;
68 mirror::ArtMethod* method_;
329 static void PostLocationEvent(const mirror::ArtMethod* method, int pcOffset,
330 mirror::Object* thisPtr, int eventFlags)
333 mirror::ArtMethod* catch_method,
334 uint32_t catch_dex_pc, mirror::Throwable* exception
    [all...]
check_jni.cc 27 #include "mirror/art_field-inl.h"
28 #include "mirror/art_method-inl.h"
29 #include "mirror/class-inl.h"
30 #include "mirror/object-inl.h"
31 #include "mirror/object_array-inl.h"
32 #include "mirror/throwable.h"
43 mirror::ArtMethod* current_method = self->GetCurrentMethod(NULL);
130 static bool ShouldTrace(JavaVMExt* vm, const mirror::ArtMethod* method)
203 mirror::ArtField* f = CheckFieldID(fid);
207 mirror::Class* field_type = FieldHelper(f).GetType()
    [all...]
thread.h 47 namespace mirror { namespace in namespace:art
59 } // namespace mirror
119 mirror::Object* thread_peer)
233 bool HoldsLock(mirror::Object*);
260 mirror::String* GetThreadName(const ScopedObjectAccessUnchecked& ts) const
273 mirror::Object* GetPeer() const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
292 mirror::Throwable* GetException(ThrowLocation* throw_location) const
302 void SetException(const ThrowLocation& throw_location, mirror::Throwable* new_exception)
324 mirror::ArtMethod* GetCurrentMethod(uint32_t* dex_pc) const
330 mirror::ArtMethod** top_method = reinterpret_cast<mirror::ArtMethod**>(stack)
    [all...]
oat_file.h 26 #include "mirror/art_method.h"
73 void LinkMethod(mirror::ArtMethod* method) const;
146 mirror::Class::Status GetStatus() const;
157 mirror::Class::Status status,
161 const mirror::Class::Status status_;
monitor.cc 26 #include "mirror/art_method-inl.h"
27 #include "mirror/class-inl.h"
28 #include "mirror/object-inl.h"
29 #include "mirror/object_array-inl.h"
118 Monitor::Monitor(Thread* owner, mirror::Object* obj)
193 mirror::Object* Monitor::GetObject() {
207 const mirror::ArtMethod* current_locking_method = NULL;
279 void Monitor::FailedUnlock(mirror::Object* o, Thread* expected_owner, Thread* found_owner,
436 const mirror::ArtMethod* saved_method = locking_method_;
581 void Monitor::Inflate(Thread* self, mirror::Object* obj)
    [all...]
  /art/runtime/hprof/
hprof.cc 51 #include "mirror/art_field-inl.h"
52 #include "mirror/class.h"
53 #include "mirror/class-inl.h"
54 #include "mirror/object-inl.h"
174 typedef std::set<mirror::Class*> ClassSet;
175 typedef std::set<mirror::Class*>::iterator ClassSetIterator;
487 static void RootVisitor(const mirror::Object* obj, void* arg)
494 static void HeapBitmapCallback(mirror::Object* obj, void* arg)
502 void VisitRoot(const mirror::Object* obj) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
504 int DumpHeapObject(mirror::Object* obj) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
debug-setbreakpoint.js 80 var mirror;
93 mirror = debug.MakeMirror(o);
94 testArguments(dcp, '{"type":"handle","target":' + mirror.handle() + '}', false);
115 mirror = debug.MakeMirror(f);
116 testArguments(dcp, '{"type":"handle","target":' + mirror.handle() + '}', true, false);
117 mirror = debug.MakeMirror(o.a);
118 testArguments(dcp, '{"type":"handle","target":' + mirror.handle() + '}', true, false);
  /external/v8/test/mjsunit/
debug-setbreakpoint.js 80 var mirror;
93 mirror = debug.MakeMirror(o);
94 testArguments(dcp, '{"type":"handle","target":' + mirror.handle() + '}', false);
115 mirror = debug.MakeMirror(f);
116 testArguments(dcp, '{"type":"handle","target":' + mirror.handle() + '}', true, false);
117 mirror = debug.MakeMirror(o.a);
118 testArguments(dcp, '{"type":"handle","target":' + mirror.handle() + '}', true, false);
  /art/oatdump/
oatdump.cc 39 #include "mirror/art_field-inl.h"
40 #include "mirror/art_method-inl.h"
41 #include "mirror/array-inl.h"
42 #include "mirror/class-inl.h"
43 #include "mirror/object-inl.h"
44 #include "mirror/object_array-inl.h"
172 const void* GetOatCode(mirror::ArtMethod* m) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
563 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(*dex_file);
564 mirror::ClassLoader* class_loader = NULL;
621 mirror::DexCache* dex_cache = Runtime::Current()->GetClassLinker()->FindDexCache(*dex_file)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Interpolator.java 102 * whether the interpolator should mirror its repeats. The default settings
103 * are repeatCount = 1, and mirror = false.
105 public void setRepeatMirror(float repeatCount, boolean mirror) {
107 nativeSetRepeatMirror(native_instance, repeatCount, mirror);
160 private static native void nativeSetRepeatMirror(int native_instance, float repeatCount, boolean mirror);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
MoreShadersActivity.java 71 mScaledShader = new BitmapShader(texture, Shader.TileMode.MIRROR,
72 Shader.TileMode.MIRROR);
77 mScaled2Shader = new BitmapShader(texture, Shader.TileMode.MIRROR,
78 Shader.TileMode.MIRROR);
90 Color.YELLOW, Color.MAGENTA, Shader.TileMode.MIRROR);
  /art/runtime/arch/arm/
context_arm.cc 19 #include "mirror/art_method.h"
20 #include "mirror/object-inl.h"
44 mirror::ArtMethod* method = fr.GetMethod();
  /art/runtime/arch/mips/
context_mips.cc 19 #include "mirror/art_method.h"
20 #include "mirror/object-inl.h"
43 mirror::ArtMethod* method = fr.GetMethod();

Completed in 966 milliseconds

1 2 3 4 5 6 7 891011>>