OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dex
(Results
726 - 731
of
731
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
/art/runtime/
runtime.cc
861
// Attempts to open
dex
files from image(s). Given the image location, try to find the oat file
862
// and open it to get the stored
dex
file. If the image is the first for a multi-image boot
[
all
...]
/build/make/core/
Makefile
[
all
...]
/art/runtime/interpreter/mterp/out/
mterp_arm.S
129
* NOTE: the fast interpreter keeps track of
dex
pc as a direct pointer to the mapped
130
*
dex
byte codes. However, the rest of the runtime expects
dex
pc to be an instruction
132
* current
dex
pc as a direct pointer using the EXPORT_PC macro, and rely on GetDexPC
133
* to convert to a
dex
pc when needed.
380
add rPC, rPC, r0, lsl #1 @ Create direct pointer to 1st
dex
opcode
[
all
...]
mterp_mips.S
238
* NOTE: the fast interpreter keeps track of
dex
pc as a direct pointer to the mapped
239
*
dex
byte codes. However, the rest of the runtime expects
dex
pc to be an instruction
241
* current
dex
pc as a direct pointer using the EXPORT_PC macro, and rely on GetDexPC
242
* to convert to a
dex
pc when needed.
790
EAS1(rPC, rPC, a0) # Create direct pointer to 1st
dex
opcode
[
all
...]
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar
/frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java
280
import com.android.server.pm.
dex
.DexManager;
[
all
...]
Completed in 599 milliseconds
<<
21
22
23
24
25
26
27
28
29
30