Searched defs:cl (Results 1 - 8 of 8) sorted by relevance

/art/runtime/native/
H A Ddalvik_system_VMStack.cc84 mirror::Object* cl = c->GetClassLoader(); local
85 if (cl != NULL && cl != bootstrap && cl != system) {
86 class_loader = cl;
/art/compiler/dex/quick/x86/
H A Dassemble_x86.cc184 { kX86 ## opname ## 8RC, kShiftRegCl, IS_BINARY_OP | REG_DEF0_USE0 | REG_USEC | SETS_CCODES, { 0, 0, 0xD2, 0, 0, modrm_opcode, 0, 1 }, #opname "8RC", "!0r,cl" }, \
185 { kX86 ## opname ## 8MC, kShiftMemCl, IS_LOAD | IS_STORE | IS_TERTIARY_OP | REG_USE0 | REG_USEC | SETS_CCODES, { 0, 0, 0xD2, 0, 0, modrm_opcode, 0, 1 }, #opname "8MC", "[!0r+!1d],cl" }, \
186 { kX86 ## opname ## 8AC, kShiftArrayCl, IS_LOAD | IS_STORE | IS_QUIN_OP | REG_USE01 | REG_USEC | SETS_CCODES, { 0, 0, 0xD2, 0, 0, modrm_opcode, 0, 1 }, #opname "8AC", "[!0r+!1r<<!2d+!3d],cl" }, \
191 { kX86 ## opname ## 16RC, kShiftRegCl, IS_BINARY_OP | REG_DEF0_USE0 | REG_USEC | SETS_CCODES, { 0x66, 0, 0xD3, 0, 0, modrm_opcode, 0, 1 }, #opname "16RC", "!0r,cl" }, \
192 { kX86 ## opname ## 16MC, kShiftMemCl, IS_LOAD | IS_STORE | IS_TERTIARY_OP | REG_USE0 | REG_USEC | SETS_CCODES, { 0x66, 0, 0xD3, 0, 0, modrm_opcode, 0, 1 }, #opname "16MC", "[!0r+!1d],cl" }, \
193 { kX86 ## opname ## 16AC, kShiftArrayCl, IS_LOAD | IS_STORE | IS_QUIN_OP | REG_USE01 | REG_USEC | SETS_CCODES, { 0x66, 0, 0xD3, 0, 0, modrm_opcode, 0, 1 }, #opname "16AC", "[!0r+!1r<<!2d+!3d],cl" }, \
198 { kX86 ## opname ## 32RC, kShiftRegCl, IS_BINARY_OP | REG_DEF0_USE0 | REG_USEC | SETS_CCODES, { 0, 0, 0xD3, 0, 0, modrm_opcode, 0, 0 }, #opname "32RC", "!0r,cl" }, \
199 { kX86 ## opname ## 32MC, kShiftMemCl, IS_LOAD | IS_STORE | IS_TERTIARY_OP | REG_USE0 | REG_USEC | SETS_CCODES, { 0, 0, 0xD3, 0, 0, modrm_opcode, 0, 0 }, #opname "32MC", "[!0r+!1d],cl" }, \
200 { kX86 ## opname ## 32AC, kShiftArrayCl, IS_LOAD | IS_STORE | IS_QUIN_OP | REG_USE01 | REG_USEC | SETS_CCODES, { 0, 0, 0xD3, 0, 0, modrm_opcode, 0, 0 }, #opname "32AC", "[!0r+!1r<<!2d+!3d],cl" }
432 case kShiftMemCl: // lir operands - 0: base, 1: disp, 2: cl
949 EmitShiftRegCl(const X86EncodingMap* entry, uint8_t reg, uint8_t cl) argument
[all...]
/art/runtime/mirror/
H A Dclass.cc196 << "'" << kh.GetDescriptor() << "' cl=" << GetClassLoader() << " -----\n",
202 os << " super='" << PrettyClass(super) << "' (cl=" << super->GetClassLoader() << ")\n";
211 const ClassLoader* cl = interface->GetClassLoader(); local
212 os << StringPrintf(" %2zd: %s (cl=%p)\n", i, PrettyClass(interface).c_str(), cl);
H A Dobject_test.cc151 void TestPrimitiveArray(ClassLinker* cl) { argument
166 Class* aioobe = cl->FindSystemClass("Ljava/lang/ArrayIndexOutOfBoundsException;");
/art/runtime/
H A Druntime.cc1182 ClassLinker* cl = r->GetClassLinker(); local
1183 method->SetEntryPointFromCompiledCode(r->IsCompiler() ? NULL : GetResolutionTrampoline(cl));
H A Dthread.cc1495 mirror::ClassLoader* cl = NULL; local
1497 cl = throw_location.GetMethod()->GetDeclaringClass()->GetClassLoader();
1500 exception_class(this, runtime->GetClassLinker()->FindClass(exception_class_descriptor, cl));
H A Dclass_linker.cc3243 mirror::ClassLoader* cl = c->GetClassLoader(); local
3247 field_map.Put(i, ResolveField(dex_file, it.GetMemberIndex(), c->GetDexCache(), cl, true));
H A Djni_internal.cc294 ClassLoader* cl = GetClassLoader(soa); local
295 field_type = class_linker->FindClass(sig, cl);
648 ClassLoader* cl = GetClassLoader(soa); local
649 c = class_linker->FindClass(descriptor.c_str(), cl);

Completed in 2691 milliseconds