Lines Matching defs:hir
303 GateRef key, GateRef propsNum, GateRef hir)
353 GateRef index = GetIndexFromPropertiesCache(glue, cache, hclass, key, hir);
357 result = BinarySearch(glue, layoutInfo, key, propsNum, hir);
360 SetToPropertiesCache(glue, cache, hclass, key, *result, hir);
374 GateRef StubBuilder::GetIndexFromPropertiesCache(GateRef glue, GateRef cache, GateRef cls, GateRef key, GateRef hir)
383 GateRef hash = HashFromHclassAndKey(glue, cls, key, hir);
403 GateRef StubBuilder::BinarySearch(GateRef glue, GateRef layoutInfo, GateRef key, GateRef propsNum, GateRef hir)
415 GateRef keyHash = GetKeyHashCode(glue, key, hir);
431 GateRef midHash = GetKeyHashCode(glue, midKey, hir);
482 BRANCH(Int32Equal(GetKeyHashCode(glue, *currentKey, hir), keyHash), &hashEqual,
520 BRANCH(Int32Equal(GetKeyHashCode(glue, *currentKey, hir), keyHash), &hashEqual, &exit);
559 GateRef StubBuilder::GetKeyHashCode(GateRef glue, GateRef key, GateRef hir)
572 result = GetHashcodeFromString(glue, key, hir);
783 GateRef StubBuilder::FindEntryFromNameDictionary(GateRef glue, GateRef elements, GateRef key, GateRef hir)
819 hash = GetHashcodeFromString(glue, key, hir);
1141 GateRef glue, GateRef receiver, GateRef holder, GateRef accessor, ProfileOperation callback, GateRef hir)
1203 callback, true, hir);
3276 GateRef index, ProfileOperation callback, GateRef hir)
3397 result = CallGetterHelper(glue, receiver, *holder, value, callback, hir);
5757 GateRef index, ProfileOperation callback, GateRef hir)
5770 result = GetPropertyByIndex(glue, obj, index, callback, hir);
8429 GateRef StubBuilder::GetHashcodeFromString(GateRef glue, GateRef value, GateRef hir)
8431 return env_->GetBuilder()->GetHashcodeFromString(glue, value, hir);