HomeSort by relevance Sort by last modified time
    Searched full:call_runtime (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/v8/src/arm/
codegen-arm.h 27 Label* call_runtime);
codegen-arm.cc 648 Label* call_runtime) {
678 __ b(ne, call_runtime);
713 __ b(ne, call_runtime);
code-stubs-arm.cc 1249 Label call_runtime, done, int_exponent; local
    [all...]
macro-assembler-arm.cc     [all...]
full-codegen-arm.cc 1112 Label call_runtime; local
    [all...]
  /external/chromium_org/v8/src/arm64/
codegen-arm64.h 24 Label* call_runtime);
codegen-arm64.cc 417 Label* call_runtime) {
446 __ JumpIfNotRoot(result, Heap::kempty_stringRootIndex, call_runtime);
477 // TestAndBranchIfAnySet can emit Tbnz. Do not use it because call_runtime
480 __ B(ne, call_runtime);
code-stubs-arm64.cc 1161 Label call_runtime; local
    [all...]
  /external/chromium_org/v8/src/ia32/
codegen-ia32.h 25 Label* call_runtime);
codegen-ia32.cc 804 Label* call_runtime) {
835 __ j(not_equal, call_runtime);
862 __ j(not_zero, call_runtime);
    [all...]
code-stubs-ia32.cc 744 Label call_runtime, done, exponent_not_smi, int_exponent; local
761 __ j(not_equal, &call_runtime);
778 __ j(not_equal, &call_runtime);
801 __ j(overflow, &call_runtime);
    [all...]
macro-assembler-ia32.cc     [all...]
full-codegen-ia32.cc 1066 Label call_runtime, use_cache, fixed_array; local
    [all...]
  /external/chromium_org/v8/src/mips/
codegen-mips.h 29 Label* call_runtime);
codegen-mips.cc     [all...]
code-stubs-mips.cc 1317 Label call_runtime, done, int_exponent; local
    [all...]
  /external/chromium_org/v8/src/x87/
codegen-x87.h 25 Label* call_runtime);
codegen-x87.cc 473 Label* call_runtime) {
504 __ j(not_equal, call_runtime);
531 __ j(not_zero, call_runtime);
macro-assembler-x87.cc     [all...]
full-codegen-x87.cc 1063 Label call_runtime, use_cache, fixed_array; local
    [all...]
  /external/chromium_org/v8/src/x64/
codegen-x64.h 27 Label* call_runtime);
codegen-x64.cc 466 Label* call_runtime) {
496 __ j(not_equal, call_runtime);
523 __ j(not_zero, call_runtime);
code-stubs-x64.cc 627 Label call_runtime, done, exponent_not_smi, int_exponent; local
644 __ j(not_equal, &call_runtime);
661 __ j(not_equal, &call_runtime);
683 __ j(overflow, &call_runtime);
793 __ jmp(&call_runtime);
846 __ bind(&call_runtime);
852 __ AllocateHeapNumber(rax, rcx, &call_runtime);
857 __ bind(&call_runtime);
    [all...]
full-codegen-x64.cc 1090 Label call_runtime; local
    [all...]
macro-assembler-x64.cc     [all...]

Completed in 967 milliseconds

1 2