Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs.h1445 int property_index_key = index.GetFieldAccessStubKey(); in LoadFieldStub() local
1446 set_sub_minor_key(LoadFieldByIndexBits::encode(property_index_key)); in LoadFieldStub()
1450 int property_index_key = LoadFieldByIndexBits::decode(sub_minor_key()); in index() local
1451 return FieldIndex::FromFieldAccessStubKey(property_index_key); in index()
1547 int property_index_key = index.GetFieldAccessStubKey(); in StoreFieldStub() local
1549 set_sub_minor_key(StoreFieldByIndexBits::encode(property_index_key) | in StoreFieldStub()
1554 int property_index_key = StoreFieldByIndexBits::decode(sub_minor_key()); in index() local
1555 return FieldIndex::FromFieldAccessStubKey(property_index_key); in index()
1647 int property_index_key = index.GetFieldAccessStubKey(); in StoreTransitionStub() local
1649 set_sub_minor_key(StoreFieldByIndexBits::encode(property_index_key) | in StoreTransitionStub()
[all …]