Lines Matching refs:index
144 WasmValue GetStackValue(int index, Address pc, Address fp,
149 if (num_locals + index >= value_count) return {};
151 num_locals + index, fp, debug_break_fp, isolate);
157 return module->functions[scope.code->index()];
160 WireBytesRef GetExportName(ImportExportKindCode kind, uint32_t index) {
166 auto exp_key = std::make_pair(exp.kind, exp.index);
171 auto it = export_names_->find(std::make_pair(kind, index));
177 uint32_t index) {
184 std::make_pair(std::make_pair(imp.kind, imp.index),
188 auto it = import_names_->find(std::make_pair(kind, index));
235 // is in the function of the given index.
428 int func_index = code->index();
583 // values follow the locals in the same index space.
586 int index, Address stack_frame_base,
589 debug_side_table->FindValue(debug_side_table_entry, index);
688 if (frame->function_index() != new_code->index()) continue;
697 DCHECK_EQ(frame->function_index(), new_code->index());
799 WasmValue DebugInfo::GetStackValue(int index, Address pc, Address fp,
801 return impl_->GetStackValue(index, pc, fp, debug_break_fp, isolate);
809 uint32_t index) {
810 return impl_->GetExportName(code, index);
814 ImportExportKindCode code, uint32_t index) {
815 return impl_->GetImportName(code, index);