搜索资源列表
dalvik-master.tar
- dalvik master source code from
understandingdalvikbytecode
- understanding dalvik bytecode dalvik字节码PDF,经典。-understanding dalvik bytecode dalvik bytecode PDF, classic.
1_DDMS_user
- DDMS 的全称是Dalvik Debug Monitor Service,它为我们提供例如:为测试设备截屏,针对特定的进程查看正在运行的线程以及堆信息、Logcat、广播状态信息、模拟电话呼叫、接收SMS、虚拟地理坐标等等。-The DDMS full name is the Dalvik Debug Monitor Service, it provides us with such as: test equipment, screen shots, view the running thre
23439808
- dalvik虚拟机源代码分析 OSMboxPend() OSQPend() OSSemPend() OSTaskDel(OS_PRIO_SELF) OSTaskSuspend(OS_PRIO_SELF) OSTimeDly() OSTimeDlyHMSM() - OSMboxPend() OSQPend()
Zygote
- Provides access to the Dalvik "zygote" feature, which allows a VM instance to be partially initialized and then fork() d from the partially initialized state.
ProtoIdItem
- Representation of a method prototype reference inside a Dalvik file.
VMStack
- Provides a limited interface to the Dalvik VM stack. This class is mostly used for implementing security checks.
Frotz
- import dalvik.annotation.TestTargetNew .
Test_cmpg_double
- @title Types of arguments - long, double. Dalvik doens t distinguish 64-bits types internally, so this comparison of long and double makes no sense but shall not crash the VM. /.
Test_sparse_switch
- @title Types of arguments - float, int. Dalvik doens t distinguish 32-bits types internally, so this operation of float and int makes no sense but shall not crash the VM.
Test_div_int_lit16
- @title Types of arguments - int, float. Dalvik doens t distinguish 32-bits types internally, so this division of float and int makes no sense but shall not crash the VM.
Test_int_to_long
- @title Type of argument - float. Dalvik doens t distinguish 32-bits types internally, so this conversion of float to long makes no sense but shall not crash the VM.
EmptyStackExceptionTest
- import dalvik.annotation.TestTargetClass .
Test_cmp_long
- @title Types of arguments - long, double. Dalvik doens t distinguish 64-bits types internally, so this comparison of long and double makes no sense but shall not crash the VM.
Test_lreturn
- Dalvik currently does not support structured locks, so we remove this test.
Test_div_float
- @title Types of arguments - int, float. Dalvik doens t distinguish 32-bits types internally, so this division of float and int makes no sense but shall not crash the VM.
ClassDefItem
- Representation of a Dalvik class, which is basically a set of members (fields or methods) along with a few more pieces of information.
VMRuntime
- Provides an interface to VM-global, Dalvik-specific features. An application cannot create its own Runtime instance, and must obtain one from the getRuntime method.
TypeIdItem
- Representation of a type reference inside a Dalvik file.
Test_cmpl_float
- title Types of arguments - int, float. Dalvik doens t distinguish 32-bits types internally, so this comparison of int and float makes no sense but shall not crash the VM.