Lines Matching defs:success

573     bool success =  in ExecuteGotoImpl()  local
581 bool success = in ExecuteGotoImpl() local
1227 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimBoolean, do_access_check>(self, s… in ExecuteGotoImpl() local
1233 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimByte, do_access_check>(self, shad… in ExecuteGotoImpl() local
1239 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimChar, do_access_check>(self, shad… in ExecuteGotoImpl() local
1245 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimShort, do_access_check>(self, sha… in ExecuteGotoImpl() local
1251 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimInt, do_access_check>(self, shado… in ExecuteGotoImpl() local
1257 …bool success = DoFieldGet<InstancePrimitiveRead, Primitive::kPrimLong, do_access_check>(self, shad… in ExecuteGotoImpl() local
1263 …bool success = DoFieldGet<InstanceObjectRead, Primitive::kPrimNot, do_access_check>(self, shadow_f… in ExecuteGotoImpl() local
1269 bool success = DoIGetQuick<Primitive::kPrimInt>(shadow_frame, inst, inst_data); in ExecuteGotoImpl() local
1275 bool success = DoIGetQuick<Primitive::kPrimLong>(shadow_frame, inst, inst_data); in ExecuteGotoImpl() local
1281 bool success = DoIGetQuick<Primitive::kPrimNot>(shadow_frame, inst, inst_data); in ExecuteGotoImpl() local
1287 …bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimBoolean, do_access_check>(self, sha… in ExecuteGotoImpl() local
1293 …bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimByte, do_access_check>(self, shadow… in ExecuteGotoImpl() local
1299 …bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimChar, do_access_check>(self, shadow… in ExecuteGotoImpl() local
1305 …bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimShort, do_access_check>(self, shado… in ExecuteGotoImpl() local
1311 …bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimInt, do_access_check>(self, shadow_… in ExecuteGotoImpl() local
1317 …bool success = DoFieldGet<StaticPrimitiveRead, Primitive::kPrimLong, do_access_check>(self, shadow… in ExecuteGotoImpl() local
1323 …bool success = DoFieldGet<StaticObjectRead, Primitive::kPrimNot, do_access_check>(self, shadow_fra… in ExecuteGotoImpl() local
1329 …bool success = DoFieldPut<InstancePrimitiveWrite, Primitive::kPrimBoolean, do_access_check, transa… in ExecuteGotoImpl() local
1335 …bool success = DoFieldPut<InstancePrimitiveWrite, Primitive::kPrimByte, do_access_check, transacti… in ExecuteGotoImpl() local
1341 …bool success = DoFieldPut<InstancePrimitiveWrite, Primitive::kPrimChar, do_access_check, transacti… in ExecuteGotoImpl() local
1347 …bool success = DoFieldPut<InstancePrimitiveWrite, Primitive::kPrimShort, do_access_check, transact… in ExecuteGotoImpl() local
1353 …bool success = DoFieldPut<InstancePrimitiveWrite, Primitive::kPrimInt, do_access_check, transactio… in ExecuteGotoImpl() local
1359 …bool success = DoFieldPut<InstancePrimitiveWrite, Primitive::kPrimLong, do_access_check, transacti… in ExecuteGotoImpl() local
1365 …bool success = DoFieldPut<InstanceObjectWrite, Primitive::kPrimNot, do_access_check, transaction_a… in ExecuteGotoImpl() local
1371 …bool success = DoIPutQuick<Primitive::kPrimInt, transaction_active>(shadow_frame, inst, inst_data); in ExecuteGotoImpl() local
1377 …bool success = DoIPutQuick<Primitive::kPrimLong, transaction_active>(shadow_frame, inst, inst_data… in ExecuteGotoImpl() local
1383 …bool success = DoIPutQuick<Primitive::kPrimNot, transaction_active>(shadow_frame, inst, inst_data); in ExecuteGotoImpl() local
1389 …bool success = DoFieldPut<StaticPrimitiveWrite, Primitive::kPrimBoolean, do_access_check, transact… in ExecuteGotoImpl() local
1395 …bool success = DoFieldPut<StaticPrimitiveWrite, Primitive::kPrimByte, do_access_check, transaction… in ExecuteGotoImpl() local
1401 …bool success = DoFieldPut<StaticPrimitiveWrite, Primitive::kPrimChar, do_access_check, transaction… in ExecuteGotoImpl() local
1407 …bool success = DoFieldPut<StaticPrimitiveWrite, Primitive::kPrimShort, do_access_check, transactio… in ExecuteGotoImpl() local
1413 …bool success = DoFieldPut<StaticPrimitiveWrite, Primitive::kPrimInt, do_access_check, transaction_… in ExecuteGotoImpl() local
1419 …bool success = DoFieldPut<StaticPrimitiveWrite, Primitive::kPrimLong, do_access_check, transaction… in ExecuteGotoImpl() local
1425 …bool success = DoFieldPut<StaticObjectWrite, Primitive::kPrimNot, do_access_check, transaction_act… in ExecuteGotoImpl() local
1431 …bool success = DoInvoke<kVirtual, false, do_access_check>(self, shadow_frame, inst, inst_data, &re… in ExecuteGotoImpl() local
1438 …bool success = DoInvoke<kVirtual, true, do_access_check>(self, shadow_frame, inst, inst_data, &res… in ExecuteGotoImpl() local
1445 …bool success = DoInvoke<kSuper, false, do_access_check>(self, shadow_frame, inst, inst_data, &resu… in ExecuteGotoImpl() local
1452 …bool success = DoInvoke<kSuper, true, do_access_check>(self, shadow_frame, inst, inst_data, &resul… in ExecuteGotoImpl() local
1459 …bool success = DoInvoke<kDirect, false, do_access_check>(self, shadow_frame, inst, inst_data, &res… in ExecuteGotoImpl() local
1466 …bool success = DoInvoke<kDirect, true, do_access_check>(self, shadow_frame, inst, inst_data, &resu… in ExecuteGotoImpl() local
1473 …bool success = DoInvoke<kInterface, false, do_access_check>(self, shadow_frame, inst, inst_data, &… in ExecuteGotoImpl() local
1480 …bool success = DoInvoke<kInterface, true, do_access_check>(self, shadow_frame, inst, inst_data, &r… in ExecuteGotoImpl() local
1487 …bool success = DoInvoke<kStatic, false, do_access_check>(self, shadow_frame, inst, inst_data, &res… in ExecuteGotoImpl() local
1494 …bool success = DoInvoke<kStatic, true, do_access_check>(self, shadow_frame, inst, inst_data, &resu… in ExecuteGotoImpl() local
1501 … bool success = DoInvokeVirtualQuick<false>(self, shadow_frame, inst, inst_data, &result_register); in ExecuteGotoImpl() local
1508 … bool success = DoInvokeVirtualQuick<true>(self, shadow_frame, inst, inst_data, &result_register); in ExecuteGotoImpl() local
1656 bool success = DoIntDivide(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteGotoImpl() local
1664 bool success = DoIntRemainder(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteGotoImpl() local
1735 bool success = DoLongDivide(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteGotoImpl() local
1743 bool success = DoLongRemainder(shadow_frame, inst->VRegA_23x(inst_data), in ExecuteGotoImpl() local
1891 bool success = DoIntDivide(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in ExecuteGotoImpl() local
1899 bool success = DoIntRemainder(shadow_frame, vregA, shadow_frame.GetVReg(vregA), in ExecuteGotoImpl() local
1988 bool success = DoLongDivide(shadow_frame, vregA, shadow_frame.GetVRegLong(vregA), in ExecuteGotoImpl() local
1996 bool success = DoLongRemainder(shadow_frame, vregA, shadow_frame.GetVRegLong(vregA), in ExecuteGotoImpl() local
2168 bool success = DoIntDivide(shadow_frame, inst->VRegA_22s(inst_data), in ExecuteGotoImpl() local
2175 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22s(inst_data), in ExecuteGotoImpl() local
2224 bool success = DoIntDivide(shadow_frame, inst->VRegA_22b(inst_data), in ExecuteGotoImpl() local
2231 bool success = DoIntRemainder(shadow_frame, inst->VRegA_22b(inst_data), in ExecuteGotoImpl() local