Searched refs:origin (Results 1 – 5 of 5) sorted by relevance
117 ArtMethod* origin = iface_klass->FindInterfaceMethod("defaultMethod", "()V", pointer_size); in TEST_F() local118 ASSERT_NE(nullptr, origin); in TEST_F()119 ASSERT_TRUE(origin->GetDeclaringClass() == iface_klass); in TEST_F()120 const void* code = origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F()127 ArtMethod* copied = FindCopiedMethod(origin, impl_klass); in TEST_F()138 origin = iterable_klass->FindClassMethod( in TEST_F()140 ASSERT_NE(nullptr, origin); in TEST_F()141 ASSERT_FALSE(origin->IsDirect()); in TEST_F()142 ASSERT_TRUE(origin->GetDeclaringClass() == iterable_klass); in TEST_F()143 code = origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F()[all …]
100 ArtMethod* FindCopiedMethod(ArtMethod* origin, mirror::Class* klass) in FindCopiedMethod() argument104 if (strcmp(origin->GetName(), m.GetName()) == 0 && in FindCopiedMethod()105 origin->GetSignature() == m.GetSignature()) { in FindCopiedMethod()
1560 ArtMethod* origin = declaring_class->FindClassMethod( in StartClass() local1564 CHECK(origin != nullptr); in StartClass()1565 CHECK(!origin->IsDirect()); in StartClass()1566 CHECK(origin->GetDeclaringClass() == declaring_class); in StartClass()1569 origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_); in StartClass()1571 methods_to_process_.push_back(std::make_pair(&method, origin)); in StartClass()1657 ArtMethod* origin = p.second; in Postprocess() local1659 origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_); in Postprocess()
1621 size_t ComputeDexRegisterLocationCatalogSize(uint32_t origin, in ComputeDexRegisterLocationCatalogSize() argument1626 size_t offset = origin + DexRegisterLocationCatalog::kFixedSize; in ComputeDexRegisterLocationCatalogSize()1644 size_t size = offset - origin; in ComputeDexRegisterLocationCatalogSize()
154 origin of the Work and reproducing the content of the NOTICE file.