Home
last modified time | relevance | path

Searched refs:feedback_instruction_index_ (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dgraph-builder-interface.cc644 DCHECK_LT(feedback_instruction_index_, type_feedback_.size()); in CallDirect()
645 feedback_instruction_index_++; in CallDirect()
654 DCHECK_LT(feedback_instruction_index_, type_feedback_.size()); in ReturnCall()
655 feedback_instruction_index_++; in ReturnCall()
683 DCHECK_LT(feedback_instruction_index_, type_feedback_.size()); in CallRef()
685 type_feedback_[feedback_instruction_index_].function_index; in CallRef()
686 feedback_instruction_index_++; in CallRef()
701 func_index_, feedback_instruction_index_ - 1, in CallRef()
753 DCHECK_LT(feedback_instruction_index_, type_feedback_.size()); in ReturnCallRef()
755 type_feedback_[feedback_instruction_index_] in ReturnCallRef()
1330 int feedback_instruction_index_ = 0; global() member
[all...]

Completed in 3 milliseconds