Home
last modified time | relevance | path

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

/external/v8/src/
Dgdb-jit.cc124 void WriteULEB128(uintptr_t value) { in WriteULEB128() function in v8::internal::GDBJITInterface::BASE_EMBEDDED
1117 w->WriteULEB128(1); // Abbreviation code. in WriteBodyInternal()
1124 w->WriteULEB128(3); in WriteBodyInternal()
1130 w->WriteULEB128(2); in WriteBodyInternal()
1162 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
1179 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
1191 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
1193 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
1195 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
1197 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
[all …]