Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.h168 size_t handler_table_offset() const { return handler_table_offset_; } in handler_table_offset()
430 int handler_table_offset_ = 0; variable
Dcode-generator.cc403 handler_table_offset_ = HandlerTable::EmitReturnTableStart(tasm()); in AssembleCode()
464 tasm()->GetCode(isolate(), &desc, safepoints(), handler_table_offset_); in FinalizeCode()
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h282 int handler_table_offset() const { return handler_table_offset_; } in handler_table_offset()
412 handler_table_offset_(handler_table_offset),
471 const int handler_table_offset_; variable
Dwasm-code-manager.cc161 return instruction_start() + handler_table_offset_; in handler_table()
165 DCHECK_GE(constant_pool_offset_, handler_table_offset_); in handler_table_size()
166 return static_cast<int>(constant_pool_offset_ - handler_table_offset_); in handler_table_size()
398 if (handler_table_offset_ < instruction_size) { in Disassemble()
399 instruction_size = handler_table_offset_; in Disassemble()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc526 handler_table_offset_); in GetCode()
1032 handler_table_offset_ = HandlerTable::EmitReturnTableStart(&asm_); in FinishFunction()
6550 int handler_table_offset_ = Assembler::kNoHandlerTable; member in v8::internal::wasm::__anon3bd82aa60111::LiftoffCompiler