Searched refs:cl (Results 1 – 25 of 49) sorted by relevance
12
/art/runtime/native/ |
D | java_lang_VMClassLoader.cc | 37 ClassLinker* cl = Runtime::Current()->GetClassLinker(); in VMClassLoader_findLoadedClass() local 40 mirror::Class* c = cl->LookupClass(soa.Self(), descriptor.c_str(), descriptor_hash, loader); in VMClassLoader_findLoadedClass() 46 cl->ThrowEarlierClassFailure(c); in VMClassLoader_findLoadedClass() 64 cl->FindClassInPathClassLoader(soa, soa.Self(), descriptor.c_str(), descriptor_hash, in VMClassLoader_findLoadedClass()
|
D | dalvik_system_VMStack.cc | 93 mirror::Object* cl = c->GetClassLoader(); in VMStack_getClosestUserClassLoader() local 94 if (cl != nullptr) { in VMStack_getClosestUserClassLoader() 95 class_loader = cl; in VMStack_getClosestUserClassLoader()
|
/art/runtime/interpreter/mterp/x86_64/ |
D | shop2addr.S | 12 $instr # ex: sarl %cl, %eax 16 $instr # ex: sarl %cl, %eax
|
D | op_mul_long_2addr.S | 4 andb $$0xf, %cl # ecx <- A
|
D | op_move_wide.S | 5 andb $$0xf, %cl # ecx <- A
|
D | op_mul_int_2addr.S | 4 andb $$0xf, %cl # ecx <- A
|
D | binop2addr.S | 15 andb $$0xf, %cl # ecx <- A
|
D | binopWide2addr.S | 7 andb $$0xf, %cl # ecx <- A
|
D | unop.S | 14 andb $$0xf,%cl # ecx <- A
|
D | fpcvt.S | 8 andb $$0xf, %cl # ecx <- A
|
D | op_rem_double_2addr.S | 5 andb $$0xf, %cl # ecx <- A
|
D | bincmp.S | 11 andb $$0xf, %cl # rcx <- A
|
/art/runtime/interpreter/mterp/x86/ |
D | op_shr_long.S | 20 sarl %cl, rIBASE 21 testb $$32, %cl
|
D | op_shr_long_2addr.S | 17 sarl %cl, rIBASE 18 testb $$32, %cl
|
D | op_ushr_long.S | 20 shrl %cl, rIBASE 21 testb $$32, %cl
|
D | op_shl_long_2addr.S | 17 sall %cl, %eax 18 testb $$32, %cl
|
D | op_shl_long.S | 20 sall %cl, %eax 21 testb $$32, %cl
|
D | op_ushr_long_2addr.S | 17 shrl %cl, rIBASE 18 testb $$32, %cl
|
D | unop.S | 10 andb $$0xf,%cl # ecx <- A
|
D | op_move_wide.S | 5 andb $$0xf, %cl # ecx <- A
|
D | binop2addr.S | 16 andb $$0xf, %cl # ecx <- A
|
D | fpcvt.S | 9 andb $$0xf, %cl # ecx <- A
|
D | shop2addr.S | 11 $instr # ex: sarl %cl, %eax
|
D | op_mul_int_2addr.S | 5 andb $$0xf, %cl # ecx <- A
|
/art/test/utils/python/ |
D | generate_java_main.py | 225 def get_ifaces(cl): argument 226 for i2 in cl.implements: 230 for cl in flatten_classes(dat.classes, c): 231 yield from get_ifaces(cl)
|
12