Searched refs:PutImpl (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 809 PutImpl(slot_kind, 0, variable, slot); in Put() 812 PutImpl(slot_kind, 0, node, slot); in Put() 816 PutImpl(slot_kind, variable_index, name, slot); in Put() 833 void PutImpl(FeedbackSlotKind slot_kind, int index, const void* node, in PutImpl() function in v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache
|