Searched refs:slot_int (Results 1 – 1 of 1) sorted by relevance
1974 Node* slot_int = SmiToInt32(slot); in BranchIfStrictMode() local1978 Node* word_index = Int32Div(slot_int, Int32Constant(kItemsPerWord)); in BranchIfStrictMode()1979 Node* word_offset = Int32Mod(slot_int, Int32Constant(kItemsPerWord)); in BranchIfStrictMode()