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

  /art/runtime/mirror/
dex_cache.cc 92 MethodTypeDexCacheType* method_types = nullptr; local
102 method_types = reinterpret_cast<MethodTypeDexCacheType*>(
137 CHECK_EQ(method_types[i].load(std::memory_order_relaxed).index, 0u);
138 CHECK(method_types[i].load(std::memory_order_relaxed).object.IsNull());
156 if (method_types != nullptr) {
157 mirror::MethodTypeDexCachePair::Initialize(method_types);
169 method_types,
  /art/runtime/gc/space/
image_space.cc 1347 mirror::MethodTypeDexCacheType* method_types = dex_cache->GetResolvedMethodTypes(); local
    [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 261 milliseconds