Home
last modified time | relevance | path

Searched refs:primary_offset (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/ic/
Dstub-cache.cc49 int primary_offset = PrimaryOffset(name, flags, map); in Set() local
50 Entry* primary = entry(primary_, primary_offset); in Set()
75 int primary_offset = PrimaryOffset(name, flags, map); in Get() local
76 Entry* primary = entry(primary_, primary_offset); in Get()
81 int secondary_offset = SecondaryOffset(name, flags, primary_offset); in Get()
133 int primary_offset = PrimaryOffset(*name, flags, map); in CollectMatchingMaps() local
136 int offset = SecondaryOffset(*name, flags, primary_offset); in CollectMatchingMaps()
/external/libdrm/include/drm/
Dmga_drm.h297 unsigned long primary_offset; member
/external/kernel-headers/original/uapi/drm/
Dmga_drm.h297 unsigned long primary_offset; member
/external/v8/test/cctest/
Dtest-code-stub-assembler.cc1117 Node* primary_offset = m.StubCachePrimaryOffset(name, code_flags, map); in TestStubCacheOffsetCalculation() local
1120 result = primary_offset; in TestStubCacheOffsetCalculation()
1123 result = m.StubCacheSecondaryOffset(name, code_flags, primary_offset); in TestStubCacheOffsetCalculation()
1166 int primary_offset = in TestStubCacheOffsetCalculation() local
1169 expected_result = primary_offset; in TestStubCacheOffsetCalculation()
1172 *name, code_flags, primary_offset); in TestStubCacheOffsetCalculation()
/external/v8/src/
Dcode-stub-assembler.cc2569 Node* primary_offset = StubCachePrimaryOffset(name, flags, receiver_map); in TryProbeStubCache() local
2570 TryProbeStubCacheTable(stub_cache, kPrimary, primary_offset, name, flags, in TryProbeStubCache()
2577 StubCacheSecondaryOffset(name, flags, primary_offset); in TryProbeStubCache()