Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-code-manager.cc110 CHECK(HasTrapHandlerIndex()); in trap_handler_index()
119 DCHECK(!HasTrapHandlerIndex()); in RegisterTrapHandlerData()
134 bool WasmCode::HasTrapHandlerIndex() const { return trap_handler_index_ >= 0; } in HasTrapHandlerIndex() function in v8::internal::wasm::WasmCode
304 if (HasTrapHandlerIndex()) { in ~WasmCode()
Dwasm-code-manager.h182 bool HasTrapHandlerIndex() const;