Searched refs:HasTrapHandlerIndex (Results 1 – 2 of 2) sorted by relevance
110 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::WasmCode304 if (HasTrapHandlerIndex()) { in ~WasmCode()
182 bool HasTrapHandlerIndex() const;