• Home
  • Raw
  • Download

Lines Matching full:branch

40     Branch(TaggedIsException(result->ReadVariable()), &hasPendingException, &noException);  in NewLexicalEnv()
73 Branch(TaggedIsException(result->ReadVariable()), &hasPendingException, &noException); in NewJSObject()
80 Branch(IsTSHClass(hclass), &isTS, &initialize); in NewJSObject()
118 Branch(TaggedIsException(result->ReadVariable()), exit, &setHClass); in NewArgumentsList()
128 Branch(Int32UnsignedLessThan(*i, numArgs), &setArgumentsBegin, &setArgumentsEnd); in NewArgumentsList()
134 Branch(Int32UnsignedLessThan(*i, numArgs), &setArgumentsAgain, &setArgumentsEnd); in NewArgumentsList()
154 Branch(TaggedIsException(result->ReadVariable()), exit, &setArgumentsObjProperties); in NewArgumentsObj()
242 Branch(IntPtrGreaterThan(newTop, end), &callRuntime, &success); in AllocateInYoung()
275 Branch(Int32UnsignedLessThan(*startOffset, end), &storeValue, exit); in InitializeWithSpeicalValue()
335 Branch(TaggedIsHeapObject(protoOrHclass), &isHeapObject, &callRuntime); in FastNewThisObject()
337 Branch(IsJSHClass(protoOrHclass), &checkJSObject, &callRuntime); in FastNewThisObject()
340 Branch(Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_OBJECT))), in FastNewThisObject()
373 Branch(TaggedIsHeapObject(ctor), &ctorIsHeapObject, &slowPath); in NewThisObjectChecked()
375 Branch(IsJSFunction(ctor), &ctorIsJSFunction, &slowPath); in NewThisObjectChecked()
377 Branch(IsConstructor(ctor), &fastPath, &slowPath); in NewThisObjectChecked()
380 Branch(IsBase(ctor), &ctorIsBase, &exit); in NewThisObjectChecked()