Lines Matching refs:WriteULEB128

124   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()
1203 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
1210 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
1224 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
1235 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
1245 w->WriteULEB128(0); // Terminate the sub program. in WriteBodyInternal()
1248 w->WriteULEB128(0); // Terminate the compile unit. in WriteBodyInternal()
1317 w->WriteULEB128(abbreviation_code); in WriteVariableAbbreviation()
1318 w->WriteULEB128(is_parameter ? DW_TAG_FORMAL_PARAMETER : DW_TAG_VARIABLE); in WriteVariableAbbreviation()
1320 w->WriteULEB128(DW_AT_NAME); in WriteVariableAbbreviation()
1321 w->WriteULEB128(DW_FORM_STRING); in WriteVariableAbbreviation()
1323 w->WriteULEB128(DW_AT_TYPE); in WriteVariableAbbreviation()
1324 w->WriteULEB128(DW_FORM_REF4); in WriteVariableAbbreviation()
1325 w->WriteULEB128(DW_AT_LOCATION); in WriteVariableAbbreviation()
1326 w->WriteULEB128(DW_FORM_BLOCK4); in WriteVariableAbbreviation()
1328 w->WriteULEB128(0); in WriteVariableAbbreviation()
1329 w->WriteULEB128(0); in WriteVariableAbbreviation()
1336 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
1337 w->WriteULEB128(DW_TAG_COMPILE_UNIT); in WriteBodyInternal()
1339 w->WriteULEB128(DW_AT_NAME); in WriteBodyInternal()
1340 w->WriteULEB128(DW_FORM_STRING); in WriteBodyInternal()
1341 w->WriteULEB128(DW_AT_LOW_PC); in WriteBodyInternal()
1342 w->WriteULEB128(DW_FORM_ADDR); in WriteBodyInternal()
1343 w->WriteULEB128(DW_AT_HIGH_PC); in WriteBodyInternal()
1344 w->WriteULEB128(DW_FORM_ADDR); in WriteBodyInternal()
1345 w->WriteULEB128(DW_AT_STMT_LIST); in WriteBodyInternal()
1346 w->WriteULEB128(DW_FORM_DATA4); in WriteBodyInternal()
1347 w->WriteULEB128(0); in WriteBodyInternal()
1348 w->WriteULEB128(0); in WriteBodyInternal()
1363 w->WriteULEB128(current_abbreviation++); // Abbreviation code. in WriteBodyInternal()
1364 w->WriteULEB128(DW_TAG_SUBPROGRAM); in WriteBodyInternal()
1366 w->WriteULEB128(DW_AT_NAME); in WriteBodyInternal()
1367 w->WriteULEB128(DW_FORM_STRING); in WriteBodyInternal()
1368 w->WriteULEB128(DW_AT_LOW_PC); in WriteBodyInternal()
1369 w->WriteULEB128(DW_FORM_ADDR); in WriteBodyInternal()
1370 w->WriteULEB128(DW_AT_HIGH_PC); in WriteBodyInternal()
1371 w->WriteULEB128(DW_FORM_ADDR); in WriteBodyInternal()
1372 w->WriteULEB128(DW_AT_FRAME_BASE); in WriteBodyInternal()
1373 w->WriteULEB128(DW_FORM_BLOCK4); in WriteBodyInternal()
1374 w->WriteULEB128(0); in WriteBodyInternal()
1375 w->WriteULEB128(0); in WriteBodyInternal()
1377 w->WriteULEB128(current_abbreviation++); in WriteBodyInternal()
1378 w->WriteULEB128(DW_TAG_STRUCTURE_TYPE); in WriteBodyInternal()
1380 w->WriteULEB128(DW_AT_BYTE_SIZE); in WriteBodyInternal()
1381 w->WriteULEB128(DW_FORM_DATA1); in WriteBodyInternal()
1382 w->WriteULEB128(DW_AT_NAME); in WriteBodyInternal()
1383 w->WriteULEB128(DW_FORM_STRING); in WriteBodyInternal()
1384 w->WriteULEB128(0); in WriteBodyInternal()
1385 w->WriteULEB128(0); in WriteBodyInternal()
1417 w->WriteULEB128(0); // Terminate the sibling list. in WriteBodyInternal()
1420 w->WriteULEB128(0); // Terminate the table. in WriteBodyInternal()
1486 w->WriteULEB128(0); // Current directory. in WriteBodyInternal()
1487 w->WriteULEB128(0); // Unknown modification time. in WriteBodyInternal()
1488 w->WriteULEB128(0); // Unknown file size. in WriteBodyInternal()
1572 w->WriteULEB128(operands_size + 1); in WriteExtendedOpcode()
1735 w->WriteULEB128(AMD64_RSP); in WriteFDEStateOnEntry()
1741 w->WriteULEB128(AMD64_RA); in WriteFDEStateOnEntry()
1746 w->WriteULEB128(AMD64_RBP); in WriteFDEStateOnEntry()
1761 w->WriteULEB128(0); in WriteFDEStateAfterRBPPush()
1766 w->WriteULEB128(AMD64_RBP); in WriteFDEStateAfterRBPPush()
1781 w->WriteULEB128(AMD64_RBP); in WriteFDEStateAfterRBPSet()
1782 w->WriteULEB128(0); in WriteFDEStateAfterRBPSet()
1797 w->WriteULEB128(AMD64_RSP); in WriteFDEStateAfterRBPPop()
1802 w->WriteULEB128(AMD64_RBP); in WriteFDEStateAfterRBPPop()