/external/v8/src/arm/ |
codegen-arm.h | 24 Label* call_runtime);
|
codegen-arm.cc | 712 Label* call_runtime) { 742 __ b(ne, call_runtime); 777 __ b(ne, call_runtime); [all...] |
macro-assembler-arm.cc | [all...] |
code-stubs-arm.cc | 749 Label call_runtime, done, int_exponent; local 763 __ b(ne, &call_runtime); 777 __ b(ne, &call_runtime); 824 __ b(ne, &call_runtime); [all...] |
/external/v8/src/arm64/ |
codegen-arm64.h | 24 Label* call_runtime);
|
codegen-arm64.cc | 435 Label* call_runtime) { 464 __ JumpIfNotRoot(result, Heap::kempty_stringRootIndex, call_runtime); 495 // TestAndBranchIfAnySet can emit Tbnz. Do not use it because call_runtime 498 __ B(ne, call_runtime);
|
code-stubs-arm64.cc | 769 Label call_runtime; local 781 __ JumpIfNotHeapNumber(base_tagged, &call_runtime); 794 __ JumpIfNotHeapNumber(exponent_tagged, &call_runtime); 826 __ B(ne, &call_runtime); [all...] |
/external/v8/src/ia32/ |
codegen-ia32.h | 25 Label* call_runtime);
|
codegen-ia32.cc | 832 Label* call_runtime) { 863 __ j(not_equal, call_runtime); 890 __ j(not_zero, call_runtime); [all...] |
code-stubs-ia32.cc | 394 Label call_runtime, done, exponent_not_smi, int_exponent; local 411 __ j(not_equal, &call_runtime); 428 __ j(not_equal, &call_runtime); 453 __ j(overflow, &call_runtime); 566 __ jmp(&call_runtime); 619 __ bind(&call_runtime); 625 __ AllocateHeapNumber(eax, scratch, base, &call_runtime); 630 __ bind(&call_runtime); [all...] |
macro-assembler-ia32.cc | [all...] |
/external/v8/src/mips/ |
codegen-mips.h | 26 Label* call_runtime);
|
codegen-mips.cc | [all...] |
/external/v8/src/mips64/ |
codegen-mips64.h | 26 Label* call_runtime);
|
codegen-mips64.cc | [all...] |
/external/v8/src/ppc/ |
codegen-ppc.h | 21 Register result, Label* call_runtime);
|
codegen-ppc.cc | 434 Label* call_runtime) { 466 __ bne(call_runtime); 500 __ bne(call_runtime, cr0);
|
macro-assembler-ppc.cc | [all...] |
/external/v8/src/x87/ |
codegen-x87.h | 25 Label* call_runtime);
|
codegen-x87.cc | 491 Label* call_runtime) { 522 __ j(not_equal, call_runtime); 549 __ j(not_zero, call_runtime);
|
macro-assembler-x87.cc | [all...] |
/external/v8/src/x64/ |
codegen-x64.h | 24 Label* call_runtime);
|
codegen-x64.cc | 402 Label* call_runtime) { 432 __ j(not_equal, call_runtime); 459 __ j(not_zero, call_runtime);
|
code-stubs-x64.cc | 272 Label call_runtime, done, exponent_not_smi, int_exponent; local 289 __ j(not_equal, &call_runtime); 306 __ j(not_equal, &call_runtime); 330 __ j(overflow, &call_runtime); 440 __ jmp(&call_runtime); 493 __ bind(&call_runtime); 499 __ AllocateHeapNumber(rax, rcx, &call_runtime); 504 __ bind(&call_runtime); [all...] |
/external/v8/test/unittests/compiler/ |
interpreter-assembler-unittest.cc | 586 Node* call_runtime = m.CallRuntime(Runtime::kAdd, arg1, arg2); local 588 call_runtime, 615 Node* call_runtime = local 618 call_runtime,
|