Home | History | Annotate | Download | only in builtins

Lines Matching defs:IsSpecialReceiverMap

45   Node* IsSpecialReceiverMap(SloppyTNode<Map> map);
155 Node* ObjectBuiltinsAssembler::IsSpecialReceiverMap(SloppyTNode<Map> map) {
261 GotoIf(IsSpecialReceiverMap(map), if_slow);
1323 GotoIf(IsSpecialReceiverMap(properties_map), &call_runtime);