HomeSort by relevance Sort by last modified time
    Searched defs:method_types (Results 1 - 4 of 4) sorted by null

  /art/runtime/mirror/
dex_cache.cc 96 MethodTypeDexCacheType* method_types = nullptr; local
106 method_types = reinterpret_cast<MethodTypeDexCacheType*>(
141 CHECK_EQ(method_types[i].load(std::memory_order_relaxed).index, 0u);
142 CHECK(method_types[i].load(std::memory_order_relaxed).object.IsNull());
160 if (method_types != nullptr) {
161 mirror::MethodTypeDexCachePair::Initialize(method_types);
173 method_types,
  /art/runtime/gc/space/
image_space.cc 1303 mirror::MethodTypeDexCacheType* method_types = dex_cache->GetResolvedMethodTypes(); local
    [all...]
  /art/runtime/
class_linker.cc 1448 mirror::MethodTypeDexCacheType* const method_types = member in class:art::mirror
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 2909 uint32_t method_types; \/* char * (32-bit pointer) *\/ member in struct:objc_method_t
    [all...]

Completed in 1148 milliseconds