Lines Matching defs:target
1269 // TODO(jkummerow): Find a way to get the target function ID for
1303 // external function (WasmExportedFunction). Mark the target for inlining
1305 WasmExportedFunction target = WasmExportedFunction::cast(
1307 if (target.instance() == *instance_ &&
1308 target.function_index() >= imported_functions) {
1314 result[i / 2] = {target.function_index(), count};
1318 // Polymorphic. Pick a target for inlining if there is one that was
1346 WasmExportedFunction target =
1348 if (target.instance() != *instance_ ||
1349 target.function_index() < imported_functions) {
1353 found_target = target.function_index();