OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DexFileTrackingRegistrar
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
dex_file_tracking_registrar.h
34
class
DexFileTrackingRegistrar
{
36
explicit
DexFileTrackingRegistrar
(const DexFile* const dex_file)
74
// This function is meant to called externally to use
DexfileTrackingRegistrar
dex_file_tracking_registrar.cc
80
void
DexFileTrackingRegistrar
::SetDexSections() {
121
DexFileTrackingRegistrar
dex_tracking_registrar(dex_file);
136
void
DexFileTrackingRegistrar
::SetCurrentRanges() {
148
void
DexFileTrackingRegistrar
::SetDexFileRegistration(bool should_poison) {
154
void
DexFileTrackingRegistrar
::SetAllCodeItemRegistration(bool should_poison) {
174
void
DexFileTrackingRegistrar
::SetAllCodeItemStartRegistration(bool should_poison) {
196
void
DexFileTrackingRegistrar
::SetAllInsnsRegistration(bool should_poison) {
217
void
DexFileTrackingRegistrar
::SetCodeItemRegistration(const char* class_name, bool should_poison) {
239
void
DexFileTrackingRegistrar
::SetAllStringDataStartRegistration(bool should_poison) {
250
void
DexFileTrackingRegistrar
::SetAllStringDataRegistration(bool should_poison)
[
all
...]
Completed in 794 milliseconds