Searched refs:is_c_wasm_entry (Results 1 – 2 of 2) sorted by relevance
225 bool is_c_wasm_entry() const { return type() == C_WASM_ENTRY; } in is_c_wasm_entry() function
75 if (frame->is_c_wasm_entry()) handler_ = handler_->next(); in StackHandlerIterator()