OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:methods_ptr
(Results
1 - 1
of
1
) sorted by null
/art/compiler/debug/
elf_debug_info_writer.h
470
auto*
methods_ptr
= type->GetMethodsPtr();
local
471
if (
methods_ptr
== nullptr) {
475
methods_ptr
= new (storage) LengthPrefixedArray<ArtMethod>(0);
476
type->SetMethodsPtr(
methods_ptr
, 0, 0);
480
snprintf(name, sizeof(name), "0x%" PRIXPTR, reinterpret_cast<uintptr_t>(
methods_ptr
));
Completed in 100 milliseconds