Home
last modified time | relevance | path

Searched refs:jni_stub_map_ (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Dimage_writer.h671 JniStubHashMap<std::pair<ArtMethod*, JniStubMethodRelocation>> jni_stub_map_; variable
Dimage_writer.cc1571 auto it = jni_stub_map_.find(JniStubKey(method)); in AssignJniStubMethodOffset()
1572 if (it == jni_stub_map_.end()) { in AssignJniStubMethodOffset()
1576 jni_stub_map_.Put(std::make_pair( in AssignJniStubMethodOffset()
2657 for (auto& pair : jni_stub_map_) { in CalculateNewObjectOffsets()
3095 for (auto& pair : jni_stub_map_) { in CopyAndFixupJniStubMethods()
3795 jni_stub_map_(JniStubKeyHash(compiler_options.GetInstructionSet()), in ImageWriter()