/art/runtime/arch/x86/ |
context_x86.cc | 19 #include "mirror/art_method.h" 20 #include "mirror/object-inl.h" 39 mirror::ArtMethod* method = fr.GetMethod();
|
entrypoints_init_x86.cc | 32 extern "C" void art_portable_resolution_trampoline(mirror::ArtMethod*); 33 extern "C" void art_portable_to_interpreter_bridge(mirror::ArtMethod*); 44 extern "C" uint32_t art_quick_is_assignable(const mirror::Class* klass, 45 const mirror::Class* ref_class); 98 extern "C" void art_quick_resolution_trampoline(mirror::ArtMethod*); 99 extern "C" void art_quick_to_interpreter_bridge(mirror::ArtMethod*);
|
/art/runtime/mirror/ |
art_field.h | 28 namespace mirror { namespace in namespace:art 30 // C++ mirror of java.lang.reflect.ArtField 162 } // namespace mirror
|
string.h | 29 namespace mirror { namespace in namespace:art 31 // C++ mirror of java.lang.String 164 } // namespace mirror
|
dex_cache.cc | 32 namespace mirror { namespace in namespace:art 81 } // namespace mirror
|
/art/runtime/ |
utf.cc | 20 #include "mirror/array.h" 21 #include "mirror/object-inl.h" 70 int32_t ComputeUtf16Hash(const mirror::CharArray* chars, int32_t offset,
|
utf.h | 32 namespace mirror { namespace in namespace:art 35 } // namespace mirror 75 int32_t ComputeUtf16Hash(const mirror::CharArray* chars, int32_t offset, size_t char_count)
|
utils.h | 35 namespace mirror { namespace in namespace:art 41 } // namespace mirror 190 std::string PrettyDescriptor(const mirror::String* descriptor); 193 std::string PrettyDescriptor(const mirror::Class* klass) 198 std::string PrettyField(const mirror::ArtField* f, bool with_type = true) 204 std::string PrettyMethod(const mirror::ArtMethod* m, bool with_signature = true) 212 std::string PrettyTypeOf(const mirror::Object* obj) 221 std::string PrettyClass(const mirror::Class* c) 225 std::string PrettyClassAndClassLoader(const mirror::Class* c) 268 std::string JniShortName(const mirror::ArtMethod* m [all...] |
/external/chromium_org/third_party/skia/include/utils/ |
SkInterpolator.h | 42 @param mirror If true, the odd repeats interpolate from the last key 45 void setMirror(bool mirror) { 46 fFlags = SkToU8((fFlags & ~kMirror) | (int)mirror);
|
/external/skia/include/utils/ |
SkInterpolator.h | 42 @param mirror If true, the odd repeats interpolate from the last key 45 void setMirror(bool mirror) { 46 fFlags = SkToU8((fFlags & ~kMirror) | (int)mirror);
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
ResourceModifiers.java | 73 mScaledShader = new BitmapShader(mBitmap, Shader.TileMode.MIRROR, 74 Shader.TileMode.MIRROR); 91 Color.YELLOW, Color.MAGENTA, Shader.TileMode.MIRROR);
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
FaceView.java | 76 public void setMirror(boolean mirror) { 77 mMirror = mirror; 78 if (LOGV) Log.v(TAG, "mMirror=" + mirror);
|
/art/runtime/arch/arm/ |
entrypoints_init_arm.cc | 34 extern "C" void art_portable_resolution_trampoline(mirror::ArtMethod*); 35 extern "C" void art_portable_to_interpreter_bridge(mirror::ArtMethod*); 46 extern "C" uint32_t artIsAssignableFromCode(const mirror::Class* klass, 47 const mirror::Class* ref_class); 115 extern "C" void art_quick_resolution_trampoline(mirror::ArtMethod*); 116 extern "C" void art_quick_to_interpreter_bridge(mirror::ArtMethod*);
|
/art/runtime/arch/mips/ |
entrypoints_init_mips.cc | 33 extern "C" void art_portable_resolution_trampoline(mirror::ArtMethod*); 34 extern "C" void art_portable_to_interpreter_bridge(mirror::ArtMethod*); 45 extern "C" uint32_t artIsAssignableFromCode(const mirror::Class* klass, 46 const mirror::Class* ref_class); 116 extern "C" void art_quick_resolution_trampoline(mirror::ArtMethod*); 117 extern "C" void art_quick_to_interpreter_bridge(mirror::ArtMethod*);
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
nacl-mono-archive.py | 25 help='Upload path (nativeclient-mirror/nacl/nacl_sdk/XXX)', 62 'nativeclient-mirror/nacl/nacl_sdk/%s' % options.upload_path,
|
/external/eigen/bench/btl/data/ |
gnuplot_common_settings.hh | 59 set xtics border mirror norotate autofreq 60 set ytics border mirror norotate autofreq
|
/frameworks/base/core/jni/android/graphics/ |
Interpolator.cpp | 49 static void Interpolator_setRepeatMirror(JNIEnv* env, jobject clazz, SkInterpolator* interp, float repeatCount, jboolean mirror) 55 interp->setMirror(mirror != 0);
|
/frameworks/base/graphics/java/android/graphics/ |
Shader.java | 51 * mirror images so that adjacent images always seam 53 MIRROR (2);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_frad.h | 62 /* add any new fields here above is a mirror of sdla_dlci_conf */ 109 /* Add new fields here, above is a mirror of the sdla_conf */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_frad.h | 62 /* add any new fields here above is a mirror of sdla_dlci_conf */ 109 /* Add new fields here, above is a mirror of the sdla_conf */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_frad.h | 62 /* add any new fields here above is a mirror of sdla_dlci_conf */ 109 /* Add new fields here, above is a mirror of the sdla_conf */
|
/art/compiler/ |
image_writer.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/class_loader.h" 44 #include "mirror/dex_cache-inl.h" 45 #include "mirror/object-inl.h" 46 #include "mirror/object_array-inl.h" 56 using ::art::mirror::ArtField; 57 using ::art::mirror::ArtMethod [all...] |
/art/compiler/dex/quick/ |
gen_common.cc | 22 #include "mirror/array.h" 301 mirror::Array::DataOffset(component_size).Int32Value()); 314 -mirror::Array::DataOffset(component_size).Int32Value()); 321 mirror::Array::DataOffset(component_size).Int32Value() + 351 mirror::ArtMethod::DeclaringClassOffset().Int32Value(), rBase); 369 mirror::ArtMethod::DexCacheInitializedStaticStorageOffset().Int32Value(), 372 mirror::Array::DataOffset(sizeof(mirror::Object*)).Int32Value() + 437 mirror::ArtMethod::DeclaringClassOffset().Int32Value(), rBase); 452 mirror::ArtMethod::DexCacheInitializedStaticStorageOffset().Int32Value() [all...] |
/art/compiler/dex/quick/mips/ |
int_mips.cc | 23 #include "mirror/array.h" 418 int len_offset = mirror::Array::LengthOffset().Int32Value(); 425 data_offset = mirror::Array::DataOffset(sizeof(int64_t)).Int32Value(); 427 data_offset = mirror::Array::DataOffset(sizeof(int32_t)).Int32Value(); 489 int len_offset = mirror::Array::LengthOffset().Int32Value(); 493 data_offset = mirror::Array::DataOffset(sizeof(int64_t)).Int32Value(); 495 data_offset = mirror::Array::DataOffset(sizeof(int32_t)).Int32Value(); 560 int len_offset = mirror::Array::LengthOffset().Int32Value(); 561 int data_offset = mirror::Array::DataOffset(sizeof(mirror::Object*)).Int32Value() [all...] |
/art/compiler/jni/ |
jni_compiler_test.cc | 24 #include "mirror/art_method-inl.h" 25 #include "mirror/class-inl.h" 26 #include "mirror/class_loader.h" 27 #include "mirror/object_array-inl.h" 28 #include "mirror/object-inl.h" 29 #include "mirror/stack_trace_element.h" 52 mirror::Class* c = class_linker_->FindClass("LMyClassNatives;", 53 soa.Decode<mirror::ClassLoader*>(class_loader)); 54 mirror::ArtMethod* method; 154 Runtime::Current()->GetJavaVM()->LoadNativeLibrary("", soa.Decode<mirror::ClassLoader*>(class_loader_) [all...] |