Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder-impl.h1435 TRACE_PART(TRACE_INST_FORMAT, startrel(this->pc_), in DecodeFunctionBody()
1608 TRACE_PART("\n" TRACE_INST_FORMAT, startrel(this->pc_), in DecodeFunctionBody()
1913 TRACE_PART(TRACE_INST_FORMAT, startrel(this->pc_), in DecodeFunctionBody()
1930 TRACE_PART(TRACE_INST_FORMAT, startrel(this->pc_), in DecodeFunctionBody()
1942 TRACE_PART(TRACE_INST_FORMAT, startrel(this->pc_), in DecodeFunctionBody()
2362 int startrel(const byte* ptr) { return static_cast<int>(ptr - this->start_); } in startrel() function
2408 expected, startrel(c->pc), actual); in TypeCheckFallThru()
2424 expected, startrel(c->pc), actual); in TypeCheckBreak()