Home
last modified time | relevance | path

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

/external/v8/src/
Dgdb-jit.cc128 void WriteULEB128(uintptr_t value) { in WriteULEB128() function in v8::internal::GDBJITInterface::BASE_EMBEDDED
1126 w->WriteULEB128(1); // Abbreviation code. in WriteBodyInternal()
1133 w->WriteULEB128(3); in WriteBodyInternal()
1139 w->WriteULEB128(2); in WriteBodyInternal()
1174 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
1194 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
1196 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
1198 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
1200 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
1206 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
[all …]