Searched refs:function_index_ (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | wasm-inlining.cc | 35 TRACE("[function %d: considering node %d, call to %d: %s]\n", function_index_, in Trace() 43 return function_index_; in FindOriginatingFunction() 81 TRACE("function %d: have already seen node %d, skipping\n", function_index_, in ReduceCall() 93 function_index_, call->id()); in ReduceCall() 106 if (inlinee_index == function_index_) { in ReduceCall() 139 function_index_, candidate.node->id(), candidate.inlinee_index, in Trace() 145 function_index_, debug_name_); in Finalize()
|
D | wasm-inlining.h | 45 function_index_(function_index), in WasmInliner() 103 uint32_t function_index_; variable
|