Home
last modified time | relevance | path

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

/external/v8/src/compiler/backend/
Dcode-generator.h170 size_t GetHandlerTableOffset() const { return handler_table_offset_; } in GetHandlerTableOffset()
446 int handler_table_offset_ = 0; variable
Dcode-generator.cc403 handler_table_offset_ = HandlerTable::EmitReturnTableStart(tasm()); in AssembleCode()
490 tasm()->GetCode(isolate(), &desc, safepoints(), handler_table_offset_); in FinalizeCode()
/external/v8/src/wasm/
Dwasm-code-manager.h169 int handler_table_offset() const { return handler_table_offset_; } in handler_table_offset()
279 handler_table_offset_(handler_table_offset),
333 const int handler_table_offset_; variable
Dwasm-code-manager.cc159 return instruction_start() + handler_table_offset_; in handler_table()
163 DCHECK_GE(constant_pool_offset_, handler_table_offset_); in handler_table_size()
164 return static_cast<int>(constant_pool_offset_ - handler_table_offset_); in handler_table_size()
367 if (handler_table_offset_ < instruction_size) { in Disassemble()
368 instruction_size = handler_table_offset_; in Disassemble()