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

  /external/v8/src/arm/
lithium-arm.cc 55 LOperand* spill_operand) {
56 ASSERT(spill_operand->IsStackSlot());
58 register_spills_[allocation_index] = spill_operand;
85 LOperand* spill_operand) {
86 ASSERT(spill_operand->IsDoubleStackSlot());
88 double_register_spills_[allocation_index] = spill_operand;
    [all...]
lithium-arm.h     [all...]
  /external/v8/src/mips/
lithium-mips.cc 55 LOperand* spill_operand) {
56 ASSERT(spill_operand->IsStackSlot());
58 register_spills_[allocation_index] = spill_operand;
85 LOperand* spill_operand) {
86 ASSERT(spill_operand->IsDoubleStackSlot());
88 double_register_spills_[allocation_index] = spill_operand;
    [all...]
lithium-mips.h     [all...]
  /external/v8/src/x64/
lithium-x64.cc 57 LOperand* spill_operand) {
58 ASSERT(spill_operand->IsStackSlot());
60 register_spills_[allocation_index] = spill_operand;
65 LOperand* spill_operand) {
66 ASSERT(spill_operand->IsDoubleStackSlot());
68 double_register_spills_[allocation_index] = spill_operand;
    [all...]
lithium-x64.h     [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 57 LOperand* spill_operand) {
58 ASSERT(spill_operand->IsStackSlot());
60 register_spills_[allocation_index] = spill_operand;
65 LOperand* spill_operand) {
66 ASSERT(spill_operand->IsDoubleStackSlot());
68 double_register_spills_[allocation_index] = spill_operand;
    [all...]
lithium-ia32.h     [all...]
  /external/v8/src/
lithium-allocator.cc 1459 LOperand* spill_operand = range->TopLevel()->GetSpillOperand(); local
    [all...]

Completed in 132 milliseconds