Lines Matching refs:WriteSLEB128
137 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()
1717 w->WriteSLEB128(StandardFrameConstants::kCallerPCOffset); in WriteFDEStateOnEntry()
1742 w->WriteSLEB128(StandardFrameConstants::kCallerFPOffset); in WriteFDEStateAfterRBPPush()
1773 w->WriteSLEB128(-kPointerSize); in WriteFDEStateAfterRBPPop()
1778 w->WriteSLEB128(StandardFrameConstants::kCallerFPOffset); in WriteFDEStateAfterRBPPop()