/art/libdexfile/dex/ |
D | string_reference.h | 32 class StringReference : public DexFileReference { 34 StringReference(const DexFile* file, dex::StringIndex index) in StringReference() function 48 bool operator()(const StringReference& sr1, const StringReference& sr2) const { in operator()
|
D | string_reference_test.cc | 27 TEST(StringReference, ValueComparator) { in TEST() argument 39 StringReference sr1(dex_file1.get(), dex::StringIndex(0)); in TEST() 46 StringReference sr2(dex_file2.get(), dex::StringIndex(0)); in TEST() 53 TEST(StringReference, ValueComparator2) { in TEST() argument 102 StringReference sr1(dex_file1.get(), dex::StringIndex(index1)); in TEST() 103 StringReference sr2(dex_file2.get(), dex::StringIndex(index2)); in TEST()
|
D | type_reference.h | 47 StringReference sr1(tr1.dex_file, tr1.dex_file->GetTypeId(tr1.TypeIndex()).descriptor_idx_); in operator() 48 StringReference sr2(tr2.dex_file, tr2.dex_file->GetTypeId(tr2.TypeIndex()).descriptor_idx_); in operator()
|
/art/dex2oat/linker/x86_64/ |
D | relative_patcher_x86_64_test.cc | 155 TEST_F(X86_64RelativePatcherTest, StringReference) { in TEST_F() argument
|
/art/dex2oat/linker/x86/ |
D | relative_patcher_x86_test.cc | 144 TEST_F(X86RelativePatcherTest, StringReference) { in TEST_F() argument
|
/art/compiler/optimizing/ |
D | code_generator.cc | 163 void ReserveJitStringRoot(StringReference string_reference, Handle<mirror::String> string) { in ReserveJitStringRoot() 168 uint64_t GetJitStringRootIndex(StringReference string_reference) const { in GetJitStringRootIndex() 216 ScopedArenaSafeMap<StringReference, uint64_t, StringReferenceValueComparator> jit_string_roots_; 265 void CodeGenerator::ReserveJitStringRoot(StringReference string_reference, in ReserveJitStringRoot() 271 uint64_t CodeGenerator::GetJitStringRootIndex(StringReference string_reference) { in GetJitStringRootIndex()
|
D | code_generator.h | 752 void ReserveJitStringRoot(StringReference string_reference, Handle<mirror::String> string); 753 uint64_t GetJitStringRootIndex(StringReference string_reference);
|
D | code_generator_arm_vixl.h | 853 using StringToLiteralMap = ArenaSafeMap<StringReference,
|
D | code_generator_arm64.h | 861 using StringToLiteralMap = ArenaSafeMap<StringReference,
|
D | code_generator_arm64.cc | 4468 ReserveJitStringRoot(StringReference(&dex_file, string_index), handle); in DeduplicateJitStringLiteral() 4470 StringReference(&dex_file, string_index), in DeduplicateJitStringLiteral() 6362 const StringReference& string_reference = entry.first; in EmitJitRootPatches()
|
D | code_generator_arm_vixl.cc | 9106 ReserveJitStringRoot(StringReference(&dex_file, string_index), handle); in DeduplicateJitStringLiteral() 9108 StringReference(&dex_file, string_index), in DeduplicateJitStringLiteral() 9503 const StringReference& string_reference = entry.first; in EmitJitRootPatches()
|
D | code_generator_x86_64.cc | 6198 ReserveJitStringRoot(StringReference(&dex_file, string_index), handle); in NewJitRootStringPatch() 7749 StringReference string_reference(info.target_dex_file, dex::StringIndex(info.offset_or_index)); in EmitJitRootPatches()
|
D | code_generator_x86.cc | 6909 ReserveJitStringRoot(StringReference(&dex_file, string_index), handle); in NewJitRootStringPatch() 8530 StringReference string_reference(info.target_dex_file, dex::StringIndex(info.offset_or_index)); in EmitJitRootPatches()
|
/art/dex2oat/linker/ |
D | oat_writer.h | 464 SafeMap<StringReference, size_t, StringReferenceValueComparator> bss_string_entries_;
|
D | oat_writer.cc | 910 StringReference target_string(patch.TargetStringDexFile(), patch.TargetStringIndex()); in VisitMethod() 1804 StringReference ref(patch.TargetStringDexFile(), patch.TargetStringIndex()); in VisitMethod()
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 810 TEST_F(Arm64RelativePatcherTestDefault, StringReference) { in TEST_F() argument
|