HomeSort by relevance Sort by last modified time
    Searched refs:PushBackUnsigned (Results 1 - 5 of 5) sorted by null

  /art/runtime/
exception_test.cc 58 fake_mapping_data_.PushBackUnsigned(4); // first element is count
59 fake_mapping_data_.PushBackUnsigned(4); // total (non-length) elements
60 fake_mapping_data_.PushBackUnsigned(2); // count of pc to dex elements
62 fake_mapping_data_.PushBackUnsigned(3 - 0); // offset 3
65 fake_mapping_data_.PushBackUnsigned(3 - 0); // offset 3
68 fake_vmap_table_data_.PushBackUnsigned(0 + VmapTable::kEntryAdjustment);
leb128.h 150 void PushBackUnsigned(uint32_t value) {
164 PushBackUnsigned(*cur);
leb128_test.cc 97 builder.PushBackUnsigned(uleb128_tests[i].decoded);
135 builder.PushBackUnsigned(uleb128_tests[i].decoded);
263 builder.PushBackUnsigned((i * 1024) + j);
  /art/compiler/optimizing/
code_generator.cc 365 vmap_encoder.PushBackUnsigned(size);
366 vmap_encoder.PushBackUnsigned(VmapTable::kAdjustedFpMarker);
  /art/compiler/dex/quick/
codegen_util.cc     [all...]

Completed in 203 milliseconds