Searched defs:definitely_mismatches (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1852 bool* definitely_mismatches,
1857 *definitely_mismatches = false;
1873 *definitely_mismatches = true;
1906 if (!*definitely_mismatches) {
1978 bool definitely_mismatches = false; local
1979 InvokePrologue(expected, actual, &done, &definitely_mismatches, flag,
1981 if (!definitely_mismatches) {
1849 InvokePrologue(const ParameterCount& expected, const ParameterCount& actual, Label* done, bool* definitely_mismatches, InvokeFlag flag, Label::Distance done_near, const CallWrapper& call_wrapper) argument
/external/v8/src/x87/
H A Dmacro-assembler-x87.cc1792 bool* definitely_mismatches,
1797 *definitely_mismatches = false;
1813 *definitely_mismatches = true;
1845 if (!*definitely_mismatches) {
1917 bool definitely_mismatches = false; local
1918 InvokePrologue(expected, actual, &done, &definitely_mismatches, flag,
1920 if (!definitely_mismatches) {
1789 InvokePrologue(const ParameterCount& expected, const ParameterCount& actual, Label* done, bool* definitely_mismatches, InvokeFlag flag, Label::Distance done_near, const CallWrapper& call_wrapper) argument
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.cc2283 bool* definitely_mismatches,
2286 *definitely_mismatches = false;
2316 *definitely_mismatches = true;
2340 if (!*definitely_mismatches) {
2415 bool definitely_mismatches = false; local
2416 InvokePrologue(expected, actual, &done, flag, &definitely_mismatches,
2422 if (!definitely_mismatches) {
2279 InvokePrologue(const ParameterCount& expected, const ParameterCount& actual, Label* done, InvokeFlag flag, bool* definitely_mismatches, const CallWrapper& call_wrapper) argument
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc4499 bool* definitely_mismatches,
4503 *definitely_mismatches = false;
4532 *definitely_mismatches = true;
4550 if (!*definitely_mismatches) {
4623 bool definitely_mismatches = false; local
4624 InvokePrologue(expected, actual, &done, &definitely_mismatches, flag,
4626 if (!definitely_mismatches) {
4496 InvokePrologue(const ParameterCount& expected, const ParameterCount& actual, Label* done, bool* definitely_mismatches, InvokeFlag flag, const CallWrapper& call_wrapper) argument
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.cc1326 bool* definitely_mismatches,
1330 *definitely_mismatches = false;
1361 *definitely_mismatches = true;
1382 if (!*definitely_mismatches) {
1456 bool definitely_mismatches = false; local
1457 InvokePrologue(expected, actual, &done, &definitely_mismatches, flag,
1459 if (!definitely_mismatches) {
1324 InvokePrologue(const ParameterCount& expected, const ParameterCount& actual, Label* done, bool* definitely_mismatches, InvokeFlag flag, const CallWrapper& call_wrapper) argument
/external/v8/src/s390/
H A Dmacro-assembler-s390.cc1232 bool* definitely_mismatches,
1236 *definitely_mismatches = false;
1267 *definitely_mismatches = true;
1288 if (!*definitely_mismatches) {
1361 bool definitely_mismatches = false; local
1362 InvokePrologue(expected, actual, &done, &definitely_mismatches, flag,
1364 if (!definitely_mismatches) {
1230 InvokePrologue(const ParameterCount& expected, const ParameterCount& actual, Label* done, bool* definitely_mismatches, InvokeFlag flag, const CallWrapper& call_wrapper) argument
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc4215 bool definitely_mismatches = false; local
4219 &definitely_mismatches,
4223 if (!definitely_mismatches) {
4244 bool* definitely_mismatches,
4249 *definitely_mismatches = false;
4265 *definitely_mismatches = true;
4297 if (!*definitely_mismatches) {
4241 InvokePrologue(const ParameterCount& expected, const ParameterCount& actual, Label* done, bool* definitely_mismatches, InvokeFlag flag, Label::Distance near_jump, const CallWrapper& call_wrapper) argument

Completed in 218 milliseconds