Home
last modified time | relevance | path

Searched refs:origin (Results 1 – 5 of 5) sorted by relevance

/art/compiler/
Dimage_test.cc116 ArtMethod* origin = iface_klass->FindInterfaceMethod("defaultMethod", "()V", pointer_size); in TEST_F() local
117 ASSERT_NE(nullptr, origin); in TEST_F()
118 ASSERT_TRUE(origin->GetDeclaringClass() == iface_klass); in TEST_F()
119 const void* code = origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F()
126 ArtMethod* copied = FindCopiedMethod(origin, impl_klass); in TEST_F()
137 origin = iterable_klass->FindClassMethod( in TEST_F()
139 ASSERT_NE(nullptr, origin); in TEST_F()
140 ASSERT_FALSE(origin->IsDirect()); in TEST_F()
141 ASSERT_TRUE(origin->GetDeclaringClass() == iterable_klass); in TEST_F()
142 code = origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F()
[all …]
Dimage_test.h98 ArtMethod* FindCopiedMethod(ArtMethod* origin, mirror::Class* klass) in FindCopiedMethod() argument
102 if (strcmp(origin->GetName(), m.GetName()) == 0 && in FindCopiedMethod()
103 origin->GetSignature() == m.GetSignature()) { in FindCopiedMethod()
Doat_writer.cc1159 ArtMethod* origin = declaring_class->FindClassMethod( in StartClass() local
1163 CHECK(origin != nullptr); in StartClass()
1164 CHECK(!origin->IsDirect()); in StartClass()
1165 CHECK(origin->GetDeclaringClass() == declaring_class); in StartClass()
1168 origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_); in StartClass()
1170 methods_to_process_.push_back(std::make_pair(&method, origin)); in StartClass()
1257 ArtMethod* origin = p.second; in Postprocess() local
1259 origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_); in Postprocess()
/art/runtime/
Dstack_map.h1617 size_t ComputeDexRegisterLocationCatalogSize(uint32_t origin, in ComputeDexRegisterLocationCatalogSize() argument
1622 size_t offset = origin + DexRegisterLocationCatalog::kFixedSize; in ComputeDexRegisterLocationCatalogSize()
1640 size_t size = offset - origin; in ComputeDexRegisterLocationCatalogSize()
/art/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.