Searched refs:info_index (Results 1 – 3 of 3) sorted by relevance
414 int info_index = ParameterEntriesIndex() + var; in ParameterName() local415 return String::cast(get(info_index)); in ParameterName()423 int info_index = StackLocalEntriesIndex() + var; in LocalName() local424 return String::cast(get(info_index)); in LocalName()430 int info_index = StackLocalEntriesIndex() + var; in StackLocalName() local431 return String::cast(get(info_index)); in StackLocalName()444 int info_index = ContextLocalNameEntriesIndex() + var; in ContextLocalName() local445 return String::cast(get(info_index)); in ContextLocalName()451 int info_index = ContextLocalInfoEntriesIndex() + var; in ContextLocalMode() local452 int value = Smi::cast(get(info_index))->value(); in ContextLocalMode()[all …]
1230 int info_index = 0; // For iterating retainer_infos_. in ComputeObjectGroupsAndImplicitReferences() local1283 while (info_index < retainer_infos_.length() && in ComputeObjectGroupsAndImplicitReferences()1284 retainer_infos_[info_index].id < current_group_id) { in ComputeObjectGroupsAndImplicitReferences()1285 retainer_infos_[info_index].info->Dispose(); in ComputeObjectGroupsAndImplicitReferences()1286 ++info_index; in ComputeObjectGroupsAndImplicitReferences()1288 if (info_index < retainer_infos_.length() && in ComputeObjectGroupsAndImplicitReferences()1289 retainer_infos_[info_index].id == current_group_id) { in ComputeObjectGroupsAndImplicitReferences()1291 info = retainer_infos_[info_index].info; in ComputeObjectGroupsAndImplicitReferences()1292 ++info_index; in ComputeObjectGroupsAndImplicitReferences()
3945 unsigned int info_index; in GetMemoryInfoForAddress() local3946 if (!range_map_->RetrieveRange(address, &info_index, NULL, NULL)) { in GetMemoryInfoForAddress()3952 return GetMemoryInfoAtIndex(info_index); in GetMemoryInfoForAddress()3966 for (unsigned int info_index = 0; in Print() local3967 info_index < info_count_; in Print()3968 ++info_index) { in Print()3969 printf("info[%d]\n", info_index); in Print()3970 (*infos_)[info_index].Print(); in Print()