Home
last modified time | relevance | path

Searched defs:FeedbackSlotCache (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.h59 class FeedbackSlotCache; variable
Dbytecode-generator.cc804 class BytecodeGenerator::FeedbackSlotCache : public ZoneObject { class in v8::internal::interpreter::BytecodeGenerator
806 explicit FeedbackSlotCache(Zone* zone) : map_(zone) {} in FeedbackSlotCache() function in v8::internal::interpreter::BytecodeGenerator::FeedbackSlotCache