Lines Matching defs:func_index
1155 void NativeModule::UseLazyStub(uint32_t func_index) {
1156 DCHECK_LE(module_->num_imported_functions, func_index);
1157 DCHECK_LT(func_index,
1182 uint32_t slot_index = declared_function_index(module(), func_index);
1777 uint32_t NativeModule::GetJumpTableOffset(uint32_t func_index) const {
1778 uint32_t slot_idx = declared_function_index(module(), func_index);
1782 Address NativeModule::GetCallTargetForFunction(uint32_t func_index) const {
1785 uint32_t slot_offset = GetJumpTableOffset(func_index);
1828 uint32_t func_index, const JumpTablesRef& jump_tables) const {
1830 uint32_t slot_offset = GetJumpTableOffset(func_index);
2301 int index = result.func_index;
2337 result.func_index, result.code_desc, result.frame_slot_count,