Searched defs:c1 (Results 1 – 14 of 14) sorted by relevance
/art/runtime/ |
D | utf-inl.h | 74 uint32_t c1, c2; in CompareModifiedUtf8ToModifiedUtf8AsUtf16CodePointValues() local
|
D | dex_instruction_visitor_test.cc | 49 const uint16_t c1[] = { 0 }; in TEST() local
|
D | dex_file_test.cc | 223 const DexFile::ClassDef& c1 = raw->GetClassDef(1); in TEST_F() local
|
D | check_jni.cc | 1729 static jboolean IsAssignableFrom(JNIEnv* env, jclass c1, jclass c2) { in IsAssignableFrom()
|
D | jni_internal.cc | 413 mirror::Class* c1 = soa.Decode<mirror::Class*>(java_class1); in IsAssignableFrom() local
|
D | class_linker.cc | 333 void ClassLinker::CheckSystemClass(Thread* self, Handle<mirror::Class> c1, const char* descriptor) { in CheckSystemClass()
|
/art/compiler/optimizing/ |
D | induction_var_range.cc | 29 static bool IsSafeAdd(int32_t c1, int32_t c2) { in IsSafeAdd() 34 static bool IsSafeSub(int32_t c1, int32_t c2) { in IsSafeSub() 39 static bool IsSafeMul(int32_t c1, int32_t c2) { in IsSafeMul() 44 static bool IsSafeDiv(int32_t c1, int32_t c2) { in IsSafeDiv()
|
D | bounds_check_elimination.cc | 1020 int32_t c1 = lower.GetConstant(); in VisitSub() local
|
/art/compiler/driver/ |
D | compiled_method_storage.cc | 87 static constexpr uint32_t c1 = 0xcc9e2d51; in operator ()() local
|
/art/test/115-native-bridge/src/ |
D | NativeBridgeMain.java | 139 native static char charMethod(char c1, char c2, char c3, char c4, char c5, char c6, char c7, in charMethod()
|
/art/test/004-JniTest/src/ |
D | Main.java | 162 …private static native char charMethod(char c1, char c2, char c3, char c4, char c5, char c6, char c… in charMethod()
|
/art/test/115-native-bridge/ |
D | nativebridge.cc | 174 static jchar trampoline_Java_Main_charMethod(JNIEnv* env, jclass klass, jchar c1, jchar c2, in trampoline_Java_Main_charMethod()
|
/art/runtime/verifier/ |
D | reg_type.cc | 701 mirror::Class* c1 = GetClass(); in Merge() local
|
/art/test/004-JniTest/ |
D | jni_test.cc | 250 extern "C" jchar JNICALL Java_Main_charMethod(JNIEnv*, jclass, jchar c1, jchar c2, in Java_Main_charMethod()
|