Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs.h898 int property_index_key = index.GetFieldAccessStubKey(); in LoadFieldStub() local
899 set_sub_minor_key(LoadFieldByIndexBits::encode(property_index_key)); in LoadFieldStub()
903 int property_index_key = LoadFieldByIndexBits::decode(sub_minor_key()); in index() local
904 return FieldIndex::FromFieldAccessStubKey(property_index_key); in index()
971 int property_index_key = index.GetFieldAccessStubKey(); in StoreFieldStub() local
973 set_sub_minor_key(StoreFieldByIndexBits::encode(property_index_key) | in StoreFieldStub()
978 int property_index_key = StoreFieldByIndexBits::decode(sub_minor_key()); in index() local
979 return FieldIndex::FromFieldAccessStubKey(property_index_key); in index()