Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_test.cc117 ArtMethod* origin = iface_klass->FindInterfaceMethod("defaultMethod", "()V", pointer_size); in TEST_F() local
118 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 …]
Dimage_test.h100 ArtMethod* FindCopiedMethod(ArtMethod* origin, mirror::Class* klass) in FindCopiedMethod() argument
104 if (strcmp(origin->GetName(), m.GetName()) == 0 && in FindCopiedMethod()
105 origin->GetSignature() == m.GetSignature()) { in FindCopiedMethod()
Doat_writer.cc1560 ArtMethod* origin = declaring_class->FindClassMethod( in StartClass() local
1564 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() local
1659 origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_); in Postprocess()
/art/runtime/
Dstack_map.h1621 size_t ComputeDexRegisterLocationCatalogSize(uint32_t origin, in ComputeDexRegisterLocationCatalogSize() argument
1626 size_t offset = origin + DexRegisterLocationCatalog::kFixedSize; in ComputeDexRegisterLocationCatalogSize()
1644 size_t size = offset - origin; in ComputeDexRegisterLocationCatalogSize()
/art/
DNOTICE154 origin of the Work and reproducing the content of the NOTICE file.