HomeSort by relevance Sort by last modified time
    Searched refs:result_end (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.cc 1408 mov(Operand::StaticVariable(allocation_top), result_end); local
1410 mov(Operand(scratch, 0), result_end); local
    [all...]
macro-assembler-ia32.h 605 // result_end. The register scratch can be passed as no_reg in which case
607 // returned pointers in result and result_end have not yet been tagged as
609 // result is known to be the allocation top on entry (could be result_end
614 Register result_end,
624 Register result_end,
631 Register result_end,
    [all...]
  /external/chromium_org/v8/src/x87/
macro-assembler-x87.cc 1371 mov(Operand::StaticVariable(allocation_top), result_end); local
1373 mov(Operand(scratch, 0), result_end); local
    [all...]
macro-assembler-x87.h 575 // result_end. The register scratch can be passed as no_reg in which case
577 // returned pointers in result and result_end have not yet been tagged as
579 // result is known to be the allocation top on entry (could be result_end
584 Register result_end,
594 Register result_end,
601 Register result_end,
    [all...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.cc 4405 movp(Operand(scratch, 0), result_end); local
    [all...]
macro-assembler-x64.h     [all...]

Completed in 237 milliseconds