Searched refs:PushBackSigned (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dexception_test.cc64 fake_mapping_data_.PushBackSigned(3 - 0); // maps to dex offset 3
67 fake_mapping_data_.PushBackSigned(3 - 0); // maps to dex offset 3
H A Dleb128.h203 void PushBackSigned(int32_t value) { function in class:art::Leb128Encoder
210 PushBackSigned(*cur);
H A Dleb128_test.cc179 builder.PushBackSigned(sleb128_tests[i].decoded);
217 builder.PushBackSigned(sleb128_tests[i].decoded);
H A Dutils.cc1448 Leb128Encoder(dst).PushBackSigned(data);

Completed in 75 milliseconds