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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
fourX.h 107 UINT16 SLOT;
  /external/v8/src/arm/
codegen-arm.h 55 enum Type { UNLOADED = -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 };
75 return (type_ < SLOT) ? 0 : type_;
79 bool is_slot() const { return type_ == SLOT; }
248 MemOperand SlotOperand(Slot* slot, Register tmp);
250 MemOperand ContextSlotOperandCheckExtensions(Slot* slot,
281 // Read a value from a slot and leave it on top of the expression stack.
282 void LoadFromSlot(Slot* slot, TypeofState typeof_state)
    [all...]
  /external/v8/src/ia32/
codegen-ia32.h 55 enum Type { UNLOADED = -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 };
75 return (type_ < SLOT) ? 0 : type_;
79 bool is_slot() const { return type_ == SLOT; }
93 // Like GetValue except that the slot is expected to be written to before
399 Operand SlotOperand(Slot* slot, Register tmp);
401 Operand ContextSlotOperandCheckExtensions(Slot* slot,
422 // Read a value from a slot and leave it on top of the expression stack.
423 Result LoadFromSlot(Slot* slot, TypeofState typeof_state)
    [all...]
  /external/v8/src/x64/
codegen-x64.h 55 enum Type { UNLOADED = -2, ILLEGAL = -1, SLOT = 0, NAMED = 1, KEYED = 2 };
76 return (type_ < SLOT) ? 0 : type_;
80 bool is_slot() const { return type_ == SLOT; }
94 // Like GetValue except that the slot is expected to be written to before
400 Operand SlotOperand(Slot* slot, Register tmp);
402 Operand ContextSlotOperandCheckExtensions(Slot* slot,
423 // Read a value from a slot and leave it on top of the expression stack.
424 void LoadFromSlot(Slot* slot, TypeofState typeof_state)
    [all...]

Completed in 27 milliseconds