Lines Matching refs:call_runtime
364 Label call_runtime(this), return_true(this), return_false(this),
385 &call_runtime, &if_notunique_name);
389 &return_true, &return_false, &call_runtime);
395 &call_runtime);
402 &var_unique, ¬_in_string_table, &call_runtime);
409 Branch(IsSpecialReceiverInstanceType(instance_type), &call_runtime,
416 Branch(IsName(CAST(key)), &return_false, &call_runtime);
424 BIND(&call_runtime);
1068 Label call_runtime(this, Label::kDeferred), prototype_valid(this),
1074 BranchIfJSReceiver(prototype, &prototype_valid, &call_runtime);
1081 GotoIf(TaggedIsSmi(properties), &call_runtime);
1085 GotoIf(IsSpecialReceiverMap(properties_map), &call_runtime);
1089 &call_runtime);
1093 &call_runtime);
1095 &call_runtime, &no_properties);
1128 LoadMapPrototypeInfo(LoadMap(CAST(prototype)), &call_runtime);
1132 GotoIf(TaggedEqual(maybe_map, UndefinedConstant()), &call_runtime);
1133 map = CAST(GetHeapObjectAssumeWeak(maybe_map, &call_runtime));
1145 BIND(&call_runtime);
1316 call_runtime(this, Label::kDeferred),
1321 GotoIf(IsSpecialReceiverInstanceType(instance_type), &call_runtime);
1327 &call_runtime, &if_notunique_name);
1334 &call_runtime);
1360 context, var_value.value(), var_details.value(), &call_runtime);
1368 Goto(&call_runtime);
1373 Goto(&call_runtime);
1375 BIND(&call_runtime);