Home
last modified time | relevance | path

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

/external/v8/src/
Dgdb-jit.cc136 void WriteSLEB128(intptr_t value) { in WriteSLEB128() function in v8::internal::BASE_EMBEDDED
948 w->WriteSLEB128(pc_diff); in WriteBody()
950 w->WriteSLEB128(line_diff); in WriteBody()
961 w->WriteSLEB128(desc_->CodeSize() - pc); in WriteBody()
1096 w->WriteSLEB128(CODE_ALIGN_FACTOR); in WriteCIE()
1097 w->WriteSLEB128(DATA_ALIGN_FACTOR); in WriteCIE()
1132 w->WriteSLEB128(-kPointerSize); in WriteFDEStateOnEntry()
1138 w->WriteSLEB128(StandardFrameConstants::kCallerPCOffset); in WriteFDEStateOnEntry()
1163 w->WriteSLEB128(StandardFrameConstants::kCallerFPOffset); in WriteFDEStateAfterRBPPush()
1194 w->WriteSLEB128(-kPointerSize); in WriteFDEStateAfterRBPPop()
[all …]