Searched refs:expected_function_index (Results 1 – 1 of 1) sorted by relevance
| /third_party/node/deps/v8/src/wasm/ |
| D | graph-builder-interface.cc | 697 const uint32_t expected_function_index = maybe_feedback; in CallRef() local 702 expected_function_index); in CallRef() 708 func_ref.node, expected_function_index, &success_control, in CallRef() 716 DoCall(decoder, CallInfo::CallDirect(expected_function_index), in CallRef() 768 const uint32_t expected_function_index = maybe_feedback; in ReturnCallRef() local 773 expected_function_index); in ReturnCallRef() 779 func_ref.node, expected_function_index, &success_control, in ReturnCallRef() 785 DoReturnCall(decoder, CallInfo::CallDirect(expected_function_index), sig, in ReturnCallRef()
|