Searched refs:func_idx (Results 1 - 4 of 4) sorted by relevance
/third_party/libbpf/src/ |
H A D | bpf_prog_linfo.c | 182 __u64 addr, __u32 func_idx, __u32 nr_skip) in bpf_prog_linfo__lfind_addr_func() 188 if (func_idx >= prog_linfo->nr_jited_func) in bpf_prog_linfo__lfind_addr_func() 191 nr_linfo = prog_linfo->nr_jited_linfo_per_func[func_idx]; in bpf_prog_linfo__lfind_addr_func() 195 start = prog_linfo->jited_linfo_func_idx[func_idx] + nr_skip; in bpf_prog_linfo__lfind_addr_func() 181 bpf_prog_linfo__lfind_addr_func(const struct bpf_prog_linfo *prog_linfo, __u64 addr, __u32 func_idx, __u32 nr_skip) bpf_prog_linfo__lfind_addr_func() argument
|
H A D | libbpf.h | 1550 __u64 addr, __u32 func_idx, __u32 nr_skip);
|
/third_party/node/deps/v8/src/wasm/ |
H A D | module-decoder.cc | 1374 uint32_t func_idx = inner.consume_u32v("function index"); in DecodeBranchHintsSection() local 1375 if (int64_t(func_idx) <= last_func_idx) { in DecodeBranchHintsSection() 1376 inner.errorf("Invalid function index: %d", func_idx); in DecodeBranchHintsSection() 1379 last_func_idx = func_idx; in DecodeBranchHintsSection() 1382 TRACE("DecodeBranchHints[%d] module+%d\n", func_idx, in DecodeBranchHintsSection() 1399 TRACE("DecodeBranchHints[%d][%d] module+%d\n", func_idx, br_off, in DecodeBranchHintsSection() 1422 branch_hints.emplace(func_idx, std::move(func_branch_hints)); in DecodeBranchHintsSection()
|
H A D | wasm-debug.cc | 1194 for (int func_idx = start_func_index; func_idx <= end_func_index; in GetPossibleBreakpoints() 1195 ++func_idx) { in GetPossibleBreakpoints() 1196 const wasm::WasmFunction& func = functions[func_idx]; in GetPossibleBreakpoints() 1207 DCHECK_EQ(end_func_index, func_idx); in GetPossibleBreakpoints()
|
Completed in 10 milliseconds