Home
last modified time | relevance | path

Searched refs:SlotRef (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Ddeoptimizer.h527 class SlotRef BASE_EMBEDDED {
537 SlotRef() in SlotRef() function
540 SlotRef(Address addr, SlotRepresentation representation) in SlotRef() function
543 explicit SlotRef(Object* literal) in SlotRef() function
576 Vector<SlotRef>* args_slots);
593 static SlotRef ComputeSlotForNextArgument(TranslationIterator* iterator,
Ddeoptimizer.cc1160 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()
Daccessors.cc575 ScopedVector<SlotRef> args_slots(args_count); in ConstructArgumentsObjectForInlinedFunction()
576 SlotRef::ComputeSlotMappingForArguments(frame, in ConstructArgumentsObjectForInlinedFunction()
Druntime.cc7084 ScopedVector<SlotRef> args_slots(args_count); in GetNonBoundArguments()
7085 SlotRef::ComputeSlotMappingForArguments(frame, in GetNonBoundArguments()