Lines Matching refs:miss
3739 Label* miss,
3744 JumpIfSmi(function, miss);
3747 JumpIfNotObjectType(function, result, scratch, JS_FUNCTION_TYPE, miss);
3757 Tbnz(scratch, SharedFunctionInfo::kBoundFunction, miss);
3770 // miss the cache instead. This will allow us to allocate a prototype object
3772 JumpIfRoot(result, Heap::kTheHoleValueRootIndex, miss);
3979 Label* miss) {
4035 B(miss, ne);
4076 void MacroAssembler::LoadFromNumberDictionary(Label* miss,
4120 B(ne, miss);
4129 TestAndBranchIfAnySet(scratch1, PropertyDetails::TypeField::kMask, miss);