OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dexfile
(Results
251 - 275
of
452
) sorted by null
<<
11
12
13
14
15
16
17
18
19
/cts/tools/signature-tools/src/signature/converter/dex/
DexUtil.java
40
import dex.structure.
DexFile
;
583
public static Set<
DexFile
> getDexFiles(Set<String> fileNames)
585
Set<
DexFile
> parsedFiles = new HashSet<
DexFile
>();
587
for (String
dexFile
: fileNames) {
589
DexBuffer dexBuffer = new DexBuffer(
dexFile
);
/dalvik/dexdump/
DexDump.cpp
33
#include "libdex/
DexFile
.h"
392
void dumpFileHeader(const
DexFile
* pDexFile)
459
void dumpOptDirectory(const
DexFile
* pDexFile)
508
void dumpClassDef(
DexFile
* pDexFile, int idx)
549
void dumpInterface(const
DexFile
* pDexFile, const DexTypeItem* pTypeItem,
567
void dumpCatches(
DexFile
* pDexFile, const DexCode* pCode)
617
void dumpPositions(
DexFile
* pDexFile, const DexCode* pCode,
642
void dumpLocals(
DexFile
* pDexFile, const DexCode* pCode,
659
bool getMethodInfo(
DexFile
* pDexFile, u4 methodIdx, FieldMethodInfo* pMethInfo)
678
bool getFieldInfo(
DexFile
* pDexFile, u4 fieldIdx, FieldMethodInfo* pFieldInfo
[
all
...]
/dalvik/vm/native/
dalvik_system_DexFile.cpp
18
* dalvik.system.
DexFile
35
* Internal struct for managing
DexFile
.
96
dvmThrowRuntimeException("invalid
DexFile
cookie");
326
ALOGV("+++ freeing
DexFile
'%s' resources", pDexOrJar->fileName);
329
ALOGV("+++ NOT freeing
DexFile
'%s' resources", pDexOrJar->fileName);
423
DexFile
* pDexFile = pDvmDex->pDexFile;
/art/runtime/
exception_test.cc
91
const
DexFile
* dex_;
106
const
DexFile
::CodeItem* code_item = dex_->GetCodeItem(method_f_->GetCodeItemOffset());
113
const
DexFile
::TryItem *t0, *t1;
oat.h
35
const std::vector<const
DexFile
*>* dex_files,
stack.cc
38
const
DexFile
::CodeItem* code_item = MethodHelper(m).GetCodeItem();
118
const
DexFile
::CodeItem* code_item = MethodHelper(m).GetCodeItem();
148
const
DexFile
::CodeItem* code_item = MethodHelper(m).GetCodeItem();
173
const
DexFile
::CodeItem* code_item = MethodHelper(m).GetCodeItem();
/dalvik/dexgen/src/com/android/dexgen/dex/file/
Section.java
32
private final
DexFile
file;
69
public Section(String name,
DexFile
file, int alignment) {
88
public final
DexFile
getFile() {
CodeItem.java
116
public void addContents(
DexFile
file) {
193
final
DexFile
file = addedTo.getFile();
233
protected void writeTo0(
DexFile
file, AnnotatedOutput out) {
297
private void writeCodes(
DexFile
file, AnnotatedOutput out) {
AnnotationItem.java
145
public void addContents(
DexFile
file) {
189
protected void writeTo0(
DexFile
file, AnnotatedOutput out) {
EncodedMethod.java
116
public void addContents(
DexFile
file) {
159
public int encode(
DexFile
file, AnnotatedOutput out,
MapItem.java
198
public void addContents(
DexFile
file) {
210
protected void writeTo0(
DexFile
file, AnnotatedOutput out) {
ProtoIdItem.java
114
public void addContents(
DexFile
file) {
129
public void writeTo(
DexFile
file, AnnotatedOutput out) {
UniformListItem.java
121
public void addContents(
DexFile
file) {
189
protected void writeTo0(
DexFile
file, AnnotatedOutput out) {
/dalvik/dx/src/com/android/dx/dex/file/
Section.java
31
private final
DexFile
file;
68
public Section(String name,
DexFile
file, int alignment) {
87
public final
DexFile
getFile() {
CodeItem.java
107
public void addContents(
DexFile
file) {
184
final
DexFile
file = addedTo.getFile();
224
protected void writeTo0(
DexFile
file, AnnotatedOutput out) {
288
private void writeCodes(
DexFile
file, AnnotatedOutput out) {
MemberIdsSection.java
40
public MemberIdsSection(String name,
DexFile
file) {
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
Section.java
32
private final
DexFile
file;
69
public Section(String name,
DexFile
file, int alignment) {
88
public final
DexFile
getFile() {
CodeItem.java
116
public void addContents(
DexFile
file) {
193
final
DexFile
file = addedTo.getFile();
233
protected void writeTo0(
DexFile
file, AnnotatedOutput out) {
297
private void writeCodes(
DexFile
file, AnnotatedOutput out) {
/frameworks/base/docs/html/sdk/api_diff/3/changes/
pkg_dalvik.system.html
99
<A NAME="
DexFile
"></A>
100
<nobr><A HREF="dalvik.system.
DexFile
.html">
DexFile
</A></nobr>
/art/runtime/mirror/
dex_cache.cc
34
void DexCache::Init(const
DexFile
* dex_file,
object_test.cc
209
const
DexFile
::StringId* string_id = java_lang_dex_file_->FindStringId("[I");
211
const
DexFile
::TypeId* type_id = java_lang_dex_file_->FindTypeId(
260
const
DexFile
* dex_file = Runtime::Current()->GetCompileTimeClassPath(class_loader)[0];
266
const
DexFile
::StringId* klass_string_id = dex_file->FindStringId("LStaticsFromCode;");
268
const
DexFile
::TypeId* klass_type_id = dex_file->FindTypeId(
272
const
DexFile
::StringId* type_string_id = dex_file->FindStringId("Ljava/lang/Object;");
274
const
DexFile
::TypeId* type_type_id = dex_file->FindTypeId(
278
const
DexFile
::StringId* name_str_id = dex_file->FindStringId("s0");
281
const
DexFile
::FieldId* field_id = dex_file->FindFieldId(
/dalvik/vm/
Dalvik.h
30
#include "libdex/
DexFile
.h"
/libcore/libart/src/main/java/java/lang/reflect/
ArtField.java
45
/** Index into
DexFile
's field ids */
/art/compiler/sea_ir/code_gen/
code_gen.h
150
const art::
DexFile
& dex_file): CodeGenPassVisitor(code_gen_data), dex_file_(dex_file) { }
168
const art::
DexFile
& dex_file_;
/art/compiler/sea_ir/ir/
sea.cc
52
SeaGraph* SeaGraph::GetGraph(const art::
DexFile
& dex_file) {
177
void SeaGraph::InsertSignatureNodes(const art::
DexFile
::CodeItem* code_item, Region* r) {
193
void SeaGraph::BuildMethodSeaGraph(const art::
DexFile
::CodeItem* code_item,
194
const art::
DexFile
& dex_file, uint16_t class_def_idx,
398
const art::
DexFile
& dex_file) {
412
const art::
DexFile
::CodeItem* code_item, uint16_t class_def_idx,
413
uint32_t method_idx, uint32_t method_access_flags, const art::
DexFile
& dex_file) {
463
SeaGraph::SeaGraph(const art::
DexFile
& df)
Completed in 368 milliseconds
<<
11
12
13
14
15
16
17
18
19