HomeSort by relevance Sort by last modified time
    Searched refs:method_types (Results 1 - 5 of 5) 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,
dex_cache_test.cc 128 Handle<mirror::Class> method_types(
130 class_linker_->EnsureInitialized(soa.Self(), method_types, true, true);
132 ArtMethod* method1 = method_types->FindClassMethod(
138 ArtMethod* method2 = method_types->FindClassMethod(
  /art/runtime/
class_linker_test.cc     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 2909 uint32_t method_types; \/* char * (32-bit pointer) *\/ member in struct:objc_method_t
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
MachODump.cpp 3308 uint32_t method_types; \/* char * (32-bit pointer) *\/ member in struct:objc_method_t
    [all...]

Completed in 311 milliseconds