OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetDexFile
(Results
1 - 7
of
7
) sorted by null
/art/runtime/
dex_method_iterator.h
106
const DexFile&
GetDexFile
() {
/art/runtime/mirror/
dex_cache.h
158
const DexFile*
GetDexFile
() const {
/art/compiler/driver/
dex_compilation_unit.h
53
const DexFile*
GetDexFile
() const {
compiler_driver.h
251
const DexFile&
GetDexFile
() const {
compiler_driver.cc
548
dex_file = &mh.
GetDexFile
();
634
&mh->
GetDexFile
()));
[
all
...]
/art/compiler/dex/
dex_to_dex_compiler.cc
50
const DexFile&
GetDexFile
() const {
51
return *unit_.
GetDexFile
();
57
return *const_cast<DexFile*>(unit_.
GetDexFile
());
168
if (!driver_.RequiresConstructorBarrier(Thread::Current(), unit_.
GetDexFile
(),
176
<< PrettyMethod(unit_.GetDexMethodIndex(),
GetDexFile
(), true);
184
MethodReference referrer(&
GetDexFile
(), unit_.GetDexMethodIndex());
197
<< PrettyMethod(unit_.GetDexMethodIndex(),
GetDexFile
(), true);
227
<< PrettyMethod(unit_.GetDexMethodIndex(),
GetDexFile
(), true);
243
MethodReference target_method(&
GetDexFile
(), method_idx);
257
<< "(" << PrettyMethod(method_idx,
GetDexFile
(), true) << ")
[
all
...]
/art/compiler/sea_ir/ir/
sea.h
280
const art::DexFile*
GetDexFile
() const {
Completed in 960 milliseconds