Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dgdb-jit.cc131 void WriteSLEB128(intptr_t value) { in WriteSLEB128() function in v8::internal::BASE_EMBEDDED
1137 w->WriteSLEB128( in WriteBodyInternal()
1188 w->WriteSLEB128( in WriteBodyInternal()
1201 w->WriteSLEB128(JavaScriptFrameConstants::kFunctionOffset); in WriteBodyInternal()
1212 w->WriteSLEB128(StandardFrameConstants::kContextOffset); in WriteBodyInternal()
1519 w->WriteSLEB128(pc_diff); in WriteBodyInternal()
1521 w->WriteSLEB128(line_diff); in WriteBodyInternal()
1532 w->WriteSLEB128(desc_->CodeSize() - pc); in WriteBodyInternal()
1671 w->WriteSLEB128(CODE_ALIGN_FACTOR); in WriteCIE()
1672 w->WriteSLEB128(DATA_ALIGN_FACTOR); in WriteCIE()
[all …]