OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDexTypeProtoIdItem
(Results
1 - 4
of
4
) sorted by null
/art/runtime/
dex_file_verifier.cc
36
case DexFile::
kDexTypeProtoIdItem
: return 1 << 3;
60
case DexFile::
kDexTypeProtoIdItem
:
366
if (UNLIKELY((used_bits & MapTypeToBitMask(DexFile::
kDexTypeProtoIdItem
)) == 0 &&
[
all
...]
dex_file.h
111
kDexTypeProtoIdItem
= 0x0003,
[
all
...]
/dalvik/libdex/
DexSwapVerify.cpp
349
case
kDexTypeProtoIdItem
: return 1 << 3;
380
case
kDexTypeProtoIdItem
:
488
if (((usedBits & mapTypeToBitMask(
kDexTypeProtoIdItem
)) == 0)
[
all
...]
DexFile.h
171
kDexTypeProtoIdItem
= 0x0003,
Completed in 401 milliseconds