Home
last modified time | relevance | path

Searched defs:string_offset (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64_test.cc322 void TestNopsAdrpAdd(size_t num_nops, uint32_t string_offset) { in TestNopsAdrpAdd()
479 uint32_t string_offset) { in TestAdrpInsn2Add()
494 void TestAdrpLdurAdd(uint32_t adrp_offset, bool has_thunk, uint32_t string_offset) { in TestAdrpLdurAdd()
502 uint32_t string_offset) { in TestAdrpLdrPcRelAdd()
514 uint32_t string_offset) { in TestAdrpLdrSpRelAdd()
899 [&](uint32_t adrp_offset, uint32_t string_offset) { in TEST_F()
909 [&](uint32_t adrp_offset, uint32_t string_offset) { in TEST_F()
920 [&](uint32_t adrp_offset, uint32_t string_offset) { in TEST_F()
931 [&](uint32_t adrp_offset, uint32_t string_offset) { in TEST_F()
942 [&](uint32_t adrp_offset, uint32_t string_offset) { in TEST_F()
[all …]
/aosp12/system/core/property_service/libpropertyinfoparser/
H A Dproperty_info_parser.cpp54 auto string_offset = uint32_array(contexts_array_offset())[array_offset]; in FindContextIndex() local
63 auto string_offset = uint32_array(types_array_offset())[array_offset]; in FindTypeIndex() local
/aosp12/system/core/property_service/libpropertyinfoserializer/
H A Dtrie_serializer.cpp37 uint32_t string_offset = arena_->AllocateAndWriteString(*it); in SerializeStrings() local
/aosp12/art/tools/dexanalyze/
H A Ddexanalyze_strings.cc82 const size_t string_offset = chars_.size(); in AddString() local
154 const size_t string_offset = chars_.size(); in AddString() local
/aosp12/hardware/google/camera/common/hal/utils/
H A Dhal_camera_metadata.cc497 uint32_t string_offset; in PrintData() local
/aosp12/art/runtime/verifier/
H A Dverifier_deps.cc499 uint32_t string_offset = reinterpret_cast<const uint32_t*>(offsets)[i + 1]; in DecodeStringVector() local
/aosp12/art/dex2oat/linker/arm/
H A Drelative_patcher_thumb2_test.cc366 void Thumb2RelativePatcherTest::TestStringReference(uint32_t string_offset) { in TestStringReference()