Home
last modified time | relevance | path

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

/external/v8/src/
Dgdb-jit.cc137 void WriteSLEB128(intptr_t value) { in WriteSLEB128() function in v8::internal::GDBJITInterface::BASE_EMBEDDED
1182 w->WriteSLEB128( in WriteBodyInternal()
1219 w->WriteSLEB128(JavaScriptFrameConstants::kFunctionOffset); in WriteBodyInternal()
1230 w->WriteSLEB128(StandardFrameConstants::kContextOffset); in WriteBodyInternal()
1526 w->WriteSLEB128(pc_diff); in WriteBodyInternal()
1528 w->WriteSLEB128(line_diff); in WriteBodyInternal()
1539 w->WriteSLEB128(desc_->CodeSize() - pc); in WriteBodyInternal()
1675 w->WriteSLEB128(CODE_ALIGN_FACTOR); in WriteCIE()
1676 w->WriteSLEB128(DATA_ALIGN_FACTOR); in WriteCIE()
1711 w->WriteSLEB128(-kPointerSize); in WriteFDEStateOnEntry()
[all …]