Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Dgdb-jit.cc134 void WriteSLEB128(intptr_t value) { in WriteSLEB128() function in v8::internal::GDBJITInterface::Writer
1121 w->WriteSLEB128(StandardFrameConstants::kFixedFrameSizeAboveFp + in WriteBodyInternal()
1153 w->WriteSLEB128(StandardFrameConstants::kFunctionOffset); in WriteBodyInternal()
1164 w->WriteSLEB128(StandardFrameConstants::kContextOffset); in WriteBodyInternal()
1448 w->WriteSLEB128(pc_diff); in WriteBodyInternal()
1450 w->WriteSLEB128(line_diff); in WriteBodyInternal()
1461 w->WriteSLEB128(desc_->CodeSize() - pc); in WriteBodyInternal()
1593 w->WriteSLEB128(CODE_ALIGN_FACTOR); in WriteCIE()
1594 w->WriteSLEB128(DATA_ALIGN_FACTOR); in WriteCIE()
1627 w->WriteSLEB128(-kSystemPointerSize); in WriteFDEStateOnEntry()
[all …]