Searched defs:method_load_data (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dsharpening.cc98 uint64_t method_load_data = 0u; local
122 method_load_data = reinterpret_cast<uintptr_t>(callee);
141 method_load_kind, code_ptr_location, method_load_data
H A Dnodes.h4458 uint64_t method_load_data; member in struct:art::FINAL::FINAL::ComparisonBias::FINAL::ClinitCheckRequirement::DispatchInfo
4579 return static_cast<QuickEntrypointEnum>(dispatch_info_.method_load_data);
4584 return dispatch_info_.method_load_data;

Completed in 65 milliseconds