Lines Matching refs:WriteSLEB128
133 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()
1736 w->WriteSLEB128(-kPointerSize); in WriteFDEStateOnEntry()
1742 w->WriteSLEB128(StandardFrameConstants::kCallerPCOffset); in WriteFDEStateOnEntry()
1767 w->WriteSLEB128(StandardFrameConstants::kCallerFPOffset); in WriteFDEStateAfterRBPPush()
1798 w->WriteSLEB128(-kPointerSize); in WriteFDEStateAfterRBPPop()
1803 w->WriteSLEB128(StandardFrameConstants::kCallerFPOffset); in WriteFDEStateAfterRBPPop()