Home
last modified time | relevance | path

Searched defs:cs (Results 1 – 9 of 9) sorted by relevance

/art/runtime/mirror/
Dmethod_type_test.cc121 Handle<mirror::MethodType> cs = hs.NewHandle(CreateMethodType("V", { "Integer" })); in TEST_F() local
129 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/
DMain.java31 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/
Dtrampoline_compiler.cc79 size_t cs = __ CodeSize(); in CreateTrampoline() local
116 size_t cs = __ CodeSize(); in CreateTrampoline() local
148 size_t cs = __ CodeSize(); in CreateTrampoline() local
169 size_t cs = __ CodeSize(); in CreateTrampoline() local
190 size_t cs = __ CodeSize(); in CreateTrampoline() local
/art/compiler/utils/
Djni_macro_assembler_test.h84 size_t cs = assembler_->CodeSize(); in DriverWrapper() local
Dassembler_thumb_test.cc79 size_t cs = __ CodeSize(); in EmitAndCheck() local
Dassembler_test.h1629 size_t cs = assembler_->CodeSize(); in DriverWrapper() local
/art/runtime/
Ddebug_print.cc39 gc::space::ContinuousSpace* cs = in DescribeSpace() local
/art/compiler/jni/quick/
Djni_compiler.cc718 size_t cs = __ CodeSize(); in ArtJniCompileMethodInternal() local
/art/compiler/utils/riscv64/
Djni_macro_assembler_riscv64_test.cc51 size_t cs = assembler_.CodeSize(); in DriverStr() local