HomeSort by relevance Sort by last modified time
    Searched defs:TempRegister (Results 1 - 11 of 11) sorted by null

  /external/v8/src/compiler/
code-generator-impl.h 92 Register TempRegister(size_t index) {
instruction-selector-impl.h 164 InstructionOperand TempRegister() {
179 InstructionOperand TempRegister(Register reg) {
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 587 LUnallocated* LChunkBuilder::TempRegister() {
919 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 484 LUnallocated* LChunkBuilder::TempRegister() {
845 LOperand* temp1 = TempRegister();
846 LOperand* temp2 = TempRegister();
853 LOperand* temp3 = instr->MustPrefillWithFiller() ? TempRegister() : NULL;
876 LOperand* temp = instr->from_inlined() ? NULL : TempRegister();
960 return new(zone()) LBranch(UseRegister(value), TempRegister(), NULL);
965 LOperand* temp1 = needs_temps ? TempRegister() : NULL;
966 LOperand* temp2 = needs_temps ? TempRegister() : NULL;
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 632 LUnallocated* LChunkBuilder::TempRegister() {
934 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
973 LOperand* temp = TempRegister();
983 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 594 LUnallocated* LChunkBuilder::TempRegister() {
924 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 594 LUnallocated* LChunkBuilder::TempRegister() {
924 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 599 LUnallocated* LChunkBuilder::TempRegister() {
934 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 536 LUnallocated* LChunkBuilder::TempRegister() {
853 LOperand* temp = TempRegister();
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 623 LUnallocated* LChunkBuilder::TempRegister() {
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 637 LUnallocated* LChunkBuilder::TempRegister() {
949 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
990 LOperand* temp = TempRegister();
1000 LOperand* temp = TempRegister();
    [all...]

Completed in 4736 milliseconds