Home
last modified time | relevance | path

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

/external/v8/src/
Dgdb-jit.cc133 void WriteSLEB128(intptr_t value) { in WriteSLEB128() function in v8::internal::GDBJITInterface::BASE_EMBEDDED
1169 w->WriteSLEB128( in WriteBodyInternal()
1217 w->WriteSLEB128( in WriteBodyInternal()
1230 w->WriteSLEB128(JavaScriptFrameConstants::kFunctionOffset); in WriteBodyInternal()
1241 w->WriteSLEB128(StandardFrameConstants::kContextOffset); in WriteBodyInternal()
1548 w->WriteSLEB128(pc_diff); in WriteBodyInternal()
1550 w->WriteSLEB128(line_diff); in WriteBodyInternal()
1561 w->WriteSLEB128(desc_->CodeSize() - pc); in WriteBodyInternal()
1700 w->WriteSLEB128(CODE_ALIGN_FACTOR); in WriteCIE()
1701 w->WriteSLEB128(DATA_ALIGN_FACTOR); in WriteCIE()
[all …]