OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAddr
(Results
1 - 3
of
3
) sorted by null
/system/core/libunwindstack/include/unwindstack/
DexFiles.h
53
bool
GetAddr
(size_t index, uint64_t* addr);
/system/core/libunwindstack/
DexFiles.cpp
172
bool DexFiles::
GetAddr
(size_t index, uint64_t* addr) {
193
while (
GetAddr
(index++, &addr)) {
/external/libmojo/base/android/linker/
modern_linker_jni.cc
207
void*
GetAddr
() const { return effective_addr_; }
385
void* addr = mapping.
GetAddr
();
505
void* addr = mapping.
GetAddr
();
Completed in 989 milliseconds