OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DexFileData
(Results
1 - 2
of
2
) sorted by null
/art/runtime/jit/
profile_compilation_info.h
110
// -
DexFileData
#profile_index (internal use).
253
DexFileData
* data = GetOrAddDexFileData(dex_file);
262
DexFileData
* data = GetOrAddDexFileData(ref.dex_file);
290
DexFileData
* data = GetOrAddDexFileData(dex_file);
466
struct
DexFileData
: public DeletableArenaObject<kArenaAllocProfile> {
467
DexFileData
(ArenaAllocator* allocator,
495
bool operator==(const
DexFileData
& other) const {
502
void MergeBitmap(const
DexFileData
& other) {
553
DexFileData
* GetOrAddDexFileData(const std::string& profile_key,
557
DexFileData
* GetOrAddDexFileData(const DexFile* dex_file)
[
all
...]
/art/oatdump/
oatdump.cc
517
DexFileData
cumulative;
528
DexFileData
data(*dex_file);
[
all
...]
Completed in 145 milliseconds