Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds