Home
last modified time | relevance | path

Searched refs:PushBackUnsigned (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dexception_test.cc59 fake_mapping_data_.PushBackUnsigned(4); // first element is count in SetUp()
60 fake_mapping_data_.PushBackUnsigned(4); // total (non-length) elements in SetUp()
61 fake_mapping_data_.PushBackUnsigned(2); // count of pc to dex elements in SetUp()
63 fake_mapping_data_.PushBackUnsigned(3 - 0); // offset 3 in SetUp()
66 fake_mapping_data_.PushBackUnsigned(3 - 0); // offset 3 in SetUp()
69 fake_vmap_table_data_.PushBackUnsigned(0 + VmapTable::kEntryAdjustment); in SetUp()
Dleb128.h192 void PushBackUnsigned(uint32_t value) { in PushBackUnsigned() function
199 PushBackUnsigned(*cur); in InsertBackUnsigned()
Dleb128_test.cc98 builder.PushBackUnsigned(uleb128_tests[i].decoded); in TEST()
136 builder.PushBackUnsigned(uleb128_tests[i].decoded); in TEST()
283 builder.PushBackUnsigned((i * 1024) + j); in TEST()
Dutils.cc1444 Leb128Encoder(dst).PushBackUnsigned(data); in EncodeUnsignedLeb128()
/art/compiler/dex/quick/
Dcodegen_util.cc1123 vmap_encoder.PushBackUnsigned(size); in GetCompiledMethod()
1128 vmap_encoder.PushBackUnsigned( in GetCompiledMethod()
1132 vmap_encoder.PushBackUnsigned(VmapTable::kAdjustedFpMarker); in GetCompiledMethod()
1136 vmap_encoder.PushBackUnsigned(fp_vmap_table_[i] + VmapTable::kEntryAdjustment); in GetCompiledMethod()
1143 vmap_encoder.PushBackUnsigned( in GetCompiledMethod()
1152 vmap_encoder.PushBackUnsigned(0u); // Size is 0. in GetCompiledMethod()
/art/compiler/optimizing/
Dcode_generator.cc621 vmap_encoder.PushBackUnsigned(size); in BuildVMapTable()
622 vmap_encoder.PushBackUnsigned(VmapTable::kAdjustedFpMarker); in BuildVMapTable()