OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DexFile
(Results
201 - 225
of
365
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/smali/dexlib2/src/accessorTest/java/org/jf/dexlib2/
AccessorTest.java
37
import org.jf.dexlib2.iface.
DexFile
;
82
DexFile
f = DexFileFactory.loadDexFile(url.getFile(), 15);
/art/compiler/
oat_test.cc
40
const
DexFile
* dex_file)
148
const
DexFile
* dex_file = java_lang_dex_file_;
155
const
DexFile
::ClassDef& class_def = dex_file->GetClassDef(i);
196
std::vector<const
DexFile
*> dex_files;
image_test.cc
75
for (const
DexFile
* dex_file : class_linker->GetBootClassPath()) {
144
std::unique_ptr<const
DexFile
> dex(LoadExpectSingleDexFile(GetLibCoreDexFileName().c_str()));
175
const
DexFile
::ClassDef& class_def = dex->GetClassDef(i);
oat_writer.h
42
// Dex[0] one variable sized
DexFile
for each OatDexFile.
47
// OatClass[0] one variable sized OatClass for each of C
DexFile
::ClassDefs
79
OatWriter(const std::vector<const
DexFile
*>& dex_files,
161
explicit OatDexFile(size_t offset, const
DexFile
& dex_file);
249
const std::vector<const
DexFile
*>* dex_files_;
/art/compiler/optimizing/
register_allocator_test.cc
38
const
DexFile
::CodeItem* item = reinterpret_cast<const
DexFile
::CodeItem*>(data);
252
const
DexFile
::CodeItem* item = reinterpret_cast<const
DexFile
::CodeItem*>(data);
/art/test/004-StackWalk/
stack_walk_jni.cc
57
CHECK_EQ(GetDexPc(),
DexFile
::kDexNoIndex);
/dalvik/dexgen/src/com/android/dexgen/dex/file/
FieldIdsSection.java
42
public FieldIdsSection(
DexFile
file) {
MethodIdsSection.java
42
public MethodIdsSection(
DexFile
file) {
ProtoIdsSection.java
42
public ProtoIdsSection(
DexFile
file) {
MixedItemSection.java
88
public MixedItemSection(String name,
DexFile
file, int alignment,
264
DexFile
file = getFile();
334
DexFile
file = getFile();
/dalvik/dx/src/com/android/dx/dex/file/
FieldIdsSection.java
42
public FieldIdsSection(
DexFile
file) {
MemberIdsSection.java
41
public MemberIdsSection(String name,
DexFile
file) {
MethodIdsSection.java
42
public MethodIdsSection(
DexFile
file) {
ProtoIdsSection.java
41
public ProtoIdsSection(
DexFile
file) {
ValueEncoder.java
98
private final
DexFile
file;
109
public ValueEncoder(
DexFile
file, AnnotatedOutput out) {
390
public static void addContents(
DexFile
file, Annotation annotation) {
406
* #addContents(
DexFile
,Annotation)} recursively should it
412
public static void addContents(
DexFile
file, Constant cst) {
MixedItemSection.java
87
public MixedItemSection(String name,
DexFile
file, int alignment,
263
DexFile
file = getFile();
333
DexFile
file = getFile();
/dalvik/libdex/
DexClass.h
24
#include "
DexFile
.h"
109
DEX_INLINE const DexCode* dexGetCode(const
DexFile
* pDexFile,
DexOptData.cpp
49
bool dexParseOptData(const u1* data, size_t length,
DexFile
* pDexFile)
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
FieldIdsSection.java
42
public FieldIdsSection(
DexFile
file) {
MethodIdsSection.java
42
public MethodIdsSection(
DexFile
file) {
ProtoIdsSection.java
42
public ProtoIdsSection(
DexFile
file) {
ValueEncoder.java
97
private final
DexFile
file;
108
public ValueEncoder(
DexFile
file, AnnotatedOutput out) {
492
public static void addContents(
DexFile
file, Annotation annotation) {
508
* #addContents(
DexFile
,Annotation)} recursively should it
514
public static void addContents(
DexFile
file, Constant cst) {
/art/runtime/
exception_test.cc
107
const
DexFile
* dex_;
124
const
DexFile
::CodeItem* code_item = dex_->GetCodeItem(method_f_->GetCodeItemOffset());
131
const
DexFile
::TryItem *t0, *t1;
/art/runtime/interpreter/
interpreter.cc
326
JValue ExecuteGotoImpl(Thread* self, MethodHelper& mh, const
DexFile
::CodeItem* code_item,
334
const
DexFile
::CodeItem* code_item,
338
const
DexFile
::CodeItem* code_item,
342
const
DexFile
::CodeItem* code_item,
346
const
DexFile
::CodeItem* code_item,
350
static JValue Execute(Thread* self, MethodHelper& mh, const
DexFile
::CodeItem* code_item,
354
static inline JValue Execute(Thread* self, MethodHelper& mh, const
DexFile
::CodeItem* code_item,
408
const
DexFile
::CodeItem* code_item = method->GetCodeItem();
502
const
DexFile
::CodeItem* code_item = mh.GetMethod()->GetCodeItem();
511
// or
DexFile
::kDexNoIndex if there is none
[
all
...]
/dalvik/dexlist/
DexList.cpp
21
#include "libdex/
DexFile
.h"
94
void dumpMethod(
DexFile
* pDexFile, const char* fileName,
155
void dumpClass(
DexFile
* pDexFile, int idx)
202
DexFile
* pDexFile = NULL;
250
fprintf(stderr, "%s:
dexfile
[dexfile2 ...]\n", gProgName);
Completed in 257 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>