Searched defs:cs (Results  1 – 8 of 8) sorted by relevance
| /art/runtime/mirror/ | 
| D | method_type_test.cc | 121     Handle<mirror::MethodType> cs = hs.NewHandle(CreateMethodType("V", { "Integer" }));  in TEST_F()  local129     Handle<mirror::MethodType> cs = hs.NewHandle(CreateMethodType("String", { "Integer" }));  in TEST_F()  local
 137     Handle<mirror::MethodType> cs = hs.NewHandle(CreateMethodType("Object", { "Integer" }));  in TEST_F()  local
 145     Handle<mirror::MethodType> cs = hs.NewHandle(CreateMethodType("Integer", { "Object" }));  in TEST_F()  local
 153     Handle<mirror::MethodType> cs = hs.NewHandle(CreateMethodType("I", { "B", "C", "S" }));  in TEST_F()  local
 161     Handle<mirror::MethodType> cs = hs.NewHandle(CreateMethodType("V", { "Z" }));  in TEST_F()  local
 167     Handle<mirror::MethodType> cs = hs.NewHandle(CreateMethodType("V", { "I" }));  in TEST_F()  local
 173     Handle<mirror::MethodType> cs = hs.NewHandle(CreateMethodType("V", { "S" }));  in TEST_F()  local
 180     Handle<mirror::MethodType> cs = hs.NewHandle(CreateMethodType("V", { "C" }));  in TEST_F()  local
 186     Handle<mirror::MethodType> cs = hs.NewHandle(CreateMethodType("V", { "I" }));  in TEST_F()  local
 [all …]
 
 | 
| /art/test/638-checker-inline-cache-intrinsic/src/ | 
| D | Main.java | 31   public static char $noinline$inlineMonomorphic(CharSequence cs) {  in $noinline$inlineMonomorphic()51   public static char $noinline$inlinePolymorphic(CharSequence cs) {  in $noinline$inlinePolymorphic()
 66     CharSequence cs = "abc";  in $noinline$knownReceiverType()  local
 
 | 
| /art/compiler/trampolines/ | 
| D | trampoline_compiler.cc | 78   size_t cs = __ CodeSize();  in CreateTrampoline()  local120   size_t cs = __ CodeSize();  in CreateTrampoline()  local
 141   size_t cs = __ CodeSize();  in CreateTrampoline()  local
 162   size_t cs = __ CodeSize();  in CreateTrampoline()  local
 
 | 
| /art/compiler/utils/ | 
| D | jni_macro_assembler_test.h | 85     size_t cs = assembler_->CodeSize();  in DriverWrapper()  local
 | 
| D | assembler_thumb_test.cc | 79     size_t cs = __ CodeSize();  in EmitAndCheck()  local
 | 
| D | assembler_test.h | 1577     size_t cs = assembler_->CodeSize();  in DriverWrapper()  local
 | 
| /art/runtime/ | 
| D | debug_print.cc | 39   gc::space::ContinuousSpace* cs =  in DescribeSpace()  local
 | 
| /art/compiler/jni/quick/ | 
| D | jni_compiler.cc | 724   size_t cs = __ CodeSize();  in ArtJniCompileMethodInternal()  local
 |