Searched refs:kind (Results 26 - 29 of 29) sorted by path

12

/dalvik/vm/mterp/x86/
H A DOP_THROW_VERIFICATION_ERROR.S15 call dvmThrowVerificationError # call(method, kind, ref)
/dalvik/vm/native/
H A Ddalvik_system_VMDebug.cpp165 * private static int getAllocCount(int kind)
171 unsigned int kind = args[0]; local
172 if (kind < (1<<16)) {
176 kind >>= 16;
178 switch (kind) {
/dalvik/vm/oo/
H A DClass.cpp508 while (cpe->kind != kCpeLastEntry) {
511 switch (cpe->kind) {
518 if (CALC_CACHE_STATS && cpe->kind == kCpeJar) {
542 while (cpe->kind != kCpeLastEntry) {
563 while (cpe->kind != kCpeLastEntry) {
564 switch (cpe->kind) {
599 * filename. We need to figure out what kind of file it is, and for
623 cpe->kind = kCpeJar;
630 cpe->kind = kCpeDex;
710 tmp.kind
[all...]
H A DClass.h45 ClassPathEntryKind kind; member in struct:ClassPathEntry

Completed in 69 milliseconds

12