Searched refs:SlotRef (Results 1 – 4 of 4) sorted by relevance
527 class SlotRef BASE_EMBEDDED {537 SlotRef() in SlotRef() function540 SlotRef(Address addr, SlotRepresentation representation) in SlotRef() function543 explicit SlotRef(Object* literal) in SlotRef() function576 Vector<SlotRef>* args_slots);593 static SlotRef ComputeSlotForNextArgument(TranslationIterator* iterator,
1160 SlotRef SlotRef::ComputeSlotForNextArgument(TranslationIterator* iterator, in ComputeSlotForNextArgument()1188 return SlotRef(slot_addr, SlotRef::TAGGED); in ComputeSlotForNextArgument()1194 return SlotRef(slot_addr, SlotRef::INT32); in ComputeSlotForNextArgument()1200 return SlotRef(slot_addr, SlotRef::DOUBLE); in ComputeSlotForNextArgument()1205 return SlotRef(data->LiteralArray()->get(literal_index)); in ComputeSlotForNextArgument()1210 return SlotRef(); in ComputeSlotForNextArgument()1214 void SlotRef::ComputeSlotMappingForArguments(JavaScriptFrame* frame, in ComputeSlotMappingForArguments()1216 Vector<SlotRef>* args_slots) { in ComputeSlotMappingForArguments()
575 ScopedVector<SlotRef> args_slots(args_count); in ConstructArgumentsObjectForInlinedFunction()576 SlotRef::ComputeSlotMappingForArguments(frame, in ConstructArgumentsObjectForInlinedFunction()
7084 ScopedVector<SlotRef> args_slots(args_count); in GetNonBoundArguments()7085 SlotRef::ComputeSlotMappingForArguments(frame, in GetNonBoundArguments()