Home
last modified time | relevance | path

Searched defs:encoded_data (Results 1 – 6 of 6) sorted by relevance

/art/libartbase/base/
Dleb128_test.cc117 uint8_t encoded_data[5]; in TEST() local
156 uint8_t encoded_data[5 * arraysize(uleb128_tests)]; in TEST() local
198 uint8_t encoded_data[5]; in TEST() local
237 uint8_t encoded_data[5 * arraysize(sleb128_tests)]; in TEST() local
264 uint8_t encoded_data[5]; in TEST() local
/art/compiler/linker/arm/
Drelative_patcher_thumb2.cc114 const uint32_t encoded_data = key.GetCustomValue1(); in PatchBakerReadBarrierBranch() local
224 uint32_t encoded_data) { in CompileBakerReadBarrierThunk()
391 uint32_t encoded_data = key.GetCustomValue1(); in GetThunkDebugName() local
Drelative_patcher_thumb2_test.cc597 uint32_t encoded_data = Thumb2RelativePatcher::EncodeBakerReadBarrierFieldData( in TestBakerFieldWide() local
699 uint32_t encoded_data = Thumb2RelativePatcher::EncodeBakerReadBarrierFieldData( in TestBakerFieldNarrow() local
812 uint32_t encoded_data = Thumb2RelativePatcher::EncodeBakerReadBarrierFieldData( in TEST_F() local
880 uint32_t encoded_data = Thumb2RelativePatcher::EncodeBakerReadBarrierFieldData( in TEST_F() local
910 uint32_t encoded_data = Thumb2RelativePatcher::EncodeBakerReadBarrierFieldData( in TEST_F() local
1185 uint32_t encoded_data = in TEST_F() local
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc319 const uint32_t encoded_data = key.GetCustomValue1(); in PatchBakerReadBarrierBranch() local
409 uint32_t encoded_data) { in CompileBakerReadBarrierThunk()
549 uint32_t encoded_data = key.GetCustomValue1(); in GetThunkDebugName() local
Drelative_patcher_arm64_test.cc922 uint32_t encoded_data = in TestBakerField() local
1008 uint32_t encoded_data = in TEST_F() local
1069 uint32_t encoded_data = in TEST_F() local
1099 uint32_t encoded_data = in TEST_F() local
/art/dexlayout/
Ddex_ir.cc735 const DexFile& dex_file, const uint8_t* encoded_data, uint32_t offset) { in CreateClassData()